summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m3.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-675/+0
* gts80/a/b: added multiball keycodes Robbbert2022-01-161-1/+1
* Initialise class variables in some of my drivers. Robbbert2021-12-261-4/+4
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-2/+2
* m3: XTAL updates [Steve Hunt] Dirk Best2021-02-231-7/+13
* srcclean in preparation for branching release Vas Crabb2021-02-211-27/+27
* m3: Make the floppy work Dirk Best2021-02-091-17/+87
* m3: Minor fixes Dirk Best2021-02-051-7/+12
* m3: Rewrite driver Dirk Best2021-02-031-69/+511
* Cleaned up bitmap API. Vas Crabb2020-09-271-9/+7
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-12/+13
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-13/+12
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-11/+12
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* mc6845, upd7220: removed MCFG macros (nw) Ivan Vangelista2018-11-201-4/+5
* (nw) 6821 and 6850 have no clock for bus logic side, remove some MFCG_, fix b... Vas Crabb2018-07-131-1/+1
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-3/+5
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-3/+3
* 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-11/+13
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* New Not Working machine : LSI M3 Robbbert2017-11-201-0/+144