Commit Graph

5809 Commits

Author SHA1 Message Date
thrust26 78741b8906 Part 3 of the changes for #600 (UI fonts) 2020-04-30 09:39:42 +02:00
thrust26 17354af0f3 Part 2 of the changes for #600 (UI fonts) 2020-04-29 23:49:00 +02:00
Stephen Anthony 15ead58aa7 libretro: Fix compile error; conditionally include Font class. 2020-04-29 14:52:15 -02:30
thrust26 b9ec835ef5 Part 1 of the changes for #600 (UI fonts) 2020-04-29 14:25:54 +02:00
thrust26 bbbf4ed2e0 improved Rom info size check 2020-04-29 11:00:18 +02:00
thrust26 43069e5722 Merge branch 'master' of https://github.com/stella-emu/stella 2020-04-29 09:24:11 +02:00
thrust26 89fd236c87 fix #623 (Rom info too large) 2020-04-29 09:23:55 +02:00
Stephen Anthony 8cd421ceaa Use getPathWithExt() method correctly. 2020-04-28 15:05:16 -02:30
Stephen Anthony c326d55836 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 21b4bc36fa Synchronize 6.1.2 changelog to master. 2020-04-25 14:03:24 -02:30
Stephen Anthony 930ed7893e Fixed error in ROM properties; a ROM was misconfigured for Mindlink controller. 2020-04-23 19:53:38 -02:30
Stephen Anthony becc72e3ea 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 2938ca2fc6 another final fix for #620 2020-04-22 08:25:35 +02:00
thrust26 f290f9ead1 2nd attempt to fix #620 2020-04-21 19:48:53 +02:00
thrust26 4400ba42c0 removed forgotten debug code 2020-04-21 17:25:03 +02:00
thrust26 1c8c7c68b5 fix checking for existing mapping when applying default mappings (fixes #620) 2020-04-21 17:22:50 +02:00
thrust26 7122741744 order KeyMap and JoyMap when saving 2020-04-21 17:22:50 +02:00
thrust26 c4262bb02e Merge branch 'master' of https://github.com/stella-emu/stella 2020-04-20 12:49:51 +02:00
thrust26 41cbec1f26 sort single file ZIP files correctly (fixes #612) 2020-04-20 12:49:11 +02:00
thrust26 bdb685644d added 'Turbo" mode 2020-04-19 23:23:11 +02:00
Stephen Anthony 3d2dd6d945 Updated copyright date in Makefile. 2020-04-19 15:10:23 -02:30
Stephen Anthony ce12831ac3 Update Windows appveyor build to use latest SDL (2.0.12). 2020-04-19 15:04:59 -02:30
thrust26 4aed2e454a fix display of changed PopUpWidget in debugger
allow using IDs with PopUpWidget's ContextMenu
2020-04-19 11:03:55 +02:00
thrust26 4c34a75332 renamed 'Exit' button in debugger into 'Run' (TODO: update screenshots) (fixes #614) 2020-04-19 10:45:22 +02:00
thrust26 098602ece8 fix #617 (3E RAM banks) 2020-04-19 10:31:00 +02:00
Stephen Anthony 66bd5c49a6 Fix 'ovveride' warning from clang.
Convert 'template class' to the more modern 'template typename'.
2020-04-13 17:30:36 -02:30
thrust26 c4bda8a09f Merge branch 'master' of https://github.com/stella-emu/stella 2020-04-13 19:34:49 +02:00
thrust26 79ea4c5a67 fix 3E disassembly (bankSize() override) 2020-04-13 19:34:34 +02:00
Stephen Anthony 85f0ae18c6 Fix 'saveconfig' not saving file correctly (fixes #602). 2020-04-08 11:59:02 -02:30
thrust26 108d9c26f9 update changes.txt 2020-04-05 22:29:23 +02:00
thrust26 d81f106a50 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 0753972d47 add configurable driving controller sensitivity 2020-04-05 19:55:45 +02:00
thrust26 f0234c105f allow changing default ROM path directly in launcher (resolves #610) 2020-04-04 11:25:02 +02:00
Stephen Anthony 3f5453e9d4 Synchronize changelog from 6.1.1. 2020-04-02 20:58:02 -02:30
Stephen Anthony defeee600e A little more optimization to 3E scheme. 2020-04-02 20:44:13 -02:30
Christian Speckner 29fcc9644f 3E: improve debugger handling for writes to ROM space. 2020-04-02 21:18:56 +02:00
Christian Speckner b93a07dcfa 3E: fix invalid access on write to ROM. 2020-04-02 21:14:49 +02:00
thrust26 17835be278 fix M6532 access counters
make stack pops result into DATA access
2020-04-02 17:59:04 +02:00
thrust26 541a40c44b fix right diff action on Command menus 2020-04-02 16:26:56 +02:00
thrust26 e91bc140cd fix poke access counter offset
add a few more bank switching types
2020-04-02 12:03:35 +02:00
thrust26 a015cd9082 fix CartFE to update access flags and counters 2020-04-02 11:07:04 +02:00
thrust26 3f7db393ba add access counting to many more bankswitching types 2020-04-02 10:38:15 +02:00
Stephen Anthony 7a03f330f0 Fix minor warning with clang (possible dangling else). 2020-04-01 20:36:43 -02:30
thrust26 3d7ff6638e Merge branch 'master' of https://github.com/stella-emu/stella 2020-04-01 22:14:36 +02:00
thrust26 8b550a3a11 differentiate ROM read/write access (done for Atari standard and 3E bankswitching) 2020-04-01 22:14:22 +02:00
Stephen Anthony 1b1ccf4f39 Fix warnings from clang. 2020-04-01 09:45:19 -02:30
thrust26 96131e2f7f 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 a6ac378554 Synchronize wil upcoming 6.1.1 release. 2020-03-31 18:25:25 -02:30
thrust26 16a5bb2d1d fix non-VS warning 2020-03-31 18:40:48 +02:00
thrust26 2de1e70941 fix last commit 2020-03-31 18:35:51 +02:00