mirror of
https://github.com/a2-4am/anti-m.git
synced 2024-12-29 09:33:12 +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)
|
- 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
|
||||||
|
@ -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
|
||||||
|
@ -113,7 +113,6 @@ IDBroderbund
|
|||||||
lda #>@DMMCallback
|
lda #>@DMMCallback
|
||||||
sta $0323
|
sta $0323
|
||||||
jmp $0301
|
jmp $0301
|
||||||
; TODO
|
|
||||||
|
|
||||||
@unsupported
|
@unsupported
|
||||||
jmp Unsupported
|
jmp Unsupported
|
||||||
|
Loading…
Reference in New Issue
Block a user