mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
capcom/alien.cpp: fix mem_mask size on I/O in1
This commit is contained in:
parent
9eab73cc4c
commit
af70c97d82
@ -66650,11 +66650,14 @@ doujin?!?
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<!-- Black screen -->
|
||||
<software name="5galscon" supported="no">
|
||||
<description>Five Gals Connection</description>
|
||||
<year>19??</year>
|
||||
<publisher><doujin></publisher> <!-- is this really a doujin soft? -->
|
||||
<notes><![CDATA[
|
||||
Black screen [FDC] 2DD disk
|
||||
Supposedly has XA and LT support
|
||||
]]></notes>
|
||||
<info name="author" value="Fancy Soft" />
|
||||
<info name="alt_title" value="ファイブギャルズコネクション" />
|
||||
<part name="flop1" interface="floppy_5_25">
|
||||
|
@ -184,7 +184,7 @@ void alien_state::alien_map(address_map &map)
|
||||
map(0x08000000, 0x08000007).portr("DSW");
|
||||
// wontame at least
|
||||
map(0x08800000, 0x08800001).lr16(
|
||||
NAME([this] (offs_t offset, u32 mem_mask) {
|
||||
NAME([this] (offs_t offset, u16 mem_mask) {
|
||||
return m_io_in1->read();
|
||||
})
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user