srcclean in preparation for release

This commit is contained in:
Vas Crabb 2023-04-23 02:01:48 +10:00
parent ece46894f8
commit bcddfc2523
31 changed files with 223 additions and 219 deletions

View File

@ -12,8 +12,10 @@
#include "gew12.h"
#include "m6502mcu.ipp"
#include "bus/generic/slot.h"
DEFINE_DEVICE_TYPE(GEW12, gew12_device, "gew12", "Yamaha YMW728-F (GEW12)")
gew12_device::gew12_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)

View File

@ -12,8 +12,10 @@
#include "gew7.h"
#include "m6502mcu.ipp"
#include "bus/generic/slot.h"
DEFINE_DEVICE_TYPE(GEW7, gew7_device, "gew7", "Yamaha YMW270-F (GEW7)")
gew7_device::gew7_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)