summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/newbrain.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-13/+13
* (nw) output finder for cosmicos, newbrain. Robbbert2018-04-071-1/+3
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-8/+10
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-4/+7
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* 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-4/+4
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-1/+1
* 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-0/+3
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* srcclean (nw) Vas Crabb2017-01-221-4/+4
* newbrain: Fixed CPU clocks and interrupt logic, added layout for VFD-less mod... Curt Coder2017-01-121-34/+80
* newbrain: Decoded VFD bitstream, and added simultaneous video and VFD display... Curt Coder2017-01-111-7/+11
* newbrain: Fixed keyboard. [Curt Coder] Curt Coder2017-01-101-6/+3
* newbrain: WIP. (nw) Curt Coder2017-01-081-28/+24
* newbrain: Added character ROM and more accurate video output. [Curt Coder] Curt Coder2017-01-081-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
* required_ioport_array. (nw) Curt Coder2016-10-091-19/+1
* Cleanups and version bump Miodrag Milanovic2016-03-301-3/+3
* newbrain: Dumped the COP internal ROM. [Chris Despinidis] Curt Coder2016-03-021-1112/+539
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-1/+1
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1493