summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sat_ctrl/ctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sat_ctrl/ctrl.h')
-rw-r--r--src/devices/bus/sat_ctrl/ctrl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/sat_ctrl/ctrl.h b/src/devices/bus/sat_ctrl/ctrl.h
index d17bed9b067..88a5a9fe9c0 100644
--- a/src/devices/bus/sat_ctrl/ctrl.h
+++ b/src/devices/bus/sat_ctrl/ctrl.h
@@ -46,7 +46,7 @@ public:
// construction/destruction
template <typename T>
saturn_control_port_device(const machine_config &mconfig, const char *tag, device_t *owner, T &&opts, char const* dflt)
- : saturn_control_port_device(mconfig, tag, owner, (uint32_t)0)
+ : saturn_control_port_device(mconfig, tag, owner)
{
option_reset();
opts(*this);
@@ -54,7 +54,7 @@ public:
set_fixed(false);
}
- saturn_control_port_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
+ saturn_control_port_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL());
virtual ~saturn_control_port_device();
uint16_t read_direct();
08829' title='2021-06-21 13:53:49 -0700'>4 years docs_wavwritedocs: fix -wavwrite example typo angelosa16 months draggable-layoutAdd support for dragging position-animated layout items. Aaron Giles4 years dribbling-nlMerge branch 'dribbling-nl' of https://github.com/mamedev/mame into dribbling-nl Aaron Giles5 years hlsl_aviplayMore work towards generic AVI playback, nw MooglyGuy6 years lisaRemove leftover Olivier Galibert3 months lua_engine_ui_refactor_2Typo fix npwoods6 years m57_troangel-blueseairem/m57_v.cpp: swap red PROM palette bit meaning as per #11443 angelosa21 months make_coco_fdc_fixed[CoCo] Backing out MCFG_SLOT_FIXED(true) Nathan Woods8 years masterigs/igs_m027.cpp: Added I/O for the Kuaile Xiyou Ji games. Vas Crabb14 hours n64-angrylionnw, initial merge of angrylion's RDP changes. therealmogminer@gmail.com10 years netlist-generatednetlist.lua: Fix merge, remove headers again. couriersud5 years new_menusSwallowing shortcut keys the first time the menu comes up; now ESC in the F4 ... Nathan Woods11 years nl-splitfrogsWorking now. Original speed: 215%. Split speed: 491%. Ideally should be Aaron Giles5 years nl_dipsFix missing parentheses Aaron Giles5 years nltool-updatesnltool: Improvements to static solver generation: Aaron Giles5 years py_regtestsImprove abstract class docs angelosa4 years qt6_position-fixchore: identifier changed pattern ... angelosa4 months rendlay_vid-render: Added optional per-frame update support to layout elements. [Ryan Ho... mooglyguy5 years saturn_cdblockAttempting to change transfer active mechanism, doesn't change anything, to b... angelosa10 years saturn_vdp_splitsegasaturn_vdp2.cpp: add m_gfxdecode device, fix startup crash. Add notes rev... angelosa3 years save-experimentsBetter handling of null/missing items. More consistent error handling. Reduce... Aaron Giles4 years save_structsUpdate voodoo code to leverage new save_registrar instead of its own temporar... Aaron Giles4 years shangha3_dropshangha3_v.cpp: proposed fix for shangha3 drawing phantom drop shadows for pl... angelosa3 years taitoair_vcotaito/tc0080vco.cpp: describe fix angelosa2 years taitowlf_zoomtaito/taitowlf.cpp: preliminary Zoom hookup angelosa23 months time-experimentsRemaining fixes Aaron Giles4 years time-experiments2Stop memsetting structures. Aaron Giles4 years vamphalf_misncrftvamphalf.cpp: move wyvernwg to own state machine, add some basic protection t... angelosa3 years voodoo_directx11Fix some vegas games not booting Ted Green5 years x86_std-exceptionscpu/i386: saner fatal error handling