-mk14: Removed MACHINE_CONFIG macros. [Ryan Holtz]
-pocketc: Various cleanups: [Ryan Holtz}
* First pass on cleaning up duplicate code.
* Removed redundant driver-name prefixes from member functions.
* Mostly fixed ghastly spacing.
* Removed use of ioport() and made use of required_ioport_array for keys.
* Added logmacro support.
* Removed MACHINE_CONFIG macros.
* Cleaned up spelling errors and random use of German in comments.
* Eliminated use of machine().system().name in favor of a subclass.
* Eliminated use of an anonymous timer.
* Mostly switched to using BIT() macro instead of direct masks.
* Imposed some order via protected/private.
* Removed ancient #ifdef'd-out code.
* Made use of modern inline variable declarations instead of C-style.
* New WORKING clone
---------------------------
Grand Prix Star (ver 4.0) [Porchy, The Dumping Union]
* Correct year (nw)
* Rename "f1gpstaro" to "f1gpstar2" and "f1gpstar" to "f1gpstar3". Add "Grand Prix Star (ver 4.0)" as "f1gpstar" (nw)
Previous code had several oddities. Like checks against buffer overflows
/ underflows done at several places in the code, usage of a spinlock,
unnecessary use of "volatile" qualifier, redundant informations about
the circular buffer and exposed details about the split nature of ranges
in the buffer. This lead to an unlikely deadlock once in a great while.
Signed-off-by: Celelibi <celelibi@gmail.com>
* seta2.cpp: remove some patches that don't appear to be needed now, also alter coin timing for funcube because existing value falls outside of what funcube2 expects
* seta2 continued use of actual registers (nw)
* continued use of actual registers (nw)
* (nw)
-------------------------------
Jong Shin (Japan) [ShouTime, The Dumping Union]
this should be fairly easy to get working, it seems to use some different addresses in the io map (nw)
* trying to improve map screen (nw)
* seta2: cause 'special' bit in grdians to force an offset / colour instead of using the ones specified (needed on the map screen, might really be hardcoded logic)
* whitespace (nw)