thrust26
|
20c6998e71
|
refactored CartFA(2), CartFC and CartFE widget classes
|
2020-04-21 12:15:28 +02:00 |
thrust26
|
2e2471db68
|
refactored CartWDWidget and CartX07Widget
improved cart info formatting
|
2020-04-21 09:42:51 +02:00 |
thrust26
|
faaf83b4ab
|
refactored CartDF(SC)Widget and CartEF(SC)Widget classes
|
2020-04-20 21:06:16 +02:00 |
thrust26
|
abeac8877e
|
Improved 3E auto detection
|
2020-04-20 20:46:28 +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
|
9981b256c7
|
sort single file ZIP files correctly (fixes #612)
|
2020-04-20 12:45:05 +02:00 |
thrust26
|
c113df86da
|
add large test ROMs for 3F and 3E bank switching
|
2020-04-20 10:44:48 +02:00 |
thrust26
|
bdb685644d
|
added 'Turbo" mode
|
2020-04-19 23:23:11 +02:00 |
thrust26
|
8dd491ade9
|
some cleanup in CartCVWidget
|
2020-04-19 23:21:08 +02:00 |
thrust26
|
ddece5ed43
|
added 'Turbo" mode
|
2020-04-19 23:08:25 +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
|
bfef7362c9
|
refactored Cart3F, CartCV and CartBF(SC) widgets
|
2020-04-19 18:59:07 +02:00 |
thrust26
|
9e466214ba
|
improve bankswitching masking in CartEnhanced
|
2020-04-19 12:19:44 +02:00 |
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 |
thrust26
|
70cdfe6c13
|
refactored multiple CartXXWidget classes
|
2020-04-19 10:23:27 +02:00 |
thrust26
|
c8d7937a46
|
fixed description background color in CartRamWidget
|
2020-04-18 19:22:08 +02:00 |
thrust26
|
7baa759ec9
|
fix display of changed PopUpWidget in debugger
allow using IDs with PopUpWidget's ContextMenu
|
2020-04-18 17:51:21 +02:00 |
thrust26
|
c0323c572c
|
Merge branch 'refactor/cart' of https://github.com/stella-emu/stella into refactor/cart
|
2020-04-17 20:48:45 +02:00 |
thrust26
|
b57c2d05c2
|
enable directPokeBase for RAM banks in CartridgeEnhanced
|
2020-04-17 20:47:29 +02:00 |
Stephen Anthony
|
6836120a9a
|
Fix clang compile warning.
|
2020-04-17 11:42:11 -02:30 |
thrust26
|
0bf12045d8
|
refactored CartWD
fixed CartEnhanced for multi-segment ROMs with extra RAM
improved CartEnhanced by enabling directPoke for extra RAM
|
2020-04-17 13:43:49 +02:00 |
Thomas Jentzsch
|
0851a445e5
|
small naming alignment between CartBUS and CartCDF
|
2020-04-16 18:54:29 +02:00 |
Stephen Anthony
|
edab66de50
|
Fix compile error for UNIX builds.
|
2020-04-16 10:33:37 -02:30 |
thrust26
|
646f2a1daa
|
fix some Clang-Tidy warnings
small bugfix for CartFA2
|
2020-04-16 09:40:15 +02:00 |
thrust26
|
9d12378cff
|
removed DASH type (incl. doc update)
|
2020-04-15 21:15:44 +02:00 |
thrust26
|
a823fad32c
|
refactored Cart3E+
|
2020-04-15 20:59:06 +02:00 |
thrust26
|
00e67f1a51
|
add RAM bank support to CartEnhanced
refactor Cart3E
differentiate between ROM and RAM banks (TODO: check debugger)
|
2020-04-15 14:53:05 +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
|
ca5b6a6fe7
|
removed CV+ type (incl. doc update)
|
2020-04-13 21:58:16 +02:00 |
thrust26
|
cf9c109681
|
Merge branch 'master' into refactor/cart
|
2020-04-13 19:35:52 +02:00 |
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 |
thrust26
|
56cbc4dc6f
|
intermediate commit for refactoring 3E (something got broken in disassembly before)
|
2020-04-13 18:05:44 +02:00 |
Stephen Anthony
|
4f8ae57779
|
Fixed some warnings from clang.
Just checking on the progress; looking good so far.
|
2020-04-12 19:15:07 -02:30 |
thrust26
|
94cbae7a84
|
improve CartEnhanced to allow swapped RAM read/write ports
refactor CartCV
add more CV test ROMs
|
2020-04-12 11:35:41 +02:00 |
thrust26
|
ae774f891f
|
remove superfluous code in Cart2K
|
2020-04-12 09:02:28 +02:00 |
thrust26
|
24ade13e93
|
refactor CartFA(2).cxx
|
2020-04-11 14:12:27 +02:00 |
thrust26
|
ecbe14708a
|
X07 MegaBoy test ROM
|
2020-04-09 16:33:54 +02:00 |
thrust26
|
245adc721d
|
refactor CartX07
|
2020-04-09 16:07:38 +02:00 |
thrust26
|
97ff37392d
|
fix carts >= 64K
|
2020-04-08 22:02:01 +02:00 |
Stephen Anthony
|
85f0ae18c6
|
Fix 'saveconfig' not saving file correctly (fixes #602).
|
2020-04-08 11:59:02 -02:30 |
thrust26
|
edd9cd0147
|
refactor Cart2K and Cart4K(SC)
|
2020-04-07 08:24:06 +02:00 |
thrust26
|
53387c4b13
|
refactor CartSB
|
2020-04-06 09:42:13 +02:00 |
thrust26
|
4390a779af
|
refactor CartMDM
make sure the banks are updated when stepping back
|
2020-04-06 09:21:32 +02:00 |
thrust26
|
b52251da6e
|
Merge branch 'master' into refactor/cart
|
2020-04-05 22:30:20 +02:00 |
thrust26
|
108d9c26f9
|
update changes.txt
|
2020-04-05 22:29:23 +02:00 |