summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/e100.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with f, g and h: some macro removal (nw) Ivan Vangelista2020-05-271-4/+4
* another bunch of macro removals (nw) Ivan Vangelista2020-05-191-8/+8
* m6802, nsc8105: Internalize internal RAM (nw) AJR2019-12-011-0/+1
* alfaskop4110, kron180, e100: clean up of vram and chargen handlings + kron180... Joakim Larsson Edstrom2019-11-211-12/+7
* (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-1/+5
* (nw) Clean up the mess on master Vas Crabb2019-03-261-17/+18
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-18/+17
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-081-8/+9
* 6821pia, 6840ptm, 6850acia, bus/ss50, cmi01a: Simplify read/write handlers (nw) AJR2019-02-181-6/+6
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-2/+2
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* bus/rs232.cpp: completed removal of MCFG macros (nw) Ivan Vangelista2018-10-231-1/+1
* -7200fifo, 7400, 7404, 74123, 74145, 74148, 74153, 74157, 74161, 74259: [Ryan... mooglyguy2018-08-111-1/+1
* (nw) minor Robbbert2018-08-111-1/+1
* -pia6821: Removed MCFG and old devcb. [Ryan Holtz] mooglyguy2018-08-101-11/+11
* (nw) fixed a few random typos Robbbert2018-08-091-3/+3
* Fix clang build [-Werror,-Wunused-private-field] (nw) AJR2018-06-271-8/+0
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-2/+5
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-8/+8
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-11/+11
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-9/+9
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-7/+8
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+2
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-4/+4
* 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
* didact.cpp: split out of Eseelte 100 computer in its own driver for clarity Joakim Larsson Edstrom2017-12-251-0/+628