* misc logging fixes etc. (nw)
* (nw)
* bank spriteram even when not through dma (nw)
* notes (nw)
* logging changes (nw)
* stability fixes for smartfp (nw)
* note (nw)
* note (nw)
* still making notes (nw)
* impove logging (nw)
* yeah this is spritebase (nw)
* yep sprite base (nw)
* read through space (nw)
* wrlshunt - show something that at least looks like sprites (nw)
* wrlshunt note (nw)
* notes (nw)
* regs note (nw)
* New working software list additions
-----------------------------------
Los Gnomos - David el Gnomo [RetroLEL]
* Also updated "La Mode - 1984 (Programa Computado)" trimming the leading and tailing silences (nw)
* Typo (nw)
* Fix identation (nw)
New not working software list additions
---------------------------------------
Shoku Iku Series 1 Soreike! Anpanman-Sukikirai Nai Ko Genki na Ko! [TeamEurope]
Soreike! Anpanman Hajimete Kaketa yo! Oboeta yo! Hiragana Katakana - Gojuuon Board Kinou-tsuki [TeamEurope]
Pocket Monsters Diamond & Pearl Pokemon o Sagase! Meiro de Daibouken! [TeamEurope]
Yes! PreCure 5 Asonde Oboeyou Hiragana! [TeamEurope]
Samurai Sentai Shinkenger Battle ga Ippai! Iza Mairu! [TeamEurope]
* 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.