This commit is contained in:
4am 2019-03-11 08:54:25 -04:00
parent 5280f367e9
commit 5c70d6fbd9
3 changed files with 3 additions and 6 deletions

View File

@ -29,6 +29,7 @@ then press `<RETURN>`. The game should boot normally.
- High Orbit (Gebelli) - High Orbit (Gebelli)
- Horizon V (Gebelli) - Horizon V (Gebelli)
- Jawbreaker ][ (On-Line Systems) - Jawbreaker ][ (On-Line Systems)
- Juggler (IDSI)
- Labyrinth (Broderbund) - Labyrinth (Broderbund)
- Lazer Silk (Gebelli) - Lazer Silk (Gebelli)
- Lunar Leepers (On-Line Systems) - Lunar Leepers (On-Line Systems)
@ -42,6 +43,7 @@ then press `<RETURN>`. The game should boot normally.
- Sky Blazer (Broderbund) - Sky Blazer (Broderbund)
- Space Quarks (Broderbund) - Space Quarks (Broderbund)
- Star Blazer (Broderbund) - Star Blazer (Broderbund)
- Trick Shot (IDSI)
- Zenith (Gebelli) - Zenith (Gebelli)
(*) later re-released with different copy protection. Only the first release (*) later re-released with different copy protection. Only the first release

View File

@ -46,11 +46,6 @@ tmp = $FC ; byte
jsr TEXT jsr TEXT
jsr HOME jsr HOME
MainMenu
ldx #$FF
txs
jsr HOME
lda #s_header lda #s_header
jsr PrintByID jsr PrintByID
lda #s_mainmenu lda #s_mainmenu
@ -69,6 +64,7 @@ MainMenu
!byte $04,$00,$00,$00,$00,$00,$00 !byte $04,$00,$00,$00,$00,$00,$00
Boot Boot
jsr HOME
ldx #$00 ldx #$00
- lda $C600,x - lda $C600,x
sta $1600,x sta $1600,x

View File

@ -113,7 +113,6 @@ IDBroderbund
lda #>@DMMCallback lda #>@DMMCallback
sta $0323 sta $0323
jmp $0301 jmp $0301
; TODO
@unsupported @unsupported
jmp Unsupported jmp Unsupported