Previous 199869 Revisions Next

r19363 Thursday 6th December, 2012 at 18:10:58 UTC by Angelo Salese
Conventional RAM size DIP-SW too
[src/mess/drivers]pc9801.c

trunk/src/mess/drivers/pc9801.c
r19362r19363
26642664   PORT_DIPNAME( 0x01, 0x00, "S-Dip SW Init" ) PORT_DIPLOCATION("SW1:1")
26652665   PORT_DIPSETTING(    0x01, DEF_STR( Off ) )
26662666   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
2667
2668   PORT_MODIFY("DSW3")
2669   PORT_DIPNAME( 0x40, 0x40, "Conventional RAM size" ) PORT_DIPLOCATION("SW3:7")
2670   PORT_DIPSETTING(    0x40, "640 KB" )
2671   PORT_DIPSETTING(    0x00, "512 KB" )
26672672INPUT_PORTS_END
26682673
26692674static const gfx_layout charset_8x8 =
r19362r19363
34493454   MCFG_FLOPPY_DRIVE_ADD("upd765_2hd:1", pc9801_floppies, "525hd", 0, pc9801_state::floppy_formats)
34503455
34513456   MCFG_RAM_ADD(RAM_TAG)
3452   MCFG_RAM_DEFAULT_SIZE("640K")
3453   MCFG_RAM_EXTRA_OPTIONS("1664K,3712K,7808K")
3457   MCFG_RAM_DEFAULT_SIZE("1664K")
3458   MCFG_RAM_EXTRA_OPTIONS("640K,3712K,7808K")
34543459
34553460   MCFG_SCREEN_ADD("screen", RASTER)
34563461   MCFG_SCREEN_REFRESH_RATE(60)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team