mirror of
https://github.com/a2-4am/anti-m.git
synced 2025-03-06 07:29:24 +00:00
1.0 release
This commit is contained in:
parent
f111681253
commit
e5468ad05d
@ -20,11 +20,14 @@ then press `<RETURN>`. The game should boot normally.
|
||||
|
||||
## Which games are supported?
|
||||
|
||||
- Beer Run (Sirius)
|
||||
- Bug Attack (Cavalier)
|
||||
- Choplifter (Broderbund) (*)
|
||||
- David's Midnight Magic (Broderbund) (*)
|
||||
- Dueling Digits (Broderbund)
|
||||
- Eggs-It (Gebelli)
|
||||
- Frogger (On-Line Systems) (*)
|
||||
- Gamma Goblins (Sirius)
|
||||
- Genetic Drift (Broderbund)
|
||||
- High Orbit (Gebelli)
|
||||
- Horizon V (Gebelli)
|
||||
@ -34,15 +37,19 @@ then press `<RETURN>`. The game should boot normally.
|
||||
- Lazer Silk (Gebelli)
|
||||
- Lunar Leepers (On-Line Systems)
|
||||
- Neptune (Gebelli)
|
||||
- Orbitron (Sirius)
|
||||
- Pest Patrol (On-Line Systems)
|
||||
- Phaser Fire (Gebelli)
|
||||
- Quadrant 6112 (Sensible Software)
|
||||
- Red Alert (Broderbund)
|
||||
- Russki Duck (Gebelli)
|
||||
- Seafox (Broderbund)
|
||||
- Serpentine (Broderbund) (*)
|
||||
- Sky Blazer (Broderbund)
|
||||
- Space Eggs (Sirius)
|
||||
- Space Quarks (Broderbund)
|
||||
- Star Blazer (Broderbund)
|
||||
- Star Thief (Cavalier)
|
||||
- Trick Shot (IDSI)
|
||||
- Zenith (Gebelli)
|
||||
|
||||
@ -62,6 +69,6 @@ it with your favorite launcher.
|
||||
|
||||
## History
|
||||
|
||||
2019-03-11
|
||||
v1.0 - 2019-03-11
|
||||
|
||||
- initial release
|
||||
|
11
src/anti-m.a
11
src/anti-m.a
@ -102,8 +102,11 @@ Tracer
|
||||
; [execution falls through here]
|
||||
Unsupported
|
||||
lda $C082
|
||||
lda $C0E8
|
||||
jsr TEXT
|
||||
jsr HOME
|
||||
lda #s_header
|
||||
jsr PrintByID
|
||||
lda #s_unsupported
|
||||
jsr PrintByID
|
||||
bit STROBE
|
||||
@ -157,15 +160,15 @@ StringTable
|
||||
!word @unsupported
|
||||
|
||||
@header
|
||||
!text "Anti-M by 4am 2019-03-11",$00
|
||||
@mainmenu
|
||||
!text "Anti-M v1.0 by 4am 2019-03-11"
|
||||
!text "________________________________________",$8D
|
||||
!text $8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
||||
!text $8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D,$00
|
||||
@mainmenu
|
||||
!text " Insert original disk in slot 6 drive 1",$8D
|
||||
!text $8D
|
||||
!text " and press <RETURN> to boot",$00
|
||||
@unsupported
|
||||
!text $8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
||||
!text $8D
|
||||
!text " Unsupported game (sorry)",$00
|
||||
|
||||
!src "src/compare.a"
|
||||
|
Loading…
x
Reference in New Issue
Block a user