summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mos6529.cpp
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2022-06-16 12:47:52 +0200
committer Olivier Galibert <galibert@pobox.com>2025-04-29 23:06:41 +0200
commit45d4cd52a8194f2ef9e0383cfb2e2a35634af6ff (patch)
tree4e8d8fcb7382a5e9e0bce5ec59939bcfbe67155a /src/devices/machine/mos6529.cpp
parent5c14bcdfcb4aefb71b5b62387c4ad05dbeb3814e (diff)
full xtal conversionxtal
Diffstat (limited to 'src/devices/machine/mos6529.cpp')
-rw-r--r--src/devices/machine/mos6529.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mos6529.cpp b/src/devices/machine/mos6529.cpp
index 46bbf3bc0b8..3fbdd2dce5e 100644
--- a/src/devices/machine/mos6529.cpp
+++ b/src/devices/machine/mos6529.cpp
@@ -31,7 +31,7 @@ DEFINE_DEVICE_TYPE(MOS6529, mos6529_device, "mos6529", "MOS 6529")
// mos6529_device - constructor
//-------------------------------------------------
-mos6529_device::mos6529_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
+mos6529_device::mos6529_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) :
device_t(mconfig, MOS6529, tag, owner, clock),
m_input(0),
m_p_handler(*this)
gravatar.com/avatar/85ac5e1b56e1f29e2985fd2e06cbbb8c?s=13&d=retro' /> Aaron Giles2009-11-281-9/+10 * get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-4/+4 * From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-12/+8 * Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4 * Bulk change alert. Aaron Giles2009-04-261-4/+4 * Merged memory maps for the following drivers: [MooglyGuy] Ryan Holtz2009-04-251-43/+22 * Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-8/+8 * Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-4/+4 * Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-16/+16 * Ok, this is The Big One. Aaron Giles2009-02-111-9/+4 * From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1 * From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-1/+1 * Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1 * Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-3/+3 * Another big one. Aaron Giles2008-11-201-1/+2 * WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-4/+4 * Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-4/+4 * Part 3 of "The big IO_MAP merge of 2008". (Andrew Gardner) Andrew Gardner2008-09-011-28/+1 * This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-8/+8 * NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-6/+6 * Region classes go bye-bye. Aaron Giles2008-07-281-24/+24 * Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-27/+27 * Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-4/+4 * Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-2/+2 * From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-6/+6 * From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-171-3/+3 * From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-121-18/+18 * From: Corrado Tomaselli [mailto:corrado.to@tiscali.it] Aaron Giles2008-06-051-4/+7 * From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-2/+2 * Bulk converted drivers explicitly calling input_port_n_r() with a bogus Aaron Giles2008-04-061-2/+2 * Replaced the following macros (SMH == static memory handler)