summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nemesis.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-3147/+0
* nemesis.cpp: Fixed coin inputs in salamand and clones (MT08315). (#9766) 0kmg2022-05-161-4/+4
* nemesis.cpp: Correct dot clock AJR2022-05-111-1/+1
* k051649.cpp: Fix input clock, Simplify some routines, Reduce unnecessary vari... cam9002022-03-201-34/+16
* New working clones Ivan Vangelista2022-03-031-1/+1
* nemesis.cpp: Made Bubble System DIP settings game specific (MT 08187). (#9188) 0kmg2022-01-221-20/+52
* fixes for variables set but not used smf-2021-11-071-1/+1
* flt_rc.cpp: Rename the filter types to be more consistent with regards to beh... Lord-Nightmare2021-07-051-4/+4
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-2/+2
* New BSD-licensed OPL/OPLL (YM3526, YM3812, YM2413, Y8950, YMF262, etc) cores ... Aaron Giles2021-04-021-1/+1
* New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) Aaron Giles2021-02-271-2/+2
* Fixed some MSVC failure to resolve overloaded operator errors. Vas Crabb2020-11-041-1/+1
* nemesis.cpp: Fix copy-and-paste mistake in c85054ada8c86d2b8716822e0afb0f7b6b... AJR2020-07-141-2/+2
* twinbee: Fix VLM5030 speech at least halfway AJR2020-07-141-5/+9
* various devices and drivers: removed superfluous semicolons (nw) Ivan Vangelista2020-06-291-2/+2
* srcclean and cleanup (nw) Vas Crabb2020-06-211-3/+3
* drivers starting with m, n and o: removed read* and write* macros (nw) Ivan Vangelista2020-06-121-9/+9
* various drivers: READ/WRITE macros removal (nw) Ivan Vangelista2020-05-151-2/+2
* add init to convert twinbeeb bubble dump into something the driver can actual... David Haywood2020-05-081-3/+46
* nemesis.cpp: fixed copy/paste error pointed out by Haze (nw) Ivan Vangelista2020-05-041-1/+1
* New machines marked as NOT_WORKING Ivan Vangelista2020-05-041-1/+19
* 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