summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kyocera.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* kyocera: fixed m10 keyboard Robbbert2020-09-041-78/+86
* devices/machine: simplified handlers for various devices (nw) Ivan Vangelista2020-03-241-1/+1
* src/devices: simplified some handlers (nw) Ivan Vangelista2020-03-111-5/+2
* kyocera.cpp: Minor updates (nw) AJR2020-02-041-29/+47
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-7/+7
* (nw) removed unneccesary casting of cassette_state; Robbbert2019-06-291-4/+4
* (nw) kc85,m10,trsm100,tandy102,tandy200: fixed cassette load Robbbert2019-06-231-12/+4
* (nw) Clean up the mess on master Vas Crabb2019-03-261-31/+9
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-9/+31
* bus/generic, bus/vc4000: Eliminate address_space argument from handlers (nw) AJR2019-02-191-1/+1
* src/devices: more MCFG macros removal (nw) Ivan Vangelista2019-01-101-30/+8
* Fixed regressions in konamim2 and mexico86, nw mooglyguy2018-12-151-70/+69
* cpu/pps4 - machine/pxa255, r10696, r10788, ra17xx, rf5c296, roc10937, rp5c01,... Ivan Vangelista2018-10-291-1/+1
* rs232: some more MCFG removal (nw) Ivan Vangelista2018-10-191-9/+9
* upd1990a, upd4701, upd4992, upd7002: removed MCFG macros (nw) Ivan Vangelista2018-09-261-7/+10
* i8251: Provide standard read/write handlers; eliminate memory space as argume... AJR2018-09-161-2/+1
* -ie15kbd, im6402, ins8154: De-MCFG, nw mooglyguy2018-09-041-9/+12
* i8251: Removed MCFG, nw mooglyguy2018-08-291-4/+4
* i8155.cpp: deMCFGfied (nw) Ivan Vangelista2018-08-221-20/+20
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-22/+12
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-4/+4
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-16/+16
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-10/+10
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-4/+4
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-61/+61
* (nw) more address maps Robbbert2018-04-121-4/+5
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-3/+3
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-49/+55
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-6/+8
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-7/+7
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-17/+17
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-6/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-14/+14
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* correct NEC companyname (nw) hap2017-02-251-9/+9
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-11/+11
* required_ioport_array. (nw) Curt Coder2016-10-091-18/+8
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-3/+3
* clang-modernize part 4 Miodrag Milanovic2015-12-041-4/+4
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1641