* nb1414m4.cpp, galivan.cpp : Fix displayed different from PCB
galivan.cpp
- TILE_GET_INFO_MEMBER(ninjemak_get_tx_tile_info) : Fixed dusts in lower left (This is for hide custom chip communication).
galivan.h
- Fixed code indentation.
nb1414m4.cpp
- dma() : Fixed text attribute reference when erasing of blinking.
- kozure_score_msg() : When score is 0, the tens place is blank.
- insert_coin_msg(), credit_msg() : If the in-game flag is on, "INSERT COIN" etc. is not displayed.
- _0200() : Get the in-game flag bit from sent at command.
- _0200() : Removed duplicate bit operations to make code easier to read.
- _0e00() : Draw the score when the game over display bit is set.
- _0e00() : The flashing bit is no longer applied to game over.
* Minor fix
* Fixed display bug when insert 10 or more credits in ninjaemak
* Undo unintentionally changed coding style by Vusial Studio.
* Minor fixes
* prestige.cpp: Add placeholder for TI TSP50C10 speech ROM (nw)
(nw) I've added it only on the machine I'm sure it's present, but it's probably on every machine on this driver.
* Fix speech chip socket label (nw)
* geniusjr.cpp: Add placeholders for TI TSP50C10 speech ROM (nw)
(nw) I've added it only on the machines I'm sure it's present, but it's probably on every machine on this driver.
* Fix comment (nw)
* Added additional default key mappings on numeric keypad
- The numeric keypad keys are wired in parallel with the ones on the main keyboard - using shift with them produces punctuation
* Added additional default key mapping for backspace to cursor left
- There is no physical backspace key, but CP/M uses the cursor left key for backspace, so it's intutive
* Clean up code a little and update notes
* Note that the code to map excess buttons to switches doesn't actually do anything useful while INPUT_MAX_BUTTONS and MAX_BUTTONS happen to be defined to the same number.
* Move drawing to scanline update function and get rid of intermediate bitmap
* Connect VBLANK input to PIA in machine configuration
* Use the screen parameters set by the BIOS in machine configuration for osborne1nv
* Turned SCREEN-PAC variant into a separate machine as it's a major hardware modification
* Got back some performance by adding a memory access cache