summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pturn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pturn.c')
-rw-r--r--src/mame/drivers/pturn.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/drivers/pturn.c b/src/mame/drivers/pturn.c
index 0be12f15c5e..e30ac47b49f 100644
--- a/src/mame/drivers/pturn.c
+++ b/src/mame/drivers/pturn.c
@@ -212,12 +212,12 @@ UINT32 pturn_state::screen_update_pturn(screen_device &screen, bitmap_ind16 &bit
#ifdef UNUSED_FUNCTION
READ8_MEMBER(pturn_state::pturn_protection_r)
{
- return 0x66;
+ return 0x66;
}
READ8_MEMBER(pturn_state::pturn_protection2_r)
{
- return 0xfe;
+ return 0xfe;
}
#endif
@@ -373,7 +373,7 @@ static const gfx_layout spritelayout =
3,
{ RGN_FRAC(0,3),RGN_FRAC(1,3),RGN_FRAC(2,3) },
{ 0, 1, 2, 3, 4, 5, 6, 7,
- 8*8+0, 8*8+1, 8*8+2, 8*8+3, 8*8+4, 8*8+5, 8*8+6, 8*8+7,
+ 8*8+0, 8*8+1, 8*8+2, 8*8+3, 8*8+4, 8*8+5, 8*8+6, 8*8+7,
16*8+0, 16*8+1, 16*8+2, 16*8+3, 16*8+4, 16*8+5, 16*8+6, 16*8+7,
24*8+0, 24*8+1, 24*8+2, 24*8+3, 24*8+4, 24*8+5, 24*8+6, 24*8+7 },
{ 0*8, 1*8, 2*8, 3*8, 4*8, 5*8, 6*8, 7*8,
@@ -555,9 +555,9 @@ ROM_END
DRIVER_INIT_MEMBER(pturn_state,pturn)
{
/*
- machine().device("maincpu")->memory().space(AS_PROGRAM).install_legacy_read_handler(0xc0dd, 0xc0dd, FUNC(pturn_protection_r));
- machine().device("maincpu")->memory().space(AS_PROGRAM).install_legacy_read_handler(0xc0db, 0xc0db, FUNC(pturn_protection2_r));
- */
+ machine().device("maincpu")->memory().space(AS_PROGRAM).install_legacy_read_handler(0xc0dd, 0xc0dd, FUNC(pturn_protection_r));
+ machine().device("maincpu")->memory().space(AS_PROGRAM).install_legacy_read_handler(0xc0db, 0xc0db, FUNC(pturn_protection2_r));
+ */
}
-GAME( 1984, pturn, 0, pturn, pturn, pturn_state, pturn, ROT90, "Jaleco", "Parallel Turn", GAME_IMPERFECT_COLORS )
+GAME( 1984, pturn, 0, pturn, pturn, pturn_state, pturn, ROT90, "Jaleco", "Parallel Turn", GAME_IMPERFECT_COLORS )