mame/src
couriersud 324f9d44d5
netlist: More c++, less macros, added support for cspell (#9794)
- More c++, less macros
  * Significantly reduced the use of unused_var and replaced it with
    [[maybe_unused]]
  * use enum class in ppmf.h

- Changes to testing code in ptest.h
  * Catch exceptions in more places
  * The verbosity of the output can now be controlled
  * Display of test stats totals

- added support for cspell
- fixed various typos
- fixed SUBTARGET=nl build
- fixed more file permissions
- srcclean and add fix_permissions target to netlist makefile
2022-05-22 01:16:50 +10:00
..
devices nec.cpp: Add support for EXT reg,imm4 and INS reg,imm4 (#9793) 2022-05-21 09:36:09 -04:00
emu diexec: optionally resynchronize to the implicit clock domain on clock frequency change (#9726) 2022-05-17 10:13:11 +02:00
frontend/mame ui/viewgfx.cpp: Fixed some cases where no tiles would appear with tall or wide aspect ratio windows. 2022-05-21 18:25:43 +10:00
lib netlist: More c++, less macros, added support for cspell (#9794) 2022-05-22 01:16:50 +10:00
mame xain.cpp: updated hardware info [Guru] 2022-05-21 11:33:29 +02:00
osd Revert "bitbanger: Add udp multicast support (#9744)" (#9749) 2022-05-13 13:25:47 +10:00
tools
zexall