diff options
Diffstat (limited to 'src/mame/astrocorp/astropc.cpp')
| -rw-r--r-- | src/mame/astrocorp/astropc.cpp | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/src/mame/astrocorp/astropc.cpp b/src/mame/astrocorp/astropc.cpp index 3ef52d78a0f..bc2e4c7f87a 100644 --- a/src/mame/astrocorp/astropc.cpp +++ b/src/mame/astrocorp/astropc.cpp @@ -43,6 +43,53 @@ Notes: * The dslayrr sets appear to be pre-setup, have passwords set(?) * Game information in the rom entries comes from `AstroGame/data/setup2.txt` or `AstroGame/INF.ini` +***ASTRO PASSWORDS*** + +rasce: Ra's Scepter ++------------+---------+------------+---------+------------+---------+ +| Password # | Code | Password # | Code | Password # | Code | ++------------+---------+------------+---------+------------+---------+ +| OFF (0) | No Use | 1 | 197456 | 2 | 620630 | +| 3 | 358461 | 4 | 681043 | 5 | 427638 | +| 6 | 851976 | 7 | 725631 | | | ++------------+---------+------------+---------+------------+---------+ + +blackbd: Black Beard ++------------+---------+------------+---------+------------+---------+ +| Password # | Code | Password # | Code | Password # | Code | ++------------+---------+------------+---------+------------+---------+ +| OFF (0) | No Use | 1 | 503954 | 2 | 962167 | +| 3 | 198570 | 4 | 393719 | 5 | 619234 | +| 6 | 473581 | 7 | 715992 | | | ++------------+---------+------------+---------+------------+---------+ + +hawaii: Hawaii ++------------+---------+------------+---------+------------+---------+ +| Password # | Code | Password # | Code | Password # | Code | ++------------+---------+------------+---------+------------+---------+ +| OFF (0) | No Use | 1 | 743910 | 2 | 581237 | +| 3 | 942658 | 4 | 621071 | 5 | 025376 | +| 6 | 291165 | 7 | 139766 | | | ++------------+---------+------------+---------+------------+---------+ + +dslayrr: Dragon Slayer ++------------+---------+------------+---------+------------+---------+ +| Password # | Code | Password # | Code | Password # | Code | ++------------+---------+------------+---------+------------+---------+ +| OFF (0) | No Use | 1 | 219570 | 2 | 092917 | +| 3 | 591323 | 4 | 783627 | 5 | 971135 | +| 6 | 243755 | 7 | 868149 | | | ++------------+---------+------------+---------+------------+---------+ + +oligam: Olympian ++------------+-------+------------+-------+------------+-------+ +| Password # | Code | Password # | Code | Password # | Code | ++------------+-------+------------+-------+------------+-------+ +| OFF (0) | NoUse | 1 | 7816 | 2 | 3149 | +| 3 | 5937 | 4 | 1314 | 5 | 8940 | +| 6 | 7352 | 7 | 6301 | | | ++------------+-------+------------+-------+------------+-------+ + */ |
