@@ -29,8 +29,10 @@ TODO (pc9821as):
2929- Update: it never goes into above after default of m_dma_access_ctrl changed to 0xfe?
3030
3131TODO (pc9821ce):
32- - Needs SCSI to boot stuff, or 2.5" option IDE for 98NOTE;
33- - Can't boot any floppy, thinks it's never ready/leaves motor off;
32+ - Throws random TIMER errors at POST (soft reset to bypass);
33+ - Takes forever to load a floppy, throws (A)bort / (R)etry / (F)ail on DOS;
34+ - 3.5" floppies won't load without changing SDIP floppy to Fixed Mode,
35+ while 5.25" floppies want specifically Auto-Detect instead;
3436
3537TODO (pc9821cx3):
3638- Incomplete bank mapping, keeps looping over the same routine when hopping to PnP BIOS after
@@ -1311,6 +1313,7 @@ ROM_START( pc9821ce )
13111313 // 0x0c000 sound BIOS
13121314 // 0x10000 sound BIOS copy
13131315 // 0x16000 <to be identified>
1316+ // 0x18000 IDE BIOS
13141317 // 0x1a000 setup menu
13151318 ROM_COPY( " biosrom" , 0x38000 , 0x28000 , 0x08000 )
13161319 ROM_COPY( " biosrom" , 0x30000 , 0x20000 , 0x08000 )
@@ -1324,8 +1327,9 @@ ROM_START( pc9821ce )
13241327 ROM_COPY( " biosrom" , 0x0c000 , 0x00000 , 0x04000 )
13251328
13261329 LOAD_KANJI_ROMS(ROMREGION_ERASEFF)
1327- // Uses SCSI not IDE
1328- // LOAD_IDE_ROM
1330+
1331+ ROM_REGION( 0x4000 , " ide" , ROMREGION_ERASEVAL(0xcb ) )
1332+ ROM_COPY( " biosrom" , 0x18000 , 0x00000 , 0x02000 )
13291333ROM_END
13301334
13311335
0 commit comments