summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/megatech.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1509/+0
* megatech: fix crash in service mode hap2022-05-011-11/+8
* megatech.cpp: Replace some tag lookups with finders AJR2021-12-051-4/+19
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-1/+1
* - esqkt.cpp, istrebiteli.cpp, ti99_2.cpp, ti99_4p.cpp: used object finders Ivan Vangelista2021-02-191-2/+2
* Make "slot" feature in software lists and a few related features case-sensitive AJR2021-01-051-2/+2
* render.h, rendlay.h: Dependency refactoring AJR2021-01-041-2/+1
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-3/+0
* lethalj, m72, megatech, punchout, tumbleb, xerox820: initialized some variabl... Ivan Vangelista2020-11-011-9/+15
* -Plug and Play work (lots of new sets from Sean etc.) (#7401) David Haywood2020-10-301-5/+5
* Cleaned up bitmap API. Vas Crabb2020-09-271-2/+2
* various devices and drivers: removed superfluous semicolons (nw) Ivan Vangelista2020-06-291-1/+1
* Fix clang build (nw) AJR2020-05-311-1/+0
* megadriv.cpp, megaplay.cpp, megatech.cpp: macro removal (nw) Ivan Vangelista2020-05-311-36/+35
* a little more macro removal (nw) Ivan Vangelista2020-05-161-10/+10
* fixed some clang-tidy warnings (nw) (#6229) Oliver Stöneberg2020-01-291-8/+8
* at.cpp: renamed "atvga" to "atturbo" as the key difference is that it's a 12 ... Vas Crabb2019-11-131-4/+4
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-18/+18
* Fix some spelling mistakes Zoë Blade2019-10-211-4/+4
* cxd1095: Default I/O clock in other drivers (nw) AJR2019-10-161-2/+2
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] mooglyguy2019-06-301-17/+19
* Correct ROM names, size + some info f205v2019-06-141-8/+10
* sms.cpp: Change NMI to be routed through VDP on SMS systems (#4871) enikland22019-06-101-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-54/+41
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-41/+54
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-02-261-11/+12
* 315_5124.cpp : Updates cam9002019-02-111-35/+22
* Remove unnecessary address_space arguments on FM sound chips read/write handlers cam9002019-01-311-1/+1
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1
* src/devices: more MCFG macros removal (nw) Ivan Vangelista2019-01-101-6/+5
* Megatech - add some label info from manual bmcphail2018-09-041-0/+5
* -bcreader, busmouse, cdp1852, cdp1871, cdp1879, cr511b, cs4031, cs8221, cxd10... Ryan Holtz2018-08-161-12/+12
* 315_5124.cpp updates (#3692) enikland22018-07-221-4/+4
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* misc copyright assignment + privatization DavidHaywood2018-06-261-7/+12
* hd63450, genvdp, munchmo, esq5505, multigam: Remove machine().device lookups, nw mooglyguy2018-06-221-1/+7
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-8/+8
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-4/+4
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-4/+4
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-55/+55
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-10/+10
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-19/+21
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-3/+5
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+7
* megatech.cpp: Fix Free Play regression AJR2017-04-291-1/+1