summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ep64.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* New working machine added hap2019-08-041-1/+1
* (nw) get rid of wave.h usage part 1 Robbbert2019-07-061-3/+2
* (nw) nascom1/2: cassette fixed ; added more cassette wav sounds Robbbert2019-06-291-0/+3
* (nw) removed unneccesary casting of cassette_state; Robbbert2019-06-291-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-4/+6
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-6/+4
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-081-2/+2
* bus/ep64: Use required_address_space instead of specific device finder (nw) AJR2019-02-261-1/+3
* bus/generic, bus/vc4000: Eliminate address_space argument from handlers (nw) AJR2019-02-191-1/+1
* -bus/ep64/exp: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-181-30/+39
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-101-2/+9
* rs232: some more MCFG removal (nw) Ivan Vangelista2018-10-191-4/+4
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-4/+2
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-2/+4
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-7/+7
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-21/+26
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-5/+10
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+5
* Self-registering devices prep: Vas Crabb2017-02-271-6/+10
* Remove some dependency between src/devices/ and src/mame (nw) Miodrag Milanovic2017-02-051-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* required_ioport_array. (nw) Curt Coder2016-10-091-12/+67
* z80: added crude implementation of WAIT pin hap2016-02-071-1/+1
* clang-modernize part 4 Miodrag Milanovic2015-12-041-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+600