summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/4dxh.h
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/bus/c64/4dxh.h
parent5c14bcdfcb4aefb71b5b62387c4ad05dbeb3814e (diff)
full xtal conversionxtal
Diffstat (limited to 'src/devices/bus/c64/4dxh.h')
-rw-r--r--src/devices/bus/c64/4dxh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/c64/4dxh.h b/src/devices/bus/c64/4dxh.h
index 620228e4942..d1bbe17e6a6 100644
--- a/src/devices/bus/c64/4dxh.h
+++ b/src/devices/bus/c64/4dxh.h
@@ -26,7 +26,7 @@ class c64_4dxh_device : public device_t, public device_pet_user_port_interface
{
public:
// construction/destruction
- c64_4dxh_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ c64_4dxh_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// optional information overrides
virtual ioport_constructor device_input_ports() const override;
/> hap2024-02-091-2/+2 * docs: Updated for changes to media loading behaviour. Vas Crabb2023-10-202-14/+28 * docs: Fixed many editing errors and spelling errors. (#11575) Tom Cariello2023-09-293-5/+5 * Input refactoring: Vas Crabb2023-02-182-44/+45 * docs: Corrected parent menu for input devices menu. Vas Crabb2022-09-261-2/+2 * Patched up some gaps in functionality and fixed some bugs. Vas Crabb2022-09-021-1/+4 * -Got rid of some legacy MESS support glue. Vas Crabb2022-06-131-4/+4 * ui, docs: Added menus to fill a couple of gaps, improved consistency. (#9915) Vas Crabb2022-06-114-54/+341 * ui/viewgfx.cpp: Added ability to restrict tiles to integer scale factors. (#9... Vas Crabb2022-05-201-4/+6 * docs: Added page describing how MAME searches for media. Vas Crabb2022-03-103-5/+409 * input: Clarify docuemntation and a comment. Vas Crabb2021-11-061-7/+7 * -Enabled complex combinations for analog axes: Vas Crabb2021-11-061-28/+59 * Two small fixes (bad menu flags in cheat plugin, copy/paste in docs).