summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2018-07-19 18:58:15 +0200
committer hap <happppp@users.noreply.github.com>2018-07-19 18:58:15 +0200
commita5de756133b79008d129fe113558055cfb404909 (patch)
tree27540bc2b9365bf920bfb55458906411bdbf2c13
parentf432c4475a31ff077170a8e7743a4cf56a1be80e (diff)
sega80r: correct monster bash cpu model number (nw)
-rw-r--r--src/mame/drivers/segag80r.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/segag80r.cpp b/src/mame/drivers/segag80r.cpp
index d18ebf4f759..7839e8451c8 100644
--- a/src/mame/drivers/segag80r.cpp
+++ b/src/mame/drivers/segag80r.cpp
@@ -57,7 +57,7 @@
EPROM, video, and background hardware on one or two boards:
Monster Bash (2 board):
- * G-80 consolidated boardset (315-5006 encrypted Z80)
+ * G-80 consolidated boardset (315-5008 encrypted Z80)
* Monster Bash Sound Board (N7751+DAC, TMS3617, discrete)
Pig Newton:
@@ -1570,7 +1570,7 @@ void segag80r_state::init_monster2()
address_space &iospace = m_maincpu->space(AS_IO);
address_space &pgmspace = m_maincpu->space(AS_PROGRAM);
- /* configure the 315-5006 security chip */
+ /* configure the 315-5008 security chip */
m_decrypt = segag80_security(0);
/* configure video */