VS fix, Romanisation adjustment (nw)

This commit is contained in:
Vas Crabb 2017-12-25 17:07:20 +11:00
parent 57185e6d2e
commit 2cdf270f25
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@
<!-- Windows 95/98/ME -->
<!-- TODO: some transparency issues -->
<software name="dobupanic" supported="partial">
<description>Doka Chan No Building Panic (Japan)</description>
<description>Doka-chan no Building Panic (Japan)</description>
<year>2001</year>
<publisher>MSD-JAPAN / Salva Corporation / D-YAMA</publisher>
<info name="alt_title" value="どかちゃんのビルパニック" />

View File

@ -358,7 +358,7 @@ void hp2645_state::video_fill_buffer(bool buff_idx , unsigned max_cycles)
bool curr_iv = false; // U310-5
uint8_t curr_attrs = 0;
bool link_lsb = false;
uint8_t dma_byte;
uint8_t dma_byte = 0;
for (unsigned i = 0 , mem_cycles = 0; i < VIDEO_VIS_COLS && mem_cycles < max_cycles; mem_cycles++) {
if (link_lsb) {