summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segas18.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-3380/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-8/+4
* New clones marked as NOT_WORKING Ivan Vangelista2022-03-191-163/+174
* Clones promoted to working Ivan Vangelista2022-02-121-2/+58
* New machines marked as NOT_WORKING Ivan Vangelista2022-02-041-2/+36
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* upd4701: Change input update method to not use PORT_RESET AJR2021-11-061-6/+6
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-1/+1
* New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) Aaron Giles2021-02-271-1/+1
* cvs, galaxian, galaxold, igs017, snes, supracan, taitotz, trs80m3, vectrex, x... Ivan Vangelista2020-11-061-3/+3
* segas18.cpp: fixed MT07708 Ivan Vangelista2020-07-191-1/+1
* drivers starting with s: removed read* and write* macros (nw) Ivan Vangelista2020-06-151-16/+16
* rf5c68.cpp: Implement some chip variant differences, Verify,Implement RF5C164... cam9002020-06-081-1/+1
* rf5c68.cpp: Verify default register map, Add notes cam9002020-05-301-2/+1
* further macro removal work (nw) Ivan Vangelista2020-05-181-4/+4
* mame/machine: simplified some handlers (nw) Ivan Vangelista2020-04-221-2/+2
* upd4701: Simplify handlers (nw) AJR2020-03-251-2/+2
* Fix coin1 & 2 mapping in common mode (nw) Angelo Salese2020-03-031-2/+11
* MJ approved default dips (nw) Angelo Salese2020-03-031-11/+6
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-23/+23
* segaic16.cpp: Code cleanup, reorganization and decoupling (nw) AJR2019-10-191-5/+5
* (nw) Misc Sega ID# udaptes braintro2019-10-061-0/+3
* devices/video/315_5313.cpp : Fix 3bit color mode masking, Convert drawing rou... cam9002019-09-131-1/+1
* (nw) segas18.cpp: Updated info about the mwalkj set. braintro2019-08-271-5/+7
* (nw) segas18.cpp: Add in Sega ID# for Alien Storm (Japan) & other misc clean ups braintro2019-08-241-0/+3
* machine/segaic16.cpp : Updates cam9002019-05-191-7/+7
* (nw) Wally wo Sagase! Sega ID# info braintro2019-04-231-0/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+3
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-3/+0
* segas18.cpp: Minor doc update (nw) braintro2019-03-211-0/+3
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* -devices/machine/msm6253: Removed MCFG macros and added devcb3 support, nw mooglyguy2018-12-271-57/+57
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-101-8/+5
* srcclean and fixup (nw) Vas Crabb2018-11-251-1/+1
* mame/video: more macro removal (nw) Ivan Vangelista2018-11-231-2/+2
* various drivers: A few Rom/rom to ROM braintro2018-11-031-14/+16
* segas18.cpp: Verified custom CPU part number (nw) braintro2018-10-271-2/+2
* upd1990a, upd4701, upd4992, upd7002: removed MCFG macros (nw) Ivan Vangelista2018-09-261-22/+24
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* devcb3 Vas Crabb2018-07-071-19/+19
* hd63450, genvdp, munchmo, esq5505, multigam: Remove machine().device lookups, nw mooglyguy2018-06-221-1/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-2/+2
* More custom MCFG results, nw mooglyguy2018-06-051-3/+2
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-57/+57
* rf5c68.cpp Updates, etc (#3515) cam9002018-05-111-234/+243
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-29/+29
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-33/+38