Commit graph

1733 commits

Author SHA1 Message Date
Dimitris Panokostas
483838ba12 Fixed DEBUG build would fail to link 2019-10-02 22:50:24 +02:00
Dimitris Panokostas
7f11f6dbfa Increased maximum Z3 RAM to 512 MB #390 2019-10-01 19:42:55 +02:00
Dimitris Panokostas
9deeed16a2 Increased maximum Processor slot RAM to 128MB 2019-10-01 19:23:37 +02:00
Dimitris Panokostas
c373a381f8 Disable controls that shouldn't be modified under emulation, instead of disabling Resume button 2019-10-01 19:06:09 +02:00
Dimitris Panokostas
20a6158d60 Updated beta version date 2019-09-30 23:12:01 +02:00
Dimitris Panokostas
de44e9c010 Fixed #517: CD32 titles should use overscan resolution by default 2019-09-30 23:11:51 +02:00
Dimitris Panokostas
aa5b22d67f Fixed undefined behavior (whdload booter autoload failed) 2019-09-30 23:11:24 +02:00
midwan
87e646d86e Clock adjust modifier config file support. 2019-09-26 12:32:33 +02:00
Dimitris Panokostas
2ffec9b341 removed clock adjust from custom restore 2019-09-26 00:24:38 +02:00
Dimitris Panokostas
c57667d121 Validate uae-configuration parameters. 2019-09-26 00:22:00 +02:00
Dimitris Panokostas
2ce9453e19 Support uae-configuration on the fly input config changes. 2019-09-26 00:15:03 +02:00
Dimitris Panokostas
0c40a7e472 Updated VSLinux solution 2019-09-26 00:03:46 +02:00
Dimitris Panokostas
bfb9e68e75 Fixed sprite positioning 2019-09-26 00:03:35 +02:00
Dimitris Panokostas
c0af60dd7b Save bplcon3 and bplcon4 when on the fly switching chipset. 2019-09-25 23:54:29 +02:00
Dimitris Panokostas
cda0af3a43 Sprite left border missing row fix if less than lores pixel difference. 2019-09-25 23:47:37 +02:00
Dimitris Panokostas
a42c5deed2 Updated beta date 2019-09-21 01:01:40 +02:00
Dimitris Panokostas
4d826fb44c Fixed #515: If AGA Chipset was enabled, some screens showed corrupted graphics 2019-09-21 00:31:47 +02:00
Dimitris Panokostas
9c840e9004 Removed more unused code from drawing.cpp 2019-09-20 23:33:36 +02:00
Dimitris Panokostas
1bed7005ad Commented out unused variables 2019-09-20 23:20:45 +02:00
Dimitris Panokostas
b1edcbbaff custom optimizations 2019-09-20 22:23:59 +02:00
Dimitris Panokostas
5506bd618e Removed Genlock support (we don't need it anyway) 2019-09-20 20:42:19 +02:00
Dimitris Panokostas
4bdc3a5862 Cleanup in drawing.cpp 2019-09-20 18:58:10 +02:00
Dimitris Panokostas
9a96d6b2fb Fixed config settings would not get applied after changing a config and resetting 2019-09-20 18:39:27 +02:00
Dimitris Panokostas
099df4f93e Removed unused code from linetoscr.cpp 2019-09-19 22:46:31 +02:00
Dimitris Panokostas
84b866b800 Fix compiled warning in audio.cpp 2019-09-19 22:21:11 +02:00
Dimitris Panokostas
dd91a9d68a Fixed traps type casting for AARCH64 2019-09-19 22:13:52 +02:00
Dimitris Panokostas
a0f18a1f85 Fix traps threads return type 2019-09-19 15:41:26 +02:00
Dimitris Panokostas
76b6d3afa9 Actually fix compile for AARCH64 2019-09-19 14:04:18 +02:00
Dimitris Panokostas
26037c7cfb Fix compilation for AARCH64 (missing atomic_dec() function) 2019-09-19 13:34:31 +02:00
Dimitris Panokostas
891df32854 Check for incorrect vertical_offset values and correct them 2019-09-18 23:04:44 +02:00
Dimitris Panokostas
87280dca73 Added p96refresh_active variable 2019-09-18 23:04:03 +02:00
Dimitris Panokostas
16e871b5e2 CD32 minor updates from WinUAE 2019-09-18 23:03:04 +02:00
Dimitris Panokostas
2f5798f92c Actually fix #511 2019-09-17 22:51:24 +02:00
Dimitris Panokostas
9789f17371 Use Alpha channel since we have it 2019-09-17 22:49:33 +02:00
Dimitris Panokostas
6c1175b1b8 Updated gfxutil from WinUAE (but commented out the unused code) 2019-09-17 22:30:15 +02:00
Dimitris Panokostas
9a925a3545 VisualGDB: Disable dissasembly 2019-09-17 22:29:51 +02:00
Dimitris Panokostas
011848a96e Fixed typo 2019-09-17 22:29:22 +02:00
Dimitris Panokostas
6e1994fee5 Minor cleanup 2019-09-17 22:28:57 +02:00
Dimitris Panokostas
e0878f9c4c VisualGDB: fixed Release configuration incorrect path for strip command 2019-09-17 13:40:34 +02:00
Dimitris Panokostas
34ce8706b3 Fixed some minor compiler warnings 2019-09-17 13:40:15 +02:00
Dimitris Panokostas
a80ad0b75d Implemented traps system from WinUAE, more merges 2019-09-17 01:22:37 +02:00
Dimitris Panokostas
1087e32d75 Updated Makefile with LTO options 2019-09-16 22:35:00 +02:00
Dimitris Panokostas
d464b72894 Minor drawing sync with WinUAE 2019-09-15 23:09:14 +02:00
Dimitris Panokostas
3df4a83c58 Defined Amiberry specific parts 2019-09-15 22:49:18 +02:00
Dimitris Panokostas
803ce07b4b Fixed drawing render thread, was broken since v2.25 2019-09-15 22:34:33 +02:00
Dimitris Panokostas
f64c17c1d5 Fixed #511 2019-09-15 22:02:29 +02:00
Dimitris Panokostas
5a783c859a VisualGDB: Use RPI4 cpu flags by default 2019-09-15 21:40:13 +02:00
Dimitris Panokostas
71430c40bc VisualGDB: Fixed Amiberry release configurations 2019-09-15 21:39:47 +02:00
Dimitris Panokostas
fcceaf8282 VisualGDB: Fixed guisan Release configurations 2019-09-15 21:39:22 +02:00
Dimitris Panokostas
8187df1bfc Fixed P96 screenmodes had half the expected refresh rate 2019-09-15 21:38:20 +02:00