mame/scripts/src
Vas Crabb 1bdf8d272a frontend: Lua engine improvements.
Added methods for enabling and disabling breakpoints and watchpoints,
and made debugger views update when breakpoints/watchpoints are
manipulated from Lua.  Made breakpoints and watchpoints objects rather
than tables.  (It’s not possible to enable/disable a breakpoint or
watchpoint from the object itself, you have to go through its owners'
debug interface.)

Exposed more device_t members for dealing with child/sibling tags and
devices.  Also provided a way to get regions/shares/banks from a device
using relative tags rather than going through the memory manager with
absolute tags.
2020-11-30 12:01:14 +11:00
..
mame frontend: Lua engine improvements. 2020-11-30 12:01:14 +11:00
osd -bgfx: Corrected a data overrun in the d3d12 backend from allocating only enough texture data for width*height, not rowpixels*height. [Ryan Holtz] 2020-06-20 15:37:14 +02:00
3rdparty.lua -unidasm: Allow input piped from stdin by specifying a bare hyphen as the filename. [AJR, Vas Crabb] 2020-11-18 00:58:30 +11:00
benchmarks.lua srcclean (nw) 2016-09-26 04:51:59 +10:00
bus.lua Add dump of AppleCD 150 [DBWBP] 2020-11-20 12:35:18 -05:00
cpu.lua Separate TX-0 from PDP-1; separate some SoC types in build 2020-11-19 20:54:24 -05:00
devices.lua Enable precompiled header usage in the Visual Studio compiler (#5473) 2019-08-13 13:20:53 -04:00
emu.lua Implement views, which are essentially bankdevs integrated into the 2020-11-22 19:43:52 +01:00
formats.lua aquarius: Added support for .CAQ cassette images. 2020-10-19 21:14:54 +01:00
lib.lua Various improvements to image file handling: 2020-10-08 02:04:31 +11:00
machine.lua ns32202: new device (wip) 2020-10-10 13:28:41 +07:00
main.lua Emscripten: Allow memory size to grow at runtime when targeting WebAssembly as there is no longer a performance hit 2020-10-24 00:44:57 -07:00
netlist.lua netlist: Convert driver filenames to lower case. 2020-09-30 08:38:06 +02:00
sound.lua volt_reg: Remove uses that are not needed anymore with the recent (#7367) 2020-10-20 10:59:34 -04:00
tests.lua srcclean (nw) 2017-02-19 11:40:55 +11:00
tools.lua formats/flopimg.cpp: Use appropriate standard exceptions for reporting errors, allowing libemu to be removed from imgtool and floptool. 2020-08-30 17:22:17 +10:00
video.lua mu5: Add the lc7985nd and the lcd [O. Galibert] 2020-11-05 14:00:00 +01:00