mame/src
Vas Crabb 9626b93a41 Fixes and cleanup:
roland/roland_d70.cpp: Use object finders, use memory shares rather than
ram_device, fixed Endianness bugs, fixed bad indentation, fixed
double-qualified member functions, use m_ prefix consistently for
members, use lowercase hex digits, don't allow writes to ROM, fixed
header #include order.

docs: Corrected docmented default for ui_mouse option.

tektronix/tek440x.cpp: #include local headers first, etc.

bus/a2bus/snesmax.h: Fixed copy/pasted comment.

yamaha/ympsr2000.cpp: Put code in an anonymous namespace.
2024-03-12 04:47:09 +11:00
..
devices Fixes and cleanup: 2024-03-12 04:47:09 +11:00
emu diserial: change the rx start delay to more realistic 0.5 cycles 2024-03-08 15:08:31 +01:00
frontend/mame osd: Cleaned up MIDI and network interfaces a little more. 2024-03-01 05:06:54 +11:00
lib util/cdrom.cpp: Refactored parse_cue and parse_gdicue (should fix GitHub #12081). (#12087) 2024-03-07 02:15:18 +11:00
mame Fixes and cleanup: 2024-03-12 04:47:09 +11:00
osd -input/input_rawinput.cpp: Properly align buffers for RAWINPUT header 2024-03-07 03:10:27 +11:00
tools cpu/z80/r800dasm.cpp: Add disassembler for ASCII R800. (#12116) 2024-03-10 20:59:57 -04:00
zexall