| Previous | 199869 Revisions | Next |
| r30994 Monday 16th June, 2014 at 15:15:37 UTC by Tafoid |
|---|
| Duplicate description fix (nw) |
| [src/mess/audio] | gb.c |
| r30993 | r30994 | |
|---|---|---|
| 104 | 104 | //------------------------------------------------- |
| 105 | 105 | |
| 106 | 106 | gameboy_sound_device::gameboy_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 107 | : device_t(mconfig, GAMEBOY, "LR35902", tag, owner, clock, "gameboy_sound", __FILE__), | |
| 107 | : device_t(mconfig, GAMEBOY, "Gameboy Audio (LR35902)", tag, owner, clock, "gameboy_sound", __FILE__), | |
| 108 | 108 | device_sound_interface(mconfig, *this) |
| 109 | 109 | { |
| 110 | 110 | } |
| Previous | 199869 Revisions | Next |