summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dwarfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dwarfd.c')
-rw-r--r--src/mame/drivers/dwarfd.c42
1 files changed, 21 insertions, 21 deletions
diff --git a/src/mame/drivers/dwarfd.c b/src/mame/drivers/dwarfd.c
index 89b63df4c6e..4eb648d3aa1 100644
--- a/src/mame/drivers/dwarfd.c
+++ b/src/mame/drivers/dwarfd.c
@@ -470,10 +470,10 @@ WRITE8_MEMBER(dwarfd_state::i8275_preg_w)//param reg
switch (m_i8275CursorFormat)
{
- case 0: {logerror("i8275 cursor format - blinking reverse video block\n");} break;
- case 1: {logerror("i8275 cursor format - blinking underline\n");}break;
- case 2: {logerror("i8275 cursor format - nonblinking reverse video block\n");}break;
- case 3: {logerror("i8275 cursor format - nonblinking underline\n");}break;
+ case 0: {logerror("i8275 cursor format - blinking reverse video block\n");} break;
+ case 1: {logerror("i8275 cursor format - blinking underline\n");}break;
+ case 2: {logerror("i8275 cursor format - nonblinking reverse video block\n");}break;
+ case 3: {logerror("i8275 cursor format - nonblinking underline\n");}break;
}
logerror("i8275 %d chars for horizontal retrace\n",m_i8275HorizontalRetrace );
@@ -656,19 +656,19 @@ static INPUT_PORTS_START( dwarfd )
PORT_DIPSETTING( 0x00, "Changes Locked/Preset #1" )
PORT_BIT( 0xf0, IP_ACTIVE_LOW, IPT_UNKNOWN )
/*PORT_DIPNAME( 0x18, 0x00, "Operator Settings Mode" ) PORT_DIPLOCATION("SW1:4,5")
- PORT_DIPSETTING( 0x18, "Changes Allowed" )
- PORT_DIPSETTING( 0x10, "Preset #1" )
- PORT_DIPSETTING( 0x08, "Preset #2" )
- PORT_DIPSETTING( 0x00, "Changes locked" )
- PORT_DIPNAME( 0x20, 0x00, "Dwarf's Den Gfx" ) PORT_DIPLOCATION("SW1:6")
- PORT_DIPSETTING( 0x20, DEF_STR( Off ) )
- PORT_DIPSETTING( 0x00, DEF_STR( On ) )
- PORT_DIPNAME( 0x40, 0x00, "Large Character Gfx" ) PORT_DIPLOCATION("SW1:7")
- PORT_DIPSETTING( 0x40, DEF_STR( Off ) )
- PORT_DIPSETTING( 0x00, DEF_STR( On ) )
- PORT_DIPNAME( 0x80, 0x80, "Full Card Gfx" ) PORT_DIPLOCATION("SW1:8")
- PORT_DIPSETTING( 0x80, DEF_STR( Off ) )
- PORT_DIPSETTING( 0x00, DEF_STR( On ) )*/
+ PORT_DIPSETTING( 0x18, "Changes Allowed" )
+ PORT_DIPSETTING( 0x10, "Preset #1" )
+ PORT_DIPSETTING( 0x08, "Preset #2" )
+ PORT_DIPSETTING( 0x00, "Changes locked" )
+ PORT_DIPNAME( 0x20, 0x00, "Dwarf's Den Gfx" ) PORT_DIPLOCATION("SW1:6")
+ PORT_DIPSETTING( 0x20, DEF_STR( Off ) )
+ PORT_DIPSETTING( 0x00, DEF_STR( On ) )
+ PORT_DIPNAME( 0x40, 0x00, "Large Character Gfx" ) PORT_DIPLOCATION("SW1:7")
+ PORT_DIPSETTING( 0x40, DEF_STR( Off ) )
+ PORT_DIPSETTING( 0x00, DEF_STR( On ) )
+ PORT_DIPNAME( 0x80, 0x80, "Full Card Gfx" ) PORT_DIPLOCATION("SW1:8")
+ PORT_DIPSETTING( 0x80, DEF_STR( Off ) )
+ PORT_DIPSETTING( 0x00, DEF_STR( On ) )*/
PORT_START("DSW2")
PORT_DIPNAME( 0x01, 0x01, "Operator Settings Mode 2/2" ) PORT_DIPLOCATION("SW1:5")
@@ -864,10 +864,10 @@ WRITE_LINE_MEMBER(dwarfd_state::dwarfd_sod_callback)
static I8085_CONFIG( dwarfd_i8085_config )
{
- DEVCB_NULL, /* STATUS changed callback */
- DEVCB_NULL, /* INTE changed callback */
- DEVCB_NULL, /* SID changed callback (8085A only) */
- DEVCB_DRIVER_LINE_MEMBER(dwarfd_state,dwarfd_sod_callback) /* SOD changed callback (8085A only) */
+ DEVCB_NULL, /* STATUS changed callback */
+ DEVCB_NULL, /* INTE changed callback */
+ DEVCB_NULL, /* SID changed callback (8085A only) */
+ DEVCB_DRIVER_LINE_MEMBER(dwarfd_state,dwarfd_sod_callback) /* SOD changed callback (8085A only) */
};