summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-12-25 17:07:20 +1100
committer Vas Crabb <vas@vastheman.com>2017-12-25 17:08:22 +1100
commit2cdf270f25598c440e6859711cca9851b8fd9709 (patch)
tree2dd1be877c4d2346e752484642b64b71aef7b55a
parent57185e6d2e30e03594d0c00b5d88f8fa0b9d29a0 (diff)
VS fix, Romanisation adjustment (nw)
-rw-r--r--hash/ibm5170_cdrom.xml2
-rw-r--r--src/mame/drivers/hp2640.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/hash/ibm5170_cdrom.xml b/hash/ibm5170_cdrom.xml
index 16fcdb46440..2271dfaab88 100644
--- a/hash/ibm5170_cdrom.xml
+++ b/hash/ibm5170_cdrom.xml
@@ -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="どかちゃんのビルパニック" />
diff --git a/src/mame/drivers/hp2640.cpp b/src/mame/drivers/hp2640.cpp
index c2f67493fb4..ecd15dfda2b 100644
--- a/src/mame/drivers/hp2640.cpp
+++ b/src/mame/drivers/hp2640.cpp
@@ -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) {