summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author angelosa <lordkale4@gmail.com>2022-09-28 02:03:32 +0200
committer angelosa <lordkale4@gmail.com>2022-09-28 02:03:32 +0200
commitdedf0964b6efa02955abb20b16447255c332d977 (patch)
treedd74c6561af1c9a25e436da606fd926357db25ea /scripts/src/machine.lua
parent8bc84c08eac68680bbba36d19d300369ac7b6ab7 (diff)
atari/antic.cpp: VBL status is always held no matter enable irq reg, fixes a800 anteater hangs
Diffstat (limited to 'scripts/src/machine.lua')
0 files changed, 0 insertions, 0 deletions
/td>1-158/+75 * (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-2/+2 * ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-1/+1 * (nw) tecjmon: machine makes cassette sound, doesn't need our help. Robbbert2019-07-181-1/+1 * (nw) get rid of wave.h usage part 1 Robbbert2019-07-061-4/+1 * (nw) tec1: added the missing RESET button. Robbbert2019-05-021-1/+11 * (nw) Clean up the mess on master Vas Crabb2019-03-261-14/+15 * Revert "conflict resolution (nw)" andreasnaive2019-03-251-15/+14 * mame\drivers: removed MCFG and MACHINE_CONFIG macros from most drivers starti... Ivan Vangelista2019-02-191-8/+8 * magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-6/+7 * tec1 : replaced roms with ones from the original designers Robbbert2018-11-081-5/+10 * Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-2/+2 * private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-2/+5 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-7/+7 * Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-3/+3 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3 * (nw) remove more low-value macros and add a couple more constructor options Vas Crabb2018-05-101-5/+3 * dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+2 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-8/+8 * (nw) output finder for marywu,mekd2,mk1,mk14,pmi80,pro80,ravens,savia84,selz8... Robbbert2018-03-281-13/+16 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-29/+33 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+8 * xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+4 * Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1 * Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1 * get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-1/+1 * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+5