Previous 199869 Revisions Next

r31008 Tuesday 17th June, 2014 at 14:36:38 UTC by hap
Sharp LR35902 is the cpu
[src/mess/audio]gb.c

trunk/src/mess/audio/gb.c
r31007r31008
104104//-------------------------------------------------
105105
106106gameboy_sound_device::gameboy_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
107               : device_t(mconfig, GAMEBOY, "Gameboy Audio (LR35902)", tag, owner, clock, "gameboy_sound", __FILE__),
107               : device_t(mconfig, GAMEBOY, "Game Boy Audio", tag, owner, clock, "gameboy_sound", __FILE__),
108108                  device_sound_interface(mconfig, *this)
109109{
110110}

Previous 199869 Revisions Next


© 1997-2024 The MAME Team