mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Revert "sega80r: correct monster bash cpu model number (nw)"
This reverts commit a5de756133
.
This commit is contained in:
parent
d057dca066
commit
e37d0ab300
@ -57,7 +57,7 @@
|
||||
EPROM, video, and background hardware on one or two boards:
|
||||
|
||||
Monster Bash (2 board):
|
||||
* G-80 consolidated boardset (315-5008 encrypted Z80)
|
||||
* G-80 consolidated boardset (315-5006 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-5008 security chip */
|
||||
/* configure the 315-5006 security chip */
|
||||
m_decrypt = segag80_security(0);
|
||||
|
||||
/* configure video */
|
||||
|
Loading…
Reference in New Issue
Block a user