Peter Ferrie
0bfc7365a1
proper Crystal Castles
2020-03-24 16:18:02 -07:00
Peter Ferrie
d62638ecb2
add Crystal Castles to the collection
2020-03-24 14:07:40 -07:00
4am
0d5a07b9b0
Handle more than 256 games ( #140 )
2020-03-24 16:30:14 -04:00
Peter Ferrie
81d80c9fca
cut some bytes
2020-03-24 07:59:10 -07:00
Peter Ferrie
c221574907
add Mating Zone to the collection
2020-03-23 19:24:10 -07:00
Peter Ferrie
2e57e25ae4
add I.O. Silver to the collection
2020-03-23 14:37:38 -07:00
Peter Ferrie
3078fafc38
force graphics mode for animated titles
2020-03-23 13:21:25 -07:00
Peter Ferrie
e156bf92ad
move games list, suppress CR, rebuild store after anim, don't show text page 2
2020-03-23 09:38:27 -07:00
4am
0fe647f4dd
use git-friendly line endings
2020-03-22 21:58:26 -04:00
Peter Ferrie
738472fcee
cheat for The Spy Strikes Back
2020-03-22 18:25:39 -07:00
Peter Ferrie
908da16f5e
add The Last Ninja to the collection
2020-03-22 17:24:16 -07:00
Peter Ferrie
cc1fd45ace
.
2020-03-20 16:02:03 -07:00
Peter Ferrie
a57328633e
add Test Drive to the collection
2020-03-20 14:50:27 -07:00
frankmilliron
92a4f2a750
un-fix The Heist ( #138 )
2020-03-20 14:04:28 -04:00
frankmilliron
c5f1754b2a
fix Saracen reset ( #137 )
...
* fix Saracen reset
* reboot The Heist
2020-03-19 11:55:50 -04:00
Peter Ferrie
375304048a
Bejeweled 2.4
2020-03-18 22:03:10 -07:00
Peter Ferrie
93cf397134
make VBL addresses permanent
2020-03-18 19:53:50 -07:00
4am
51da039f0b
update memory map
2020-03-18 22:22:16 -04:00
4am
1ea84e1e07
decelerate after building search store
2020-03-18 22:11:28 -04:00
Peter Ferrie
88bf288c30
add Saracen to the collection
2020-03-18 16:57:31 -07:00
Peter Ferrie
22c67332a3
add The Heist to the collection
2020-03-18 15:57:18 -07:00
Peter Ferrie
dc74cc6dc5
fix VBL warn address
2020-03-18 12:44:53 -07:00
4am
fcc5d4307f
.
2020-03-18 13:41:34 -04:00
4am
2a292259a9
calculate more game display names
2020-03-18 13:31:40 -04:00
4am
d484e98073
don't store game display names that we can calculate from filename
2020-03-18 12:08:39 -04:00
Peter Ferrie
1803967a9e
try to fix IIc+ VBL
2020-03-17 19:46:09 -07:00
4am
7c1184275d
update memory map
2020-03-17 21:10:49 -04:00
Peter Ferrie
a485733df2
VBL between mode-switches, blank aux text
2020-03-17 15:30:20 -07:00
4am
0e80f6d04c
new cheat category: invincibility
2020-03-16 23:16:46 -04:00
4am
6ac049d44c
year updates and other minor things
2020-03-16 21:58:05 -04:00
Peter Ferrie
8100a03c48
add Miner 2049er II to the collection
2020-03-16 18:29:39 -07:00
4am
8c9f3359d3
SHR fizzle faster
2020-03-16 19:28:47 -04:00
Peter Ferrie
5c5393e7a0
fix IIGS refresh
2020-03-16 15:17:16 -07:00
4am
274e243896
clear to black without high bit (fixes SHR color issue)
2020-03-15 19:01:58 -04:00
Dagen Brock
45cdd3bdb1
minor documentation bug fixed ( #133 )
...
`$C05a` was incorrectly referred to as enabling VBL polling, which is actually the function of `$C05B`
> C05A= If IOUDIS on: Disable VBL Interrupts
2020-03-15 17:32:11 -04:00
Peter Ferrie
f87617cb5c
fix Death Sword
2020-03-15 11:25:29 -07:00
4am
b8966ce199
minimize flicker when redrawing overlays onscreen
2020-03-15 12:13:50 -04:00
4am
d0cc8ecee1
a little refactoring
2020-03-15 11:23:56 -04:00
4am
1a42f29478
never redraw for DHGR on 64K machines
2020-03-14 23:54:06 -04:00
4am
5e1d177bb8
move gPrefsStore up 1 byte (possibly fixes FastChip)
2020-03-14 20:50:03 -04:00
Peter Ferrie
8166907442
Gremlins quit-to-TR
2020-03-14 15:44:18 -07:00
Peter Ferrie
d90d71b66c
fix Berzap and One-on-One
2020-03-14 11:43:06 -07:00
frankmilliron
4d127bdbab
Fix DHGR/HGR coloring on //c+ ( #131 )
2020-03-13 22:33:41 -04:00
Peter Ferrie
bd85b43606
load decrunch on-the-fly
2020-03-13 19:04:03 -07:00
Peter Ferrie
9ec08f8430
cut some bytes
2020-03-13 17:11:59 -07:00
Peter Ferrie
081820af7c
add Gauntlet to the collection
2020-03-13 13:07:24 -07:00
4am
f7d04bd599
typo
2020-03-13 10:46:22 -04:00
4am
682646365c
Home fiddling
2020-03-13 10:41:09 -04:00
4am
3a14c998f9
simplify Home logic
...
no longer need to switch in ROM
2020-03-13 10:34:56 -04:00
frankmilliron
47998cb9d4
Fix video transitions ( #129 )
...
(especially from from DHGR to HGR)
TEXT causes video glitches because it switches text mode in immediately. Updated code waits until text page is clear before showing it.
2020-03-13 10:24:51 -04:00