summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/trs80.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/trs80.c')
-rw-r--r--src/mess/drivers/trs80.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/drivers/trs80.c b/src/mess/drivers/trs80.c
index ee753556302..b988fb4cd54 100644
--- a/src/mess/drivers/trs80.c
+++ b/src/mess/drivers/trs80.c
@@ -641,7 +641,7 @@ static MACHINE_CONFIG_DERIVED( model3, model1 )
MCFG_MACHINE_RESET_OVERRIDE(trs80_state, trs80m4 )
MCFG_GFXDECODE_MODIFY("gfxdecode",trs80m4)
-
+
MCFG_SCREEN_MODIFY("screen")
MCFG_SCREEN_UPDATE_DRIVER(trs80_state, screen_update_trs80m4)
MCFG_SCREEN_SIZE(80*8, 240)
@@ -676,7 +676,7 @@ static MACHINE_CONFIG_DERIVED( lnw80, model1 )
MCFG_MACHINE_RESET_OVERRIDE(trs80_state, lnw80 )
MCFG_GFXDECODE_MODIFY("gfxdecode",lnw80)
-
+
MCFG_PALETTE_MODIFY("palette")
MCFG_PALETTE_ENTRIES(8)
MCFG_PALETTE_INIT_OWNER(trs80_state,lnw80)