summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/c6280.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/c6280.cpp')
-rw-r--r--src/devices/sound/c6280.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/c6280.cpp b/src/devices/sound/c6280.cpp
index 644269e01f7..cfeb4292583 100644
--- a/src/devices/sound/c6280.cpp
+++ b/src/devices/sound/c6280.cpp
@@ -292,7 +292,7 @@ void c6280_device::c6280_w(offs_t offset, uint8_t data)
DEFINE_DEVICE_TYPE(C6280, c6280_device, "c6280", "Hudson Soft HuC6280 PSG")
-c6280_device::c6280_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock)
+c6280_device::c6280_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, C6280, tag, owner, clock)
, device_sound_interface(mconfig, *this)
{
cd75d039272b7aff43a42f5fee6d9a8d822fe9'>Removed device types from device queries that use tags, under the Aaron Giles2009-03-02957-5132/+5132 * Converted the following drivers to the new device-based 6821 PIA: Aaron Giles2009-03-0250-1087/+1421 * Make the system24 linscroll screen-relative. [Olivier Galibert] Yasuhiro Ogawa2009-03-021-54/+41 * ok, looks like these aren't anywhere, leave the information in place for refe... davidhay2009-03-022-14/+14 * 02877: deadang, leadang, ghunter: Music drowns out sound effects Phil Bennett2009-03-023-3/+3 * Fixed: 02909: boothill: Specification of discrete filters for shot and hit so... Derrick Renaud2009-03-021-5/+16 * hooked up layer enables in goldstar.c driver, fixes 'girl' in Cherry Master [... davidhay2009-03-012-47/+96 * A better fix for 02991... Phil Bennett2009-03-011-1/+2 * 02995: liberate, dualaslt: Black screen shows after disclaimer [Phil Bennett] Phil Bennett2009-03-011-25/+28 * System 24 Linescroll update [Olivier Galibert] davidhay2009-03-011-1/+24 * added new clone davidhay2009-03-012-0/+10 * Added GAME_IMPERFECT_GRAPHICS to Tutankham & clones Couriersud2009-03-011-2/+6 * 02994: labyrunr all sets: all labyrunr sets resets on bootup Phil Bennett2009-03-011-25/+16 * Adjusted volume level and added more documentation Couriersud2009-03-011-3/+26 * Merged tetrisp2 memory maps. Renamed teplus2->tetrisp2j. Aaron Giles2009-03-013-259/+164 * Fixed King Derby sprite colors [Stefan Lindberg, Angelo Salese] Angelo Salese2009-02-281-23/+24 * 02991 polyplay: Broken graphics when playing [Phil Bennett] Phil Bennett2009-02-281-2/+1 * various improvements to Heavy Unit [Angelo Salese, Tomasz Slanina, David Hayw... davidhay2009-02-281-50/+386 * Add one of the system24 special linescroll modes. Phil Bennett2009-02-281-51/+90 * Best play it safe and not use variadic macros... Phil Bennett2009-02-281-7/+7 * New clones added Yasuhiro Ogawa2009-02-282-0/+27 * New games marked as GAME_NOT_WORKING Yasuhiro Ogawa2009-02-282-2/+35 * Fix regression (missing graphics) in ipminvad (m10) Couriersud2009-02-283-3/+16 * 02979: All sets in m10.c: Dialog box on all sets in m10.c Couriersud2009-02-281-7/+9 * Finally low pass filtering on channel 2A Couriersud2009-02-281-2/+15 * 02988: blswhstl, detatwin: ROM RAM EEPROM Check fails at startup [Phil Bennett] Phil Bennett2009-02-271-1/+1 * Input ports clean-up for the jangou driver. [Angelo Salese] Angelo Salese2009-02-271-41/+94 * Changes name of "Prosport" to "Pro. Sports" as per Smitdogg's email evidence. Brian Troha2009-02-271-1/+1 * Added NAOMI game list Yasuhiro Ogawa2009-02-271-55/+128 * Fixed descriptions of the games running on NAOMI series hardware. Yasuhiro Ogawa2009-02-271-26/+26 * New games added or promoted from NOT_WORKING status Phil Bennett2009-02-272-4/+18 * added PCB location to Heavy Unit rom names. Corrected the sets per World, Ja...