Commit graph

1392 commits

Author SHA1 Message Date
Dimitris Panokostas
4231699161 Revert "Update rommgr.cpp"
This reverts commit 9377573e70.
2019-02-08 15:37:01 +01:00
Dimitris Panokostas
6a4f55fa77 Implemented Emulation Pause handling - Fixes #414 2019-02-07 23:38:38 +01:00
Dimitris Panokostas
d5eac98723 Merged latest changes 2019-02-07 23:37:08 +01:00
Dimitris Panokostas
f508edd1f1 Updated toolset references to latest version 2019-02-07 23:36:27 +01:00
Dimitris Panokostas
9377573e70
Update rommgr.cpp
Added support for another variant of A1200 Kick 3.1.4 ROM - Fixes #374
2019-02-07 11:36:54 +01:00
Dimitris Panokostas
cb80696aa6 (WIP) Further updates from WinUAE 2019-01-26 22:48:59 +01:00
Dimitris Panokostas
f78994df5e Updated toolchain reference to latest version 2019-01-26 18:08:46 +01:00
midwan
917c066889 merged latest changes from WinUAE 4.1.x for custom.cpp 2019-01-17 20:33:21 +00:00
Dimitris Panokostas
9db3f1468b wip: updating custom from latest winuae 2019-01-17 18:54:30 +01:00
Dimitris Panokostas
2d3495c7d0 hardfile updates from WinUAE 2019-01-16 00:00:15 +01:00
Dimitris Panokostas
45c321dbc8 Make sure possible new FPU type is selected at reset. 2019-01-15 23:19:59 +01:00
Dimitris Panokostas
27df9d97fe Main play loop may never be entered in some situations, make sure cdda_pos is set. 2019-01-15 23:14:19 +01:00
Dimitris Panokostas
f8aad5a4a6 Increase fake block size earlier to also fix programs that overflow free space calculation 2019-01-15 23:09:07 +01:00
Dimitris Panokostas
23229f51a1 Silence compiler warnings when compiling with GCC's -Wsign-compare 2019-01-15 22:53:34 +01:00
Dimitris Panokostas
67074637fb Implement missing SBTC_RELEASESTRPTR 2019-01-15 22:48:53 +01:00
Dimitris Panokostas
22b95018ec Bumped version to 2.24 2019-01-14 19:39:08 +01:00
Dimitris Panokostas
e7376a0577 Updated VS project files with new preprocessor definition 2019-01-14 19:37:51 +01:00
Dimitris Panokostas
4c7e6525b1 Updated vcxproj file with new preprocessor definition 2019-01-14 19:33:01 +01:00
Dimitris Panokostas
79f3d3cd63 Removed unused files 2019-01-13 10:47:07 +01:00
Dimitris Panokostas
0ea3941043 Fix Line Doubling modes wouldn't work after previous update 2019-01-12 17:53:40 +01:00
Dimitris Panokostas
ed7b0bc77a Fixed #407 2019-01-12 17:39:42 +01:00
Dimitris Panokostas
5ae5404218 Updated Drawing routines from latest WinUAE 4.1.x sources 2019-01-12 14:42:06 +01:00
Dimitris Panokostas
b72a597cd6 Updated WHDLoad DB to latest version 2019-01-12 10:47:27 +01:00
Dimitris Panokostas
ee40607ee2 Added support for >2GB HDFs on 32-bit systems, fixes #20 2019-01-12 10:42:55 +01:00
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