summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/cdislave.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/cdislave.cpp')
-rw-r--r--src/mame/machine/cdislave.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/mame/machine/cdislave.cpp b/src/mame/machine/cdislave.cpp
index bbf21038307..1e24587088c 100644
--- a/src/mame/machine/cdislave.cpp
+++ b/src/mame/machine/cdislave.cpp
@@ -22,13 +22,15 @@ TODO:
*******************************************************************************/
#include "emu.h"
-#include "cpu/m68000/m68000.h"
#include "machine/cdislave.h"
#include "machine/cdi070.h"
#include "includes/cdi.h"
+#include "cpu/m68000/m68000.h"
+
+
// device type definition
-const device_type MACHINE_CDISLAVE = device_creator<cdislave_device>;
+DEFINE_DEVICE_TYPE(MACHINE_CDISLAVE, cdislave_device, "cdislave", "CDISLAVE")
#if ENABLE_VERBOSE_LOG
@@ -419,7 +421,7 @@ WRITE16_MEMBER( cdislave_device::slave_w )
//-------------------------------------------------
cdislave_device::cdislave_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
- : device_t(mconfig, MACHINE_CDISLAVE, "CDISLAVE", tag, owner, clock, "cdislave", __FILE__)
+ : device_t(mconfig, MACHINE_CDISLAVE, tag, owner, clock)
{
}
64d8f64ab38?s=128&d=retro' /> angelosa10 days1-2/+0 * build: fix msvc build Patrick Mackinlay10 days1-1/+1 * osd: Got rid of the gross globals and functions for manipulating them in the ... Vas Crabb11 days1-2/+2 * Fixed the last GCC class memory access warnings and cleaned up some stuff. Vas Crabb13 days1-3/+0 * 3rdparty/portmidi: Disable another warning to help clang on Windows. Vas Crabb13 days1-0/+1 * 3rdparty/portmidi: Fixes for Linux and clang builds. Vas Crabb13 days1-0/+1 * 3rdparty/portmidi: Updated to PortMidi 2.0.4. Vas Crabb13 days1-5/+4 * Made PTR64 a makefile-only thing - it isn't necessary in the code. Vas Crabb14 days1-25/+0 * machine/pseudovia.cpp: Moved from mame/apple because some bus devices will ne... arbee14 days1-0/+12 * Cleaned up build scripts and compiling documentation: Vas Crabb14 days4-68/+9 * 3rdparty/bimg: Re-added hack to work around GitHub CI issues. Vas Crabb2025-04-191-0/+19 * toolchain.lua: correct typo, hap2025-04-181-2/+2 * -cpu/e132xs: Cleaned up disassembler a bit, disassemble most invalid instruct... Vas Crabb2025-04-191-7/+0 * Avoid the need to set MINGW32 or MINGW64 environment variables when using a s... Vas Crabb2025-04-191-6/+6 * bus/snes/st018.cpp: Add primary support of ST018 coprocessor (#13553) cam9002025-04-131-0/+2 * MSX: add Video80 homebrew card (#13568) fulivi2025-04-101-0/+2 * z80/z80make.py: Revisited z80 code generator (#13573) holub2025-04-101-4/+9 * Implemented VA EG (Envelope Generator) and VCA (Voltage Controlled Amplifier)... m1macrophage2025-04-021-0/+23 * -cpu/e132xs.cpp: Improved exception emulation: Vas Crabb2025-04-013-4/+10 * devices/sound/mmc5.cpp: Implement MMC5 sound emulation (#13487) cam9002025-03-301-0/+12 * build: Fixed QT6 build for macosx (#13510) holub2025-03-221-5/+14 * unidasm: Add Panasonic MN10300 disassembler AJR2025-03-221-0/+10 * [heathzenith/h8.cpp] Update interrupt handling to not use set_input_line_and_... Mark Garlanger2025-03-201-3/+3 * Miscellaneous minor stuff: Vas Crabb2025-03-174-0/+4 * -Fixed some -listxml issues: Vas Crabb2025-03-131-0/+2 * bt450: new ramdac device Patrick Mackinlay2025-03-121-0/+12 * 3rdparty/expat: Updated to expat 2.6.4. Vas Crabb2025-03-121-1/+9 * scripts/src/cpu.lua: Update comment AJR2025-03-091-1/+1 * New machines marked as NOT_WORKING AJR2025-03-091-0/+7 * Add disassembler for CDC 160(-A) architecture AJR2025-03-071-0/+10 * scripts/build/check_include_guards.py: bail if no argument specified angelosa2025-03-071-0/+4 * ti99: Model the Speech Synthesizer as an own unit, with an adapter board for ... Michael Zapf2025-03-061-2/+4 * bus/centronics/epson_fx80.cpp: Added skeleton devices Epson FX-80 and JX-80 p... goldnchild2025-03-071-0/+2 * bus/cbus: add MIF-201 MIDI interface stub angelosa2025-03-051-0/+2 * ti99: Add sidecar cartridge Arcturus.