mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
VS fix, Romanisation adjustment (nw)
This commit is contained in:
parent
57185e6d2e
commit
2cdf270f25
@ -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="どかちゃんのビルパニック" />
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user