diff options
| author | 2014-04-07 06:04:18 +0000 | |
|---|---|---|
| committer | 2014-04-07 06:04:18 +0000 | |
| commit | fec65e0b5766ade69e086d1c5b859d97494fce56 (patch) | |
| tree | c22b07938e9ad590184f1276bc2bead6d888a78d /src/mess/drivers/ip22.c | |
| parent | 30d94e51c53f30187a1bc565ef33e4744319790e (diff) | |
Cleanups and version bumpmame0153
Diffstat (limited to 'src/mess/drivers/ip22.c')
| -rw-r--r-- | src/mess/drivers/ip22.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/drivers/ip22.c b/src/mess/drivers/ip22.c index 0f222797475..cadaa249d24 100644 --- a/src/mess/drivers/ip22.c +++ b/src/mess/drivers/ip22.c @@ -110,7 +110,7 @@ public: m_dac(*this, "dac"), m_kbdc8042(*this, "kbdc") { } - + required_device<cpu_device> m_maincpu; required_device<wd33c93_device> m_wd33c93; required_shared_ptr<UINT32> m_unkpbus0; @@ -1623,7 +1623,7 @@ static MACHINE_CONFIG_START( ip225015, ip22_state ) MCFG_PALETTE_ADD("palette", 65536) MCFG_NEWPORT_ADD("newport") - + MCFG_DEVICE_ADD("sgi_mc", SGI_MC, 0) MCFG_DEVICE_ADD("lpt_0", PC_LPT, 0) |
