diff options
| author | 2025-10-22 10:48:21 +0300 | |
|---|---|---|
| committer | 2025-10-22 09:48:21 +0200 | |
| commit | eecca3d203b7be82e287afcde01131ed90c17e78 (patch) | |
| tree | 4340b21477b280fcfd46756563fc280aa3ffd49b | |
| parent | b424cdcf818185c2e25461522a250754faa3ff56 (diff) | |
Update hummer.cpp adding passwords in ASCII format (#14378)
| -rw-r--r-- | src/mame/astrocorp/hummer.cpp | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/mame/astrocorp/hummer.cpp b/src/mame/astrocorp/hummer.cpp index 92fa946c43a..bf40560b122 100644 --- a/src/mame/astrocorp/hummer.cpp +++ b/src/mame/astrocorp/hummer.cpp @@ -12,6 +12,28 @@ Astro ROHS (GFX?) 4x LY61L25616ML-20 SRAM 2x LY621024SL-70LL SRAM 4-DIP bank + ++*** ASTRO PASSWORDS *** +pengprty : Funny Penguins / Penguin Party + → Taken from manual, Version: USA-20111216 ++------------+---------+------------+---------+------------+---------+ +| Password # | Code | Password # | Code | Password # | Code | ++------------+---------+------------+---------+------------+---------+ +| OFF (0) | No use | 1 | 724670 | 2 | 540810 | +| 3 | 167008 | 4 | 281630 | 5 | 403432 | +| 6 | 685640 | 7 | 961012 | | | ++------------+---------+------------+---------+------------+---------+ + +jackvent : Jack's Venture / Inca Treasure + → Taken from manual, Version: USA-090728 ++------------+---------+------------+---------+------------+---------+ +| Password # | Code | Password # | Code | Password # | Code | ++------------+---------+------------+---------+------------+---------+ +| OFF (0) | No use | 1 | 548516 | 2 | 754248 | +| 3 | 936415 | 4 | 864578 | 5 | 102647 | +| 6 | 748652 | 7 | 664852 | | | ++------------+---------+------------+---------+------------+---------+ + */ #include "emu.h" |
