summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nemesis.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6429 from MASHinfo/master R. Belmont2020-03-131-5/+5
|\
| * Added wheel control to Konami GT and Konami RF2 MASH2020-03-121-5/+5
* | devices/sound: more handler simplification (nw) Ivan Vangelista2020-03-121-10/+10
|/
* nemesis.cpp: added a bit of PCB infos from a Black Panther auction (nw) Ivan Vangelista2020-01-071-2/+3
* citybomb, hcrash: Add ADC0804 device (fixes "WRONG CONTROL IO" in citybomb se... AJR2019-10-171-15/+24
* fix MT 7401: salamander flickering sprites (nw) hap2019-08-251-4/+0
* srcclean (nw) Vas Crabb2019-07-281-11/+11
* nemesis.cpp: fix irq generation for Hyper Crash, fixes coin insertion and gam... Angelo Salese2019-07-261-7/+22
* nemesis.cpp: convert to screen raw params [Angelo Salese] Angelo Salese2019-07-261-40/+16
* nemesis.cpp: Of course the GX ID is different (nw) AJR2019-07-161-5/+5
* nemesis.cpp: Document PCB ID for Salamander/Life Force; note possibly undumpe... AJR2019-07-161-6/+6
* Fix 72-scanline timer for bubble system hardware, which fixes the logo draw s... Lord-Nightmare2019-07-161-45/+146
* nemesis.cpp: demote gradiusb to MUP (nw) Angelo Salese2019-07-151-1/+4
* srcclean (nw) Vas Crabb2019-05-261-21/+21
* all: ram auto-sharing is going away, so fix drivers relying on it [O. Galibert] Olivier Galibert2019-05-061-50/+60
* Correct memcpy size NW bmcphail2019-04-251-1/+1
* New working game - Gradius (Bubble Memory) - [ArcadeHacker, Bryan McPhail] bmcphail2019-04-251-25/+210
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-15/+10
* -bus/ep64/exp: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-181-334/+321
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-12/+12
* ay8910: some more work on MCFG macros removal (nw) Ivan Vangelista2018-11-121-60/+60
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-9/+9
* -7200fifo, 7400, 7404, 74123, 74145, 74148, 74153, 74157, 74161, 74259: [Ryan... mooglyguy2018-08-111-45/+45
* devcb3 Vas Crabb2018-07-071-9/+9
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-69/+69
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-11/+11
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-19/+19
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-10/+15
* (nw) misc follow-up Vas Crabb2018-05-061-3/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-145/+145
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-1/+1
* Replace MCFG_CPU_VBLANK_INT with line callbacks in more Konami games (nw) AJR2018-03-291-14/+14
* k051649.cpp : Add scc_map for reduce duplicate cam9002018-03-171-5/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-326/+342
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-16/+16
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-5/+5
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-10/+10
* salamand: Improve VLM5030 control AJR2017-08-201-2/+3
* New 74LS259/9334/CD4099 devices AJR2017-07-251-62/+89
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-7/+7
* Fixed missing VLM5030 speech in Hyper Crash MASH2017-06-051-10/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-33/+33
* Self-registering devices prep: Vas Crabb2017-02-271-2/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* Convert VLM5030 to device_memory_interface; correct region lengths AJR2016-06-301-16/+23
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-2/+2
* more gen_latch-ification (nw) Ivan Vangelista2016-06-011-15/+36
* Make watchdog timer a separate device AJR2016-04-301-9/+20