From 1ae75bbd2cd2903690a821cd40885dbdea8f6b25 Mon Sep 17 00:00:00 2001 From: 4am Date: Sun, 10 Mar 2019 10:28:28 -0400 Subject: [PATCH] . --- README.md | 41 +++++++++++++++---------------- res/notes.txt | 23 ----------------- src/anti-m.a | 12 ++++----- src/{idantim.a => idchoplifter.a} | 2 +- src/{idspira.a => idspiradisc.a} | 0 5 files changed, 27 insertions(+), 51 deletions(-) rename src/{idantim.a => idchoplifter.a} (99%) rename src/{idspira.a => idspiradisc.a} (100%) diff --git a/README.md b/README.md index 1b5d013..11523d5 100644 --- a/README.md +++ b/README.md @@ -20,26 +20,25 @@ then press ``. 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 diff --git a/res/notes.txt b/res/notes.txt index 338c385..97ba017 100644 --- a/res/notes.txt +++ b/res/notes.txt @@ -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 diff --git a/src/anti-m.a b/src/anti-m.a index 32a7ada..e1156cc 100644 --- a/src/anti-m.a +++ b/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 to boot",$8D,$00 + !text " and press 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" diff --git a/src/idantim.a b/src/idchoplifter.a similarity index 99% rename from src/idantim.a rename to src/idchoplifter.a index 858b513..242478e 100644 --- a/src/idantim.a +++ b/src/idchoplifter.a @@ -1,4 +1,4 @@ -IDAntiM +IDChoplifter lda #8 ldx #1 ldy #11 diff --git a/src/idspira.a b/src/idspiradisc.a similarity index 100% rename from src/idspira.a rename to src/idspiradisc.a