mirror of
https://github.com/a2-4am/anti-m.git
synced 2025-02-11 23:30:30 +00:00
.
This commit is contained in:
parent
301b78c0c1
commit
1ae75bbd2c
41
README.md
41
README.md
@ -20,26 +20,25 @@ then press `<RETURN>`. The game should boot normally.
|
||||
|
||||
## Which games are supported?
|
||||
|
||||
Gebelli Software:
|
||||
|
||||
- Eggs-It
|
||||
- Horizon V
|
||||
- High Orbit
|
||||
- Lazer Silk
|
||||
- Neptune
|
||||
- Phaser Fire
|
||||
- Russki Duck
|
||||
- Zenith
|
||||
|
||||
Broderbund Software:
|
||||
|
||||
- Choplifter (*)
|
||||
- Dueling Digits
|
||||
- Labyrinth
|
||||
- Seafox
|
||||
- Serpentine (*)
|
||||
- Sky Blazer
|
||||
- Star Blazer
|
||||
- Choplifter (Broderbund) (*)
|
||||
- Dueling Digits (Broderbund)
|
||||
- Eggs-It (Gebelli Software)
|
||||
- Frogger (On-Line Systems) (*)
|
||||
- High Orbit (Gebelli Software)
|
||||
- Horizon V (Gebelli Software)
|
||||
- Jawbreaker ][ (On-Line Systems)
|
||||
- Labyrinth (Broderbund)
|
||||
- Lazer Silk (Gebelli Software)
|
||||
- Lunar Leepers (On-Line Systems)
|
||||
- Neptune (Gebelli Software)
|
||||
- Pest Patrol (On-Line Systems)
|
||||
- Phaser Fire (Gebelli Software)
|
||||
- Russki Duck (Gebelli Software)
|
||||
- Seafox (Broderbund)
|
||||
- Serpentine (Broderbund) (*)
|
||||
- Sky Blazer (Broderbund)
|
||||
- Star Blazer (Broderbund)
|
||||
- Zenith (Gebelli Software)
|
||||
|
||||
(*) later re-released with different copy protection. Only the first release
|
||||
requires Anti-M.
|
||||
@ -57,6 +56,6 @@ it with your favorite launcher.
|
||||
|
||||
## History
|
||||
|
||||
2019-03-09
|
||||
2019-03-10
|
||||
|
||||
- initial release
|
||||
|
@ -1,26 +1,3 @@
|
||||
Tested (Broderbund):
|
||||
- Choplifter
|
||||
- Dueling Digits
|
||||
- Labyrinth
|
||||
- Seafox
|
||||
- Serpentine
|
||||
- Star Blazer
|
||||
|
||||
Tested (Gebelli):
|
||||
- Eggs-It
|
||||
- Horizon V
|
||||
- High Orbit
|
||||
- Neptune
|
||||
- Phaser Fire
|
||||
- Russki Duck
|
||||
- Zenith
|
||||
|
||||
Tested (Sierra):
|
||||
- Frogger
|
||||
- Jawbreaker ][
|
||||
- Lunar Leepers
|
||||
- Pest Patrol
|
||||
|
||||
Untested (Gebelli):
|
||||
- Lazer Silk
|
||||
|
||||
|
12
src/anti-m.a
12
src/anti-m.a
@ -95,7 +95,7 @@ Boot
|
||||
jmp REBOOT
|
||||
|
||||
Tracer
|
||||
jsr IDAntiM
|
||||
jsr IDChoplifter
|
||||
bcc @jmpboot
|
||||
jsr IDSpiraDisc
|
||||
bcc @jmpboot
|
||||
@ -143,14 +143,14 @@ StringTable
|
||||
!word @mainmenu
|
||||
|
||||
@header
|
||||
!text "Anti-M by 4am 2019-03-09",$00
|
||||
!text "Anti-M by 4am 2019-03-10",$00
|
||||
@mainmenu
|
||||
!text "________________________________________",$8D
|
||||
!text $8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
||||
!text " Insert original disk in slot 6 drive 1",$8D
|
||||
!text $8D
|
||||
!text " and press <RETURN> to boot",$8D,$00
|
||||
!text " and press <RETURN> to boot",$00
|
||||
|
||||
!src "src/compare.a"
|
||||
!src "src/idantim.a"
|
||||
!src "src/idspira.a"
|
||||
!src "src/compare.a"
|
||||
!src "src/idchoplifter.a"
|
||||
!src "src/idspiradisc.a"
|
||||
|
@ -1,4 +1,4 @@
|
||||
IDAntiM
|
||||
IDChoplifter
|
||||
lda #8
|
||||
ldx #1
|
||||
ldy #11
|
Loading…
x
Reference in New Issue
Block a user