mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
cbus/mpu_pc98.cpp: hookup int2
This commit is contained in:
parent
6765c7765c
commit
0fcaee499b
@ -2854,10 +2854,12 @@ license:CC0-1.0
|
|||||||
<description>Giten Megami Tensei - Tokyo Mokushiroku</description>
|
<description>Giten Megami Tensei - Tokyo Mokushiroku</description>
|
||||||
<year>1997</year>
|
<year>1997</year>
|
||||||
<publisher>アスキー (ASCII)</publisher>
|
<publisher>アスキー (ASCII)</publisher>
|
||||||
|
<notes><![CDATA[
|
||||||
|
Fussy with HIMEM.SYS and EMM386.EXE as suggested by manual, use VEM486 instead.
|
||||||
|
]]></notes>
|
||||||
<info name="alt_title" value="偽典・女神転生 東京黙示録" />
|
<info name="alt_title" value="偽典・女神転生 東京黙示録" />
|
||||||
<info name="release" value="19970404" />
|
<info name="release" value="19970404" />
|
||||||
<!-- TODO: unmentioned by manual, but does it need MSCDEX + CD driver too? -->
|
<info name="usage" value="Before starting to install prepare a writable DOS boot floppy (msdos62:flop8). Game needs a memory manager, SMARTDRV.EXE and MOUSE.COM loaded there" />
|
||||||
<info name="usage" value="Before starting to install prepare a writable DOS boot floppy (msdos62:flop8). Game needs HIMEM.SYS, EMM386.EXE, SMARTDRV.EXE and MOUSE.COM loaded" />
|
|
||||||
<part name="cdrom" interface="cdrom">
|
<part name="cdrom" interface="cdrom">
|
||||||
<diskarea name="cdrom">
|
<diskarea name="cdrom">
|
||||||
<disk name="giten megami tensei - tokyo mokushiroku (japan)" sha1="5ec487543a5e2b6dbf0d8e2b78c7d36307d60599" />
|
<disk name="giten megami tensei - tokyo mokushiroku (japan)" sha1="5ec487543a5e2b6dbf0d8e2b78c7d36307d60599" />
|
||||||
|
@ -32,6 +32,7 @@ DIP-SWs
|
|||||||
|
|
||||||
void mpu_pc98_device::mpu_irq_out(int state)
|
void mpu_pc98_device::mpu_irq_out(int state)
|
||||||
{
|
{
|
||||||
|
m_bus->int_w<2>(state);
|
||||||
}
|
}
|
||||||
|
|
||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user