summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pc_kbd/ec1841.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pc_kbd/ec1841.cpp')
-rw-r--r--src/devices/bus/pc_kbd/ec1841.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/pc_kbd/ec1841.cpp b/src/devices/bus/pc_kbd/ec1841.cpp
index c9f5aa57f98..4f1e1600415 100644
--- a/src/devices/bus/pc_kbd/ec1841.cpp
+++ b/src/devices/bus/pc_kbd/ec1841.cpp
@@ -284,7 +284,7 @@ ioport_constructor ec_1841_keyboard_device::device_input_ports() const
// ec_1841_keyboard_device - constructor
//-------------------------------------------------
-ec_1841_keyboard_device::ec_1841_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
+ec_1841_keyboard_device::ec_1841_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock)
: device_t(mconfig, PC_KBD_EC_1841, tag, owner, clock),
device_pc_kbd_interface(mconfig, *this),
m_maincpu(*this, I8048_TAG),
ab38?s=128&d=retro' /> angelosa2 years dc_pvr-threadsega/powervr2.cpp: apply portions of PR #7746 to newest code angelosa24 months deprecatedMerge branch 'master' into deprecated Aaron Giles4 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 mastercpu/h8/h8_adc.cpp: Wrap channel to avoid crash if end channel gets set lower ... Vas Crabb6 min. 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=128&d=retro' /> Fabio Priuli2014-10-101-0/+8 | | | | | their carts. nw. (with these, we are done for the moment with new slot devices for carts...) * gts80 : placeholders Robbbert2014-10-101-0/+2 | * (MESS) vic20: Emulated the Final Expansion 3 cartridge (only RAM/FlashROM ↵ Curt Coder2014-10-101-0/+2 | | | | supported). [Curt Coder] * added 315-5296 device Michaël Banaan Ananas2014-10-091-0/+2 | * (MESS) msx.c: Added support for DMK floppy images. [Wilbert Pol] Wilbert Pol2014-10-081-0/+2 | * (MESS) intv: converted the driver to use slot devices for Fabio Priuli2014-10-081-0/+8 | | | | | | | | | | | | | | | | | | | cartridges and implemented the IntelliVoice expansion and the Entertainment Computer System expansion as passthru devices. The official syntax to launch games requiring the speech expansion is now mess intv -cart voice -cart2 gamename which corresponds to mounting the IntelliVoice and plugging the game cart in its subslot. The official syntax to launch games requiring the ECS expansion is now instead mess intv -cart ecs -cart2 gamename and mess intv -cart ecs -cart2 voice -cart3 gamename if the game requires both expansions at once. For additional user friendliness, we also offer intvecs (which emulates an Intellivision unit with both expansions added) and intvoice (which emulates an Intellivision with Intellivoice expansion added) drivers, where games can simply be mounted with the -cart media switch. [Fabio Priuli] * gts80.c : placeholder Robbbert2014-10-071-0/+1 | * (MESS) odyssey2: converted the driver to use slot devices for Fabio Priuli2014-10-071-0/+8 | | | | | | | | | cartridges, removed The Voice add-on from the main system and emulated it as a passthru cart instead. Now, if you want to enjoy speech in odyssey/videopac games, you must launch emulation with mess.exe odyssey2 -cart voice -cart2 gamename (the -cart2 switch becomes available when "voice" is mounted in the first cartslot) [Fabio Priuli] * upon reading datasheet further, it became obvious that uPD71054 == 82C54 Michaël Banaan Ananas2014-10-061-2/+0 | * added upd71054_device, initial commit Michaël Banaan Ananas2014-10-061-0/+2 | * some fuuki refactoring (nw) David Haywood2014-10-051-0/+2 | * (MESS) wswan.c: converted to use slot devices for carts. [Fabio Priuli] Fabio Priuli2014-10-051-0/+4 | | | out of whatsnew: another case of on-cart SRAM & EEPROM pointers removed from the main system... * (MESS) sms.c: Added support for Sega Graphic Board input. (nw) Wilbert Pol2014-10-041-0/+2 | * New games added or promoted from NOT_WORKING status R. Belmont2014-10-041-0/+2 | | | | | | | | | | | --------------------------------------------------- Vegas 1 (Ver 2.3 dual coin pulse, shorter) [any] Vegas 1 (Ver 2.1 dual coin pulse, longer) [any] Vegas 1 (Ver 1.33 single coin pulse) [any] This is a coin pusher machine from Spain. Your guess on how to work it is as good as mine ;-) * because I'm a Raidenoholic (nw)