mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +03:00
hash/pc98.xml: split PC Training Disk from n88bas61, misc shuffling and QA
This commit is contained in:
parent
695e591708
commit
0e90bf96b0
@ -3452,10 +3452,13 @@ ExtractDisk [11]"#10 危険な年頃 " -> "Apple Club 11.d88" [a9f8422b]
|
|||||||
</software>
|
</software>
|
||||||
|
|
||||||
<!-- Omake: press F5 during gameplay for music test -->
|
<!-- Omake: press F5 during gameplay for music test -->
|
||||||
<software name="arcus" supported="yes">
|
<software name="arcus" supported="no">
|
||||||
<description>Arcus</description>
|
<description>Arcus</description>
|
||||||
<year>1988</year>
|
<year>1988</year>
|
||||||
<publisher>ウルフチーム (WolfTeam)</publisher>
|
<publisher>ウルフチーム (WolfTeam)</publisher>
|
||||||
|
<notes><![CDATA[
|
||||||
|
Hangs if title screen intro is skipped (regression?)
|
||||||
|
]]></notes>
|
||||||
<!-- PC8801mk2SR -->
|
<!-- PC8801mk2SR -->
|
||||||
<info name="release" value="198805xx"/>
|
<info name="release" value="198805xx"/>
|
||||||
<info name="alt_title" value="アークス"/>
|
<info name="alt_title" value="アークス"/>
|
||||||
|
3616
hash/pc98.xml
3616
hash/pc98.xml
File diff suppressed because it is too large
Load Diff
@ -214,7 +214,11 @@ void pc9801_state::draw_text(bitmap_rgb32 &bitmap, uint32_t addr, int y, int wd,
|
|||||||
tile_data = ((tile >> gfx_bit) & 1) ? 0xff : 0x00;
|
tile_data = ((tile >> gfx_bit) & 1) ? 0xff : 0x00;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
|
// TODO: arcus2 pretends to mask during intro via tile 0x87, lr = 16 and fontsel off (-> 8x8) in 24 kHz mode
|
||||||
|
// is it double heighting tiles?
|
||||||
tile_data = (m_char_rom[tile*char_size+m_video_ff[FONTSEL_REG]*0x800+yi]);
|
tile_data = (m_char_rom[tile*char_size+m_video_ff[FONTSEL_REG]*0x800+yi]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(yi == lr-1)
|
if(yi == lr-1)
|
||||||
|
Loading…
Reference in New Issue
Block a user