Commit graph

1268 commits

Author SHA1 Message Date
Dimitris Panokostas
07bd50f0a3 Moved Timing settings to amiberry.conf file, fixes #389 2019-01-12 00:18:19 +01:00
Dimitris Panokostas
f14b11dfd8 Lock the surface if needed, then call init_row_map() 2019-01-11 23:34:21 +01:00
Dimitris Panokostas
eb06777aa0 Bumped version to v2.24b13 2019-01-11 21:17:26 +01:00
Dimitris Panokostas
cecbd264fe Added global Scanlines by default YES/NO option in "amiberry.conf" file, fixes #403 2019-01-11 19:21:33 +01:00
Dimitris Panokostas
280a92208b
Update README.md
Fixed typo
2019-01-11 18:20:57 +01:00
Dimitris Panokostas
af55b20adc Replaced CFlag "WITH_LOGGING" with the "write_logfile" boolean option in the new "amiberry.conf" to enable logfile output without the need to recompile 2019-01-11 18:05:17 +01:00
Dimitris Panokostas
f90510c7ab Removed unused file 2019-01-11 17:07:14 +01:00
Dimitris Panokostas
9c99adb8d2 Renamed "adfdir.conf" to "amiberry.conf", if found the old file will be renamed automatically on startup 2019-01-11 14:43:58 +01:00
Dimitris Panokostas
888da42f22 Avoid potential buffer overflow situations 2019-01-11 13:25:55 +01:00
Dimitris Panokostas
fc4c15a22b Restored _WIN32 define check 2019-01-11 13:24:00 +01:00
midwan
3cfe48e2ce only include statvfs.h conditionally 2019-01-07 20:56:55 +01:00
midwan
eba8e7e818 Simplified type definitions, reversed cfgfile changes 2019-01-07 20:04:05 +01:00
midwan
6b12193c5c Don't use _timezone if compiling for PSTV 2019-01-06 16:13:07 +01:00
midwan
a58be8500a Undefine _WIN32 if it's defined (get rid of warnings in Visual Studio) 2019-01-06 16:12:37 +01:00
midwan
df355edf88 Fixed missing external reference if OS_WITHOUT_MEMORY_MANAGEMENT was defined (e.g. in PSTV) 2019-01-06 16:12:03 +01:00
midwan
abe4daa499 Don't include header twice 2019-01-06 16:11:13 +01:00
midwan
8ec3af636d Fixed cmake whining about types it doesn't know 2019-01-06 15:24:54 +01:00
midwan
2fd89dbd39 Fixed double type signature 2019-01-06 15:24:22 +01:00
midwan
8c98b5b88c Fixed double typedefs 2019-01-06 15:04:45 +01:00
midwan
8f93db8c18 header tweaks for PSTV 2019-01-06 14:41:59 +01:00
midwan
8ff4e03863 Added initial support for PSVita/PSTV and Switch (WIP) 2019-01-06 13:16:16 +01:00
midwan
d3fd42ab93 Updated VisualGDB projects, now using the latest toolchain for SDL1 version as well. 2019-01-01 21:40:18 +01:00
midwan
a9ba0c8fa5 Updated VSLinux project and file references 2019-01-01 01:24:46 +01:00
Dimitris Panokostas
bda9f13218 Changed references to strncasecmp to SDL_strncasecmp 2018-12-30 14:51:18 +01:00
Dimitris Panokostas
af249a96a7 Changed references to strcasecmp() to SDL_strcasecmp for portability 2018-12-30 14:39:37 +01:00
Dimitris Panokostas
36ebeb7a66 Updated VisualGDB files 2018-12-27 00:54:55 +01:00
Dimitris Panokostas
474124bfa7 Fixed compemu_fpp and compemu_support after cleanup 2018-12-23 16:57:22 +01:00
Dimitris Panokostas
6bf0aa1a8a Fixed keyboard and sigsegv_handler missing includes after cleanup 2018-12-23 16:12:10 +01:00
Dimitris Panokostas
2dd46e7cbb Fixed audio.cpp missing math include, modernized code 2018-12-23 16:04:05 +01:00
Dimitris Panokostas
0cc94d6eba Removed unused references to blitops.cpp 2018-12-23 15:39:31 +01:00
Dimitris Panokostas
5cb68f3cf1 Removed unused reference 2018-12-23 15:39:12 +01:00
Christer Solskogen
a3dd9af895 Code cleanup (#393)
* Code cleanup using deheader for removing unnused headers and adding others to be portable. Removed unused files and renamed .cpp files that are only used as #includes in others

* add missing files
2018-12-23 15:34:53 +01:00
Dimitris Panokostas
ac1c64d52f Makefile improvements 2018-12-11 21:32:46 +01:00
Dimitris Panokostas
3bca81dbb9
Create CONTRIBUTING.md 2018-12-07 10:39:52 +01:00
Dimitris Panokostas
a0a25ec021
Delete ISSUE_TEMPLATE.md 2018-12-07 10:12:44 +01:00
Dimitris Panokostas
ca1a154874 Set theme jekyll-theme-slate 2018-12-07 10:10:21 +01:00
Dimitris Panokostas
b4e5f0e9eb Actually fixed XU4 march parameter 2018-12-07 01:10:05 +01:00
Dimitris Panokostas
780b0f3117 fixed march for XU4 2018-12-07 01:08:33 +01:00
Dimitris Panokostas
36547857ea Bumped version to 2.24b12 2018-12-06 23:08:56 +01:00
Dimitris Panokostas
03e6a99d5d Updated default P96 modeflags to RGBFF_R5G6B5PC for 16-bit screens 2018-12-06 22:48:46 +01:00
Dimitris Panokostas
1a73e061d0 Cleanup Line Mode options when closing the panel, only show Scaling options help when using SDL2 2018-12-06 22:09:08 +01:00
Dimitris Panokostas
7f975089de Added support for Kickstart ROM v3.1.4 (A500) 2018-12-06 21:34:14 +01:00
Dimitris Panokostas
cbb6cd9cb0 updated README 2018-12-06 21:19:25 +01:00
Dimitris Panokostas
8c1f2d4af8 Updated Makefile: Default target is now RPI3-SDL2-Dispmanx, minor cleanup in the rest of the file 2018-12-06 21:18:26 +01:00
Dimitris Panokostas
9cefa02425
Update README.md 2018-12-06 21:17:44 +01:00
Dimitris Panokostas
0f99998f4d Added RockPro64 target in VSLinux project 2018-12-06 00:31:56 +01:00
Dimitris Panokostas
27e2b4c6ff Renamed "TINKER" define to "FASTERCYCLES" 2018-12-05 22:55:12 +01:00
Dimitris Panokostas
37fb9a9d1c Updated filesys.asm and filesys_bootrom from latest WinUAE sources 2018-12-05 22:51:40 +01:00
Dimitris Panokostas
9128655e68 Added a few more CPU config checks on startup 2018-12-05 22:13:21 +01:00
Dimitris Panokostas
1932609be3 Updated P96 from latest WinUAE sources 2018-12-05 22:13:00 +01:00