summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/megasys1.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-11/+11
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-11/+11
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-6/+6
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-74/+71
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-4/+6
* Revert "acommand.cpp, cischeat.cpp, megasys1.cpp : Minor cleanups, Reduce dup... Vas Crabb2018-05-081-40/+52
* acommand.cpp, cischeat.cpp, megasys1.cpp : Minor cleanups, Reduce duplicates,... cam9002018-05-081-52/+40
* Add support for custom device constructors when replacing devices. Vas Crabb2018-05-081-2/+2
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-6/+6
* (nw) misc follow-up Vas Crabb2018-05-061-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-36/+36
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-133/+133
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-152/+165
* Grammar police (nw) Olivier Galibert2018-02-241-6/+6
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-8/+16
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-13/+13
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-3/+3
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-6/+6
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-12/+12
* megasys1.cpp: In Your Face is really "North America" (nw) briantro2017-12-241-1/+1
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-2/+2
* Hooked up 3rd button, added input labels, "for use in North America only" (nw) angelosa2017-12-151-1/+11
* New prom for In Your Face [dink] (#2944) gamez-fan2017-12-151-2/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-4/+94
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-94/+4
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-4/+4
* new working machine Ivan Vangelista2017-12-101-0/+90
* srcclean (nw) Vas Crabb2017-10-221-1/+1
* new working clone Ivan Vangelista2017-10-031-2/+36
* megasys1.cpp: corrected kickoff rom loading, oki2 now plays proper crowd chee... Ivan Vangelista2017-09-251-4/+1
* New working clone Ivan Vangelista2017-09-131-1/+76
* megasys1.cpp: Add information regarding R&T (Rod-Land Prototype) [Ryou] briantro2017-07-041-3/+14
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-2/+2
* Buffer overrun warnings from GCC 7.1 fixed (nw) Miodrag Milanovic2017-05-151-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-17/+17
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-3/+3
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-6/+6
* Self-registering devices prep: Vas Crabb2017-02-271-8/+10
* Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-6/+6
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-6/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-9/+9
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-3/+3
* megasys1.cpp: added save state support (nw) Ivan Vangelista2016-10-101-54/+99
* Minor cleanups (nw) AJR2016-09-221-2/+2
* Make Mega System 1 tilemaps into a device AJR2016-09-211-207/+246
* Fix addressing mistake causing regression in edfbl and monkelf (nw) AJR2016-08-061-10/+11
* Devfind revision phase 2 (nw) AJR2016-08-051-49/+32
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-68/+68