summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/k28.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* k28: copypasted display handler, due to strobed VFD hap2016-02-091-40/+207
* k28: added VFD driver hap2016-02-091-74/+134
* k28: hooked up most I/O hap2016-02-091-6/+88
* k28: added skeleton driver for the SC-01 k28 (not a cloneset of the other one) hap2016-02-081-0/+181