* mark drawgfx core templates inline to prevent linker trying to coalesce them across compilation units, and hopefully encourage the compiler to specialise them when drivers call them with fixed argument values
* make wraparound parameter for ROZ drawing functions bool - it's a simple true/false value
* clean up spacing in a few places
* MEK6809D4: new machine
Motorola MC6809 evaluation board. This emulation implements the keypad and LED
7 segment display, the RS-232 terminal interface, and the MEK68R2 MC6845 CRT
and parallel keyboard interface. The RAM and ROM banking is not yet
implemented but most of the D4BUG monitor commands are supported.
* MEK6802D5: new machine
Motorola MC6802 trainer board. This emulation implements the keypad
and LED 7 segment display, and the RS-232 terminal interface even
though there is no monitor support for it. All the D5BUG monitor
commands appear to be working.
* at.cpp: added 286 motherboards and BIOS versions
* at.cpp: WYSEpc renamed (nw)
* at.cpp: corrected chipset/machine name and added OSC info
* at.cpp: CS8220 systems added to at and atvga, pc.cpp: added systems
* at.cpp: more chipset information
* at.cpp: minor corrections, Chipset identifications (nw)
* at.cpp more chipset identifications
-----------------------------------
Walt Disney La Cenicienta - Los sueños mágicos de Cenicienta (Spain) [TeamEurope, ClawGrip]
Bob y sus Amigos - Un Día De Trabajo (Spain) [TeamEurope, ClawGrip]
Disney/Pixar À Procura de Nemo - Nemo À Descoberta do Oceano (Portugal) [TeamEurope, ClawGrip]
The Batman - Rescate en Gotham City (Spain) [TeamEurope, ClawGrip]
Noddy - Detective Por um Dia (Portugal) [TeamEurope, ClawGrip]
DreamWorks Shrek - El Cuento de la Dragona (Spain) [TeamEurope, ClawGrip]
Lil' Bratz Estrellas De La Moda- Amigos, Moda y Diversión (Spain) [TeamEurope, ClawGrip]
Superman - El Hombre de Acero (Spain) [TeamEurope, ClawGrip]
Disney/Pixar Cars - Acelera el Motor en Radiador Springs (Spain) [TeamEurope, ClawGrip]
New NOT_WORKING software list additions
---------------------------------------
V.Smile Estudio De Arte (Spain) [TeamEurope, ClawGrip]
Spider-Man y Amigos - Misiones Secretas (Spain, Rev. 222) [TeamEurope, ClawGrip]
Cranium - Parque de Atracciones de Cranium (Spain) [TeamEurope, ClawGrip]
Disney's Little Einsteins (Spain) [TeamEurope, ClawGrip]
* ngpc.xml: fixed some Japanese titles
* ds1994.cpp: added FIXME comments, removed redundant tag from logging helper, corrected device name, removed copy/pasted application note (copyright infringement)
* midvunit.cpp: marked "recreated" PAL program as a bad dump
This will compile, link, and run a driver all the way to the first info screen, provided you use -video bgfx.
However, although there's a valid NSWindow created, it never actually appears on screen for unknown (but likely silly) reasons.
Inputs are not implemented and fullscreen exists but is untried.