diff --git a/src/mame/layout/buckrog.lay b/src/mame/layout/buckrog.lay index 3f9836afabd..df1550ccd21 100644 --- a/src/mame/layout/buckrog.lay +++ b/src/mame/layout/buckrog.lay @@ -5,11 +5,11 @@ license:CC0-1.0 - + - + diff --git a/src/mame/layout/subroc3d.lay b/src/mame/layout/subroc3d.lay index d9e855347f9..bae1cdbb4fe 100644 --- a/src/mame/layout/subroc3d.lay +++ b/src/mame/layout/subroc3d.lay @@ -6,9 +6,11 @@ license:CC0-1.0 + + - + @@ -20,14 +22,11 @@ license:CC0-1.0 - + - - - - - - + + + @@ -104,6 +103,17 @@ license:CC0-1.0 + + + + + + + + + + + @@ -115,6 +125,11 @@ license:CC0-1.0 + + + + + @@ -124,16 +139,29 @@ license:CC0-1.0 + + + + + + + + + + + + + diff --git a/src/mame/layout/turbo.lay b/src/mame/layout/turbo.lay index 90b59819d54..e473aa81a4e 100644 --- a/src/mame/layout/turbo.lay +++ b/src/mame/layout/turbo.lay @@ -5,7 +5,7 @@ license:CC0-1.0 - + diff --git a/src/mame/nichibutsu/tubep.cpp b/src/mame/nichibutsu/tubep.cpp index 49949bcc27c..61c55a56788 100644 --- a/src/mame/nichibutsu/tubep.cpp +++ b/src/mame/nichibutsu/tubep.cpp @@ -1113,8 +1113,8 @@ ROM_END * *************************************/ -// year rom parent machine inp state init -GAME( 1984, tubep, 0, tubep, tubep, tubep_state, empty_init, ROT0, "Nichibutsu / Fujitek", "Tube Panic", MACHINE_SUPPORTS_SAVE | MACHINE_IMPERFECT_SOUND ) -GAME( 1984, tubepb, tubep, tubepb, tubepb, tubep_state, empty_init, ROT0, "bootleg", "Tube Panic (bootleg)", MACHINE_SUPPORTS_SAVE | MACHINE_IMPERFECT_SOUND ) +// year rom parent machine inp state init +GAME( 1984, tubep, 0, tubep, tubep, tubep_state, empty_init, ROT0, "Nichibutsu / Fujitek", "Tube Panic", MACHINE_SUPPORTS_SAVE | MACHINE_IMPERFECT_SOUND ) +GAME( 1984, tubepb, tubep, tubepb, tubepb, tubep_state, empty_init, ROT0, "bootleg", "Tube Panic (bootleg)", MACHINE_SUPPORTS_SAVE | MACHINE_IMPERFECT_SOUND ) GAME( 1984, rjammer, 0, rjammer, rjammer, rjammer_state, empty_init, ROT0, "Nichibutsu / Alice", "Roller Jammer", MACHINE_SUPPORTS_SAVE | MACHINE_IMPERFECT_SOUND )