Commit graph

19 commits

Author SHA1 Message Date
Dave Bernazzani
8f6e3bb302 Handle the phantom PIA reads of Star Raiders. Minor cleanup of code. 2025-02-04 07:24:38 -05:00
Dave Bernazzani
9a481c4a15 Minor refactor to allow some VRAM use for bank swap on 64K carts 2025-02-03 07:05:53 -05:00
Dave Bernazzani
927d78fd17 Version 3.8 is released. See readme.md file for details. 2025-02-02 17:36:22 -05:00
Dave Bernazzani
53b3e6d916 Cleanup and refactor of some CPU and Memory code to optimize things. 2025-02-02 06:05:23 -05:00
Dave Bernazzani
7458b26c91 Version 3.7 released. See readme for details. 2025-02-01 07:21:00 -05:00
Dave Bernazzani
4a6cef556e Version 3.5b with lots of cleanup, database tweaks and a first pass at adding in Artifacting mode for the few Atari 5200 games that need it (Choplifter, etc) 2024-01-07 12:09:49 -05:00
Dave Bernazzani
03904f20ea Version 3.4b with CPU speedup, memory optimizations and cleanup. 2024-01-04 09:22:52 -05:00
wavemotion-dave
46e5acf8ba Cleanup of obsoleted code 2023-04-30 13:03:53 -04:00
wavemotion-dave
1307d54e69 Obsoleted files 2023-04-30 12:52:07 -04:00
wavemotion-dave
2b1a5b60ff More obsolete file reduction 2023-04-30 12:39:48 -04:00
wavemotion-dave
3a3704a007 Added new BUILD_BOSCONIAN switch to build a version that has faster bankswitching at the expense of memory fetches. It's a 10% slowdown for most games (not noticeable on a DSi where there's plenty of head-room) but renders games like Bosconian playable even with the very high bankswitching rate.
By default, BUILD_BOSCONIAN is not defined (in Atari.h).
2021-01-14 21:16:35 -05:00
wavemotion-dave
36dcc5716d Small tweaks and cleanup. 2021-01-14 07:32:20 -05:00
wavemotion-dave
68b957f0d6 Version 2.2a - found a way to utilize some of the DTCM "tightly coupled memory" which has provided a core speedup of about 10% 2021-01-02 16:07:02 -05:00
wavemotion-dave
a45d2ee853 More cleanup to reduce to just the core ATARI 5200 Cart Types 2021-01-02 12:27:12 -05:00
wavemotion-dave
a688f5384e Removing deadwood code... part I 2021-01-02 11:12:45 -05:00
wavemotion-dave
d8a8a2a9b1 Version 2.2
* Fixed launching via command line (so TWL++ integration will work now)
  * Added support for 64k Super Carts (Laswer Hawk, Dropzone, MULE, Berks4, etc)
  * Added support for 512k Super Carts (Bosconian... though it runs really slowly)
  * New memory map scheme for slight improvement in stubbon games like Bounty Bob Strikes Back
2021-01-02 09:22:17 -05:00
wavemotion-dave
07b06de194 Version 1.9. New virtual keypad layout. Improved Analog vs Digital auto-selection. Improved speed in ANTIC and CPU cores. 2020-12-27 10:44:16 -05:00
wavemotion-dave
8b1f33ca5e Cleanup of unused defines, small speed improvements in ANTIC core, removed unused files. 2020-12-27 07:42:36 -05:00
wavemotion-dave
48a44f1e16 Version 1.7 2020-12-24 12:33:26 -05:00