trunk/src/mame/layout/galactic.lay
| r0 | r18586 | |
| 1 | <?xml version="1.0"?> |
| 2 | <mamelayout version="2"> |
| 3 | |
| 4 | <!-- NOTE: color overlay needs verification from real cabinet (or old photo) --> |
| 5 | |
| 6 | <element name="overlay"> |
| 7 | <rect> |
| 8 | <bounds left="0" top="0" right="224" bottom="256" /> |
| 9 | <color red="1" green="0.125" blue="0.125" /> |
| 10 | </rect> |
| 11 | <rect> |
| 12 | <bounds left="0" top="55.5" right="224" bottom="69" /> |
| 13 | <color red="0.125" green="1" blue="0.125" /> |
| 14 | </rect> |
| 15 | <rect> |
| 16 | <bounds left="0" top="69" right="224" bottom="220" /> |
| 17 | <color red="1" green="1" blue="0.0625" /> |
| 18 | </rect> |
| 19 | </element> |
| 20 | |
| 21 | <view name="Color_Overlay"> |
| 22 | <screen index="0"> |
| 23 | <bounds x="0" y="0" width="3" height="4" /> |
| 24 | </screen> |
| 25 | <overlay element="overlay"> |
| 26 | <bounds x="0" y="0" width="3" height="4" /> |
| 27 | </overlay> |
| 28 | </view> |
| 29 | </mamelayout> |
trunk/src/mame/drivers/8080bw.c
| r18585 | r18586 | |
| 156 | 156 | #include "sound/speaker.h" |
| 157 | 157 | #include "includes/8080bw.h" |
| 158 | 158 | |
| 159 | #include "cosmicm.lh" |
| 160 | #include "galactic.lh" |
| 159 | 161 | #include "shuttlei.lh" |
| 160 | | #include "cosmicm.lh" |
| 161 | 162 | |
| 162 | 163 | |
| 163 | 164 | /*******************************************************/ |
| r18585 | r18586 | |
| 3948 | 3949 | GAME( 1980, ballbomb, 0, ballbomb, ballbomb, driver_device, 0, ROT270, "Taito", "Balloon Bomber", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND | GAME_IMPERFECT_GRAPHICS ) /* missing clouds */ |
| 3949 | 3950 | GAME( 1980, indianbt, 0, indianbt, indianbt, driver_device, 0, ROT270, "Taito", "Indian Battle", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND ) |
| 3950 | 3951 | GAME( 1980, steelwkr, 0, steelwkr, steelwkr, driver_device, 0, ROT0 , "Taito", "Steel Worker", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND ) |
| 3951 | | GAME( 19??, galactic, 0, invaders, galactic, driver_device, 0, ROT270, "Taito do Brasil", "Galactica - Batalha Espacial", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND ) // 19?? = 79/80/81, copyright not displayed |
| 3952 | | GAME( 19??, spacmiss, galactic, invaders, galactic, driver_device, 0, ROT270, "bootleg?", "Space Missile - Space Fighting Game", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND ) |
| 3952 | GAMEL(1980?,galactic, 0, invaders, galactic, driver_device, 0, ROT270, "Taito do Brasil", "Galactica - Batalha Espacial", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND, layout_galactic ) |
| 3953 | GAMEL(1980?,spacmiss, galactic, invaders, galactic, driver_device, 0, ROT270, "bootleg?", "Space Missile - Space Fighting Game", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND, layout_galactic ) |
| 3953 | 3954 | |
| 3954 | 3955 | // Misc. manufacturers |
| 3955 | 3956 | GAME( 1979, galxwars, 0, invadpt2, galxwars, driver_device, 0, ROT270, "Universal", "Galaxy Wars (Universal set 1)", GAME_WRONG_COLORS | GAME_SUPPORTS_SAVE ) |