Commit Graph

5810 Commits

Author SHA1 Message Date
thrust26 5d1d8e68bb update documentation 2020-04-30 10:33:42 +02:00
thrust26 d7f129cefe Part 3 of the changes for #600 (UI fonts) 2020-04-30 09:39:42 +02:00
thrust26 a178b4b80c Part 2 of the changes for #600 (UI fonts) 2020-04-29 23:49:00 +02:00
Stephen Anthony dddc93bbdb libretro: Fix compile error; conditionally include Font class. 2020-04-29 14:52:15 -02:30
thrust26 3c8118a947 Part 1 of the changes for #600 (UI fonts) 2020-04-29 14:25:54 +02:00
thrust26 bb7888d8ab improved Rom info size check 2020-04-29 11:00:18 +02:00
thrust26 385c3a0399 Merge branch 'master' of https://github.com/stella-emu/stella 2020-04-29 09:24:11 +02:00
thrust26 a8789f9a6d fix #623 (Rom info too large) 2020-04-29 09:23:55 +02:00
Stephen Anthony 2b40cf0dc2 Use getPathWithExt() method correctly. 2020-04-28 15:05:16 -02:30
Stephen Anthony 5d152e2306 Automaticall load a properties file with the same name as the ROM from the ROM directory.
Still TODO is support loading if the properties file is in a ZIP file.
2020-04-28 15:01:09 -02:30
Stephen Anthony 8935248a85 Synchronize 6.1.2 changelog to master. 2020-04-25 14:03:24 -02:30
Stephen Anthony 9ca329b986 Fixed error in ROM properties; a ROM was misconfigured for Mindlink controller. 2020-04-23 19:53:38 -02:30
Stephen Anthony f095991317 Fix loading of ROM twice on each selection in the ROM launcher.
It was being opened once for the snapshots, and again for the controllers.
2020-04-23 14:14:59 -02:30
thrust26 b889bf1f45 another final fix for #620 2020-04-22 08:25:35 +02:00
thrust26 9d5a631fb6 2nd attempt to fix #620 2020-04-21 19:48:53 +02:00
thrust26 0ef598a96a removed forgotten debug code 2020-04-21 17:25:03 +02:00
thrust26 f5492febdd fix checking for existing mapping when applying default mappings (fixes #620) 2020-04-21 17:22:50 +02:00
thrust26 7eb3bd33db order KeyMap and JoyMap when saving 2020-04-21 17:22:50 +02:00
thrust26 21d2c8f786 Merge branch 'master' of https://github.com/stella-emu/stella 2020-04-20 12:49:51 +02:00
thrust26 b61f83bad6 sort single file ZIP files correctly (fixes #612) 2020-04-20 12:49:11 +02:00
thrust26 4e6734b180 added 'Turbo" mode 2020-04-19 23:23:11 +02:00
Stephen Anthony 538728579e Updated copyright date in Makefile. 2020-04-19 15:10:23 -02:30
Stephen Anthony e782d60e71 Update Windows appveyor build to use latest SDL (2.0.12). 2020-04-19 15:04:59 -02:30
thrust26 8f6cdf689d fix display of changed PopUpWidget in debugger
allow using IDs with PopUpWidget's ContextMenu
2020-04-19 11:03:55 +02:00
thrust26 12f6588d5d renamed 'Exit' button in debugger into 'Run' (TODO: update screenshots) (fixes #614) 2020-04-19 10:45:22 +02:00
thrust26 e702653355 fix #617 (3E RAM banks) 2020-04-19 10:31:00 +02:00
Stephen Anthony fa199a09dd Fix 'ovveride' warning from clang.
Convert 'template class' to the more modern 'template typename'.
2020-04-13 17:30:36 -02:30
thrust26 6d18753251 Merge branch 'master' of https://github.com/stella-emu/stella 2020-04-13 19:34:49 +02:00
thrust26 59e530fc78 fix 3E disassembly (bankSize() override) 2020-04-13 19:34:34 +02:00
Stephen Anthony 2efd94d099 Fix 'saveconfig' not saving file correctly (fixes #602). 2020-04-08 11:59:02 -02:30
thrust26 6994556ef8 update changes.txt 2020-04-05 22:29:23 +02:00
thrust26 93e81f180a remove new default path button
replace with an UI option, which lets "romdir" automatically follow the launcher path
2020-04-05 21:30:38 +02:00
thrust26 d9911ce676 add configurable driving controller sensitivity 2020-04-05 19:55:45 +02:00
thrust26 4c8549fc14 allow changing default ROM path directly in launcher (resolves #610) 2020-04-04 11:25:02 +02:00
Stephen Anthony 74bdc9d6af Synchronize changelog from 6.1.1. 2020-04-02 20:58:02 -02:30
Stephen Anthony 8ae062b817 A little more optimization to 3E scheme. 2020-04-02 20:44:13 -02:30
Christian Speckner bf7a8be99f 3E: improve debugger handling for writes to ROM space. 2020-04-02 21:18:56 +02:00
Christian Speckner ba09797bb3 3E: fix invalid access on write to ROM. 2020-04-02 21:14:49 +02:00
thrust26 c2e4b5d67c fix M6532 access counters
make stack pops result into DATA access
2020-04-02 17:59:04 +02:00
thrust26 40bbd019fc fix right diff action on Command menus 2020-04-02 16:26:56 +02:00
thrust26 f00b70a883 fix poke access counter offset
add a few more bank switching types
2020-04-02 12:03:35 +02:00
thrust26 04073548bd fix CartFE to update access flags and counters 2020-04-02 11:07:04 +02:00
thrust26 017cbe9a01 add access counting to many more bankswitching types 2020-04-02 10:38:15 +02:00
Stephen Anthony 62e192ac12 Fix minor warning with clang (possible dangling else). 2020-04-01 20:36:43 -02:30
thrust26 0bc2cd8364 Merge branch 'master' of https://github.com/stella-emu/stella 2020-04-01 22:14:36 +02:00
thrust26 3687180144 differentiate ROM read/write access (done for Atari standard and 3E bankswitching) 2020-04-01 22:14:22 +02:00
Stephen Anthony 7b16436a84 Fix warnings from clang. 2020-04-01 09:45:19 -02:30
thrust26 bf69225db6 first shot at #586 (Heat Map) (TODO: differentiate cartridge read/write access)
add Cartridge::bankSize method (TODO: varying bank sizes)
add Cartridge::bankOrigin detection method (TODO: banks smaller 4K)
2020-04-01 11:06:03 +02:00
Stephen Anthony b97c9f0899 Synchronize wil upcoming 6.1.1 release. 2020-03-31 18:25:25 -02:30
thrust26 5f008f60ce fix non-VS warning 2020-03-31 18:40:48 +02:00