Previous 199869 Revisions Next

r18928 Saturday 10th November, 2012 at 23:29:19 UTC by O. Galibert
Copy/paste error (nw)
[src/mame/drivers]btime.c

trunk/src/mame/drivers/btime.c
r18927r18928
231231static const device_type DECO_C10707 = &device_creator<deco_c10707_device>;
232232
233233deco_c10707_device::deco_c10707_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
234   m6502_device(mconfig, DECO_C10707, "DECO CPU-7", tag, owner, clock)
234   m6502_device(mconfig, DECO_C10707, "DECO C10707", tag, owner, clock)
235235{
236236}
237237

Previous 199869 Revisions Next


© 1997-2024 The MAME Team