summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/netlist.lua
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2023-03-19 11:57:39 -0400
committer AJR <ajrhacker@users.noreply.github.com>2023-03-19 11:57:39 -0400
commite76f2c9a30c95cf1e86237907284aa36ee35b999 (patch)
treea66996c2a9787c5a1f589ee1729ab0cb6bb6b605 /scripts/src/netlist.lua
parent7ccaa1c49e6c8c484fca891cfb777744247f2327 (diff)
h8500dasm.cpp: Fix silly mistake in disassembly of illegal instructions
Diffstat (limited to 'scripts/src/netlist.lua')
0 files changed, 0 insertions, 0 deletions
span> AJR2020-11-241-39/+55 * tim100: prevent the unlikely possibility of a buffer overflow. Robbbert2020-11-251-0/+4 * Cleaned up bitmap API. Vas Crabb2020-09-271-9/+8 * (nw) more cleanups Robbbert2020-06-141-9/+10 * Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1 * i8275: Simplify read/write handlers (nw) AJR2019-10-051-4/+1 * (nw) Clean up the mess on master Vas Crabb2019-03-261-19/+20 * Revert "conflict resolution (nw)" andreasnaive2019-03-251-20/+19 * mame\drivers: removed MCFG and MACHINE_CONFIG macros from most drivers starti... Ivan Vangelista2019-02-191-12/+13 * some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-1/+1 * src/devices: some more MCFG macros removal (nw) Ivan Vangelista2019-01-111-6/+6 * Start cleaning up palette configuration: Vas Crabb2018-12-291-3/+4 * i8251: Provide standard read/write handlers; eliminate memory space as argume... AJR2018-09-161-4/+2 * Misc. minor corrections (nw) AJR2018-08-211-4/+4 * devcb3 Vas Crabb2018-07-071-27/+27 * private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-2/+4 * Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1 * Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-3/+3 * 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-1/+1 * misc changes too small for their own pull request (#3557) Sergey Svishchev2018-05-111-1/+1 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-25/+25 * Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-2/+2 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-16/+18 * 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-1/+2 * (nw) trs80dt1 : added 7474 device and fixed a mistake...doesn't fix any issue... Robbbert2017-11-021-1/+0 * (nw) removed some trampolines Robbbert2017-09-301-14/+4 * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2