summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/swp00.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/swp00.h')
-rw-r--r--src/devices/sound/swp00.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/swp00.h b/src/devices/sound/swp00.h
index 166ebe0951e..b36daaa2055 100644
--- a/src/devices/sound/swp00.h
+++ b/src/devices/sound/swp00.h
@@ -14,7 +14,7 @@
class swp00_device : public device_t, public device_sound_interface, public device_rom_interface<25+2, 2, 0, ENDIANNESS_LITTLE>
{
public:
- swp00_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 33868800);
+ swp00_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = 33868800);
void map(address_map &map);