mirror of
https://github.com/a2-4am/anti-m.git
synced 2024-12-28 18:29:33 +00:00
.
This commit is contained in:
parent
5280f367e9
commit
5c70d6fbd9
@ -29,6 +29,7 @@ then press `<RETURN>`. The game should boot normally.
|
||||
- High Orbit (Gebelli)
|
||||
- Horizon V (Gebelli)
|
||||
- Jawbreaker ][ (On-Line Systems)
|
||||
- Juggler (IDSI)
|
||||
- Labyrinth (Broderbund)
|
||||
- Lazer Silk (Gebelli)
|
||||
- Lunar Leepers (On-Line Systems)
|
||||
@ -42,6 +43,7 @@ then press `<RETURN>`. The game should boot normally.
|
||||
- Sky Blazer (Broderbund)
|
||||
- Space Quarks (Broderbund)
|
||||
- Star Blazer (Broderbund)
|
||||
- Trick Shot (IDSI)
|
||||
- Zenith (Gebelli)
|
||||
|
||||
(*) later re-released with different copy protection. Only the first release
|
||||
|
@ -46,11 +46,6 @@ tmp = $FC ; byte
|
||||
|
||||
jsr TEXT
|
||||
jsr HOME
|
||||
|
||||
MainMenu
|
||||
ldx #$FF
|
||||
txs
|
||||
jsr HOME
|
||||
lda #s_header
|
||||
jsr PrintByID
|
||||
lda #s_mainmenu
|
||||
@ -69,6 +64,7 @@ MainMenu
|
||||
!byte $04,$00,$00,$00,$00,$00,$00
|
||||
|
||||
Boot
|
||||
jsr HOME
|
||||
ldx #$00
|
||||
- lda $C600,x
|
||||
sta $1600,x
|
||||
|
@ -113,7 +113,6 @@ IDBroderbund
|
||||
lda #>@DMMCallback
|
||||
sta $0323
|
||||
jmp $0301
|
||||
; TODO
|
||||
|
||||
@unsupported
|
||||
jmp Unsupported
|
||||
|
Loading…
Reference in New Issue
Block a user