summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/megasys1.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-5285/+0
* New working clones Ivan Vangelista2022-01-171-49/+107
* Improved handcrafted inyourfa priority PROM, fixing missing graphics in cutsc... David Haywood2021-11-281-1/+1
* New working clones Ivan Vangelista2021-11-221-7/+88
* megasys1.cpp updates: Ivan Vangelista2021-08-041-24/+24
* New working clones Ivan Vangelista2021-07-251-1/+1
* megasys1.cpp updates: Ivan Vangelista2021-07-251-13/+46
* megasys1.cpp: adjusted ROM area size for type A main CPU and added RAM mirror... Ivan Vangelista2021-07-131-37/+40
* New working clones Ivan Vangelista2021-06-051-2/+40
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-2/+2
* New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) Aaron Giles2021-02-271-1/+1
* drivers starting with m, n and o: removed read* and write* macros (nw) Ivan Vangelista2020-06-121-1/+1
* drivers starting with j, k, l and part of m: read* and write* macro removal (nw) Ivan Vangelista2020-06-111-26/+29
* megasys1.cpp: updated infos for kickoffb [f205v] Ivan Vangelista2020-03-311-4/+7
* devices/sound: more handler simplification (nw) Ivan Vangelista2020-03-121-1/+1
* new working clone Ivan Vangelista2020-02-171-0/+60
* Spring cleaning: Vas Crabb2019-11-011-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-14/+14
* p47b: Add ADPCM sample playback through extra Z80 AJR2019-10-171-5/+28
* megasys1.cpp: comment update for the p47b sound system (nw) Ivan Vangelista2019-10-121-6/+19
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-2/+4
* p47b: Fix crash during validation (nw) AJR2019-10-041-2/+5
* src/mame/drivers/megasys1.cpp: fix compilation error (#5708) Christian Groessler2019-10-041-1/+1
* new working clones Ivan Vangelista2019-10-041-7/+80
* emu/video/generic.cpp : Add 2x2 grouped case of 16x16 gfx layouts (#5625) cam9002019-09-131-31/+7
* gen_latch.cpp : Remove unnecessary arguments in handlers (#4623) cam9002019-03-291-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-99/+96
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-96/+99
* okim6258, okim6295: Simplify read/write handlers (nw) AJR2019-02-011-1/+1
* megasys1.cpp : Cleanups / Updates cam9002019-01-211-99/+96
* -2203intf: Removed MCFG macro, nw mooglyguy2018-12-301-131/+126
* Start cleaning up palette configuration: Vas Crabb2018-12-291-19/+12
* srcclean (nw) Vas Crabb2018-12-231-1/+1
* new working clone Ivan Vangelista2018-12-191-0/+52
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-061-18/+18
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-4/+4
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-3/+3
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-30/+30
* 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