Namco Dig Dug Compatible Gateware IP Core
This Implementation of a compatible Dig Dug arcade hardware in HDL is the work of MiSTer-X.
Dig Dug is single screen action game in which the player must dig horizontal and vertical tunnels to reach and eliminate the underground-dwelling monsters living there. This is achieved by either inflating them with an air pump until they explode, or by dropping rocks onto them.
- Main CPU: Zilog Z80 @ 3.072 MHz
- Graphics CPU: Zilog Z80 @ 3.072 MHz
- Sound CPU: Zilog Z80 @ 3.072 MHz
- Sound Chip: Namco 3-channel WSG
- Resolution: 288×224, 16 colors
- Display Box: 384×264 @ 6.144 MHz
- Aspect Ratio: 9:7
- Orientation: Vertical (90º)
- Analogue Pocket
ROMs NOT INCLUDED: By using this gateware you agree to provide your own roms.
Game | Region | Status |
---|---|---|
Dig Dug (Rev 2) | JPN | ✅ |
Alternatives | ||
Dig Dug (Rev 1) | JPN | ✅ |
Dig Dug (Atari, Rev 1) | USA | ✅ |
Dig Dug (Atari, Rev 2) | USA | ✅ |
Dig Dug (Manufactured by Sidam) | ITA | ✅ |
- Download and Install ORCA (Open ROM Conversion Assistant)
- Download the ROM Recipes and extract to your computer.
- Copy the required MAME
.zip
file(s) into theroms
folder. - Inside the
tools
folder execute the script related to your system.- Windows: right click
make_roms.ps1
and selectRun with Powershell
. - Linux and MacOS: run script
make_roms.sh
.
- Windows: right click
- After the conversion is completed, copy the
Assets
folder to the Root of your SD Card. - Optional: an
.md5
file is included to verify if the hash of the ROMs are valid. (eg:md5sum -c checklist.md5
)
Note: Make sure your
.rom
files are in theAssets/digdug/common
directory.
WARNING: This repository is in active development. There are no guarantees about stability. Breaking changes might occur until a stable release is made and announced.
- Dip Switches
- Reset Core
- Enter Service Mode
- Change Difficulty
- Change Number of Lives
- Change Score for Bonus Life
- Pause
- Hi-Score Save
This project borrowed and use code from several other projects. A great thanks to their efforts!
Modules | Copyright/Developer |
---|---|
Data Loader | 2022 (c) Adam Gastineau |
Dig Dug RTL | 2017 (c) MiSTer-X |
Generic Dual-Port RAM module | 2021 (c) Jim Gregory |
Pause Handler | 2021 (c) Jim Gregory |
TV80 | 2004 (c) Guy Hutchison |
Dig Dug © 1982 NAMCO LTD. All rights reserved. Dig Dug is a trademark of BANDAI NAMCO ENTERTAINMENT INC. All other trademarks, logos, and copyrights are property of their respective owners.
The authors and contributors or any of its maintainers are in no way associated with or endorsed by Bandai Namco Entertainment Inc.