summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/k28.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* devices/machine: simplified handlers for various devices (nw) Ivan Vangelista2020-03-241-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-1/+1
* aci_prodigy: add chesspieces (nw) hap2019-07-141-1/+1
* k28: use pwm_display (nw) hap2019-06-291-50/+15
* rename function (nw) hap2019-06-171-3/+3
* Machines promoted to working hap2019-05-151-1/+1
* New working machine added hap2019-04-161-1/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-208/+93
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-93/+208
* New working machine added hap2019-03-081-22/+22
* k28: simplify display handling (nw) hap2019-03-071-155/+62
* added mm5445_device (nw) hap2019-03-071-53/+31
* votrax: Simplify write handlers (nw) AJR2019-02-191-1/+1
* hh_tms1k: improve h2hhockey timing (nw) hap2019-02-181-2/+2
* hh_hmcs40: put audiocpu in subclass (nw) hap2018-12-161-3/+3
* Fixed k28 regression, nw mooglyguy2018-12-091-0/+2
* mcs48: Removed MCFG, nw mooglyguy2018-12-081-17/+14
* steppers, tc009xlvc, te7750, tmp68301, tms1024, tms6100, bfm_dm01: removed MC... Ivan Vangelista2018-10-251-1/+1
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-4/+5
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-7/+7
* convert XTAL(x) to x_XTAL in some of my drivers (nw) hap2018-01-251-2/+3
* mcs48: More specific emulation of Intel 8021 AJR2018-01-231-6/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-1/+1
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* hh*: added output finder (nw) hap2017-07-291-38/+22
* k28: imperfect sound flag not needed anymore now that it's a device flag (nw) hap2017-07-291-1/+1
* hh_sm510: added lcd deflicker (nw) hap2017-06-251-1/+1
* i don't care much for aligning the last columns in gamelists, too much horizo... hap2017-05-161-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* mcs48: Convert ports to devcb (nw) AJR2017-05-061-14/+7
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* change some of my files to use abbreviated integer types (nw) hap2017-01-161-21/+21
* Machine promoted to working hap2016-12-241-4/+3
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-18/+18
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-1/+1
* nw hap2016-03-191-5/+6
* Cleanups and version bump Miodrag Milanovic2016-02-241-14/+14
* New Working machine added hap2016-02-151-12/+15
* k28: notes hap2016-02-091-14/+15
* k28: finished driver hap2016-02-091-60/+84
* k28: fix sc01 strobe hap2016-02-091-2/+2