New working software list additions
-----------------------------------
Basket Ball Nightmare (early prototype) [smspower]
Golden Axe CES Demo [smspower]
Psycho Fox (prototype) [smspower]
Super Futebol II (Brazil) [smspower]
Wimbledon (Brazil) [smspower]
New NOT_WORKING software list additions
---------------------------------------
Game Mo-eumjip 188 Hap (Korea) [smspower]
------------------
Golden Poker Double Up (bootleg, set 2) [Roberto Fresca, Jeff Hamelin]
Golden Poker Double Up (bootleg, set 3) [Roberto Fresca, Jeff Hamelin]
Golden Poker Double Up (bootleg, set 4) [Roberto Fresca, Jeff Hamelin]
* machine/53c7xx.cpp: DFE bit is not reset when status register is read.
* cpu/i386: Fixed multiple issues with breakpoint emulation.
* machine/bacta_datalogger.cpp: Prevent continuous transmission of 0xff.
* machine/z80scc.cpp: Fixed incorrect setting of baud rate due to uninitialised variables.
New working machines
--------------
Football Crazy (Video Quiz) [Paul-Arnold]
- Add 'gbt' and 'gbf' debugger commands to step until a true or false conditional branch has been detected.
- Update over 100 of the disassemblers in MAME to output a new STEP_COND flag for all conditional branches. Besides being used for execution of the new 'gbt' and 'gbf' commands, this flag also now helps the debugger 'out' command to properly handle conditional return instructions.
- Remove STEP_OVER from many instructions that aren't actually subroutine calls (e.g. DJNZ on Z80). A 'gni' debugger command (go next instruction) has been added to accommodate some of the misuse.
- Add instruction flag support to several more disassemblers that lacked them entirely (e.g. st62xx)
- Don't pass over delay slots for debugging in ASAP core
* -timetrv: Replaced IPT_COIN2 with IPT_BILL1, as it is the bill-validator input. [Ryan Holtz]
* -laserdsc: Added savestate registration. [Ryan Holtz]
Co-authored-by: MooglyGuy <mog@home>