diff options
Diffstat (limited to 'src/mame/audio/t5182.cpp')
-rw-r--r-- | src/mame/audio/t5182.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/audio/t5182.cpp b/src/mame/audio/t5182.cpp index 6c7489a743f..cdeb8a9ed2e 100644 --- a/src/mame/audio/t5182.cpp +++ b/src/mame/audio/t5182.cpp @@ -372,8 +372,8 @@ void t5182_device::t5182_io(address_map &map) //------------------------------------------------- MACHINE_CONFIG_START(t5182_device::device_add_mconfig) - MCFG_CPU_ADD("t5182_z80", Z80, T5182_CLOCK) - MCFG_CPU_PROGRAM_MAP(t5182_map) - MCFG_CPU_IO_MAP(t5182_io) + MCFG_DEVICE_ADD("t5182_z80", Z80, T5182_CLOCK) + MCFG_DEVICE_PROGRAM_MAP(t5182_map) + MCFG_DEVICE_IO_MAP(t5182_io) MACHINE_CONFIG_END |