summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nascom1.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Spring cleaning: Vas Crabb2019-11-011-10/+10
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-4/+4
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-1/+1
* MT 06756: nascom2, nascom1: Cassette records no signal Robbbert2019-07-051-57/+125
* -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] mooglyguy2019-06-301-8/+8
* -snapquik: Modernized delegate and removed MCFG macros. [Ryan Holtz] MooglyGuy2019-06-301-6/+6
* (nw) nascom1/2: cassette fixed ; added more cassette wav sounds Robbbert2019-06-291-9/+33
* (nw) nascom: added cassette (not working) Robbbert2019-06-281-7/+49
* (nw) Clean up the mess on master Vas Crabb2019-03-261-72/+40
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-40/+72
* nascom1: template the snapshot handler (nw) Nigel Barnes2019-03-111-37/+14
* bus/cgenie/expansion, bus/einstein/pipe, bus/nasbus, bus/spectrum, bus/vtech:... AJR2019-02-251-15/+3
* ay31015: Remove baud clock generation from device emulation (not a built-in U... AJR2019-02-101-2/+5
* Make the delay for snapshot/quickload an attotime, and allow implicit zero. ... Vas Crabb2019-02-061-4/+4
* -devices/bus/cgenie: Removed MCFG macros, nw mooglyguy2019-02-041-1/+1
* -devices/bus/kc, nasbus, s100: Removed MCFG macros, nw mooglyguy2019-02-031-14/+14
* nascom1: Fixed snapshot loading regression on 32bit builds (nw) Nigel Barnes2019-01-281-2/+2
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* nascom1: Improved parsing of snapshots, and added character ROM snapshot for ... Nigel Barnes2018-12-151-64/+119
* (nw) nascom1: added rom locations Robbbert2018-12-151-16/+15
* nascom1: refactor keyboard column select code (nw) hap2018-12-141-36/+16
* nascom1: correct copyright holders, and remove in-driver changelog (nw) hap2018-12-141-5/+2
* Nascom 2/3: Phill Harvey-Smith2018-12-111-16/+27
* z80pio.cpp: removed macros (nw) Ivan Vangelista2018-08-281-1/+1
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-6/+2
* ay31015: Remove MCFG_ macros (these were really ugly ones); default input clo... AJR2018-08-101-5/+5
* stronger private: use (N, O, P, Q, R) (#3717) David Haywood2018-06-301-23/+30
* 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-6/+6
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-5/+5
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-11/+11
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-12/+12
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-34/+39
* Fix various downcasting errors (nw) AJR2018-03-031-2/+2
* ay31015: Replace generic pin setters and getters with READ_LINE and WRITE_LIN... AJR2018-02-201-16/+16
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-3/+6
* ay31015: Make SI and SO line callbacks as well (nw) AJR2018-02-131-6/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-14/+22
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-5/+5
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+6
* Added a natural keyboard validation to check for valid natural keyboard (uni)... npwoods2017-09-051-1/+1
* Validate BIOS names and fix most errors found: Vas Crabb2017-08-251-10/+12
* fix up bad state classes (nw) Vas Crabb2017-05-151-9/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+5
* nascom2: Moved floppy softlist to machine and fixed validation (nw) Nigel Barnes2017-05-071-2/+4
* Self-registering devices prep: Vas Crabb2017-02-271-3/+8
* device_image_interface cleanups (nw) AJR2017-02-271-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-17/+17
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-1/+1