trunk/src/mame/drivers/phoenix.c
| r31702 | r31703 | |
| 4 | 4 | |
| 5 | 5 | driver by Richard Davies |
| 6 | 6 | |
| 7 | | Note: |
| 8 | | The discrete sound part of Phoenix requires a sample rate of at least 44100. |
| 9 | | This is because the frequencies are so high, that some sounds will be |
| 10 | | missed at a lower sample rate. |
| 7 | Notes: |
| 8 | - Discrete sound emulation is in audio/phoenix.c, |
| 9 | pleiads is using another sound driver, audio/pleiads.c |
| 11 | 10 | |
| 12 | | pleiads is using another sound driver, audio\pleiads.c |
| 13 | | Andrew Scott (ascott@utkux.utcc.utk.edu) |
| 14 | 11 | |
| 15 | | |
| 16 | 12 | To Do: |
| 17 | 13 | |
| 18 | 14 | |
| r31702 | r31703 | |
| 1260 | 1256 | GAME( 1980, phoenixb, phoenix, phoenix, phoenixa, driver_device, 0, ROT90, "Amstar (Centuri license)", "Phoenix (Centuri, set 2)", GAME_SUPPORTS_SAVE ) |
| 1261 | 1257 | GAME( 1980, phoenixt, phoenix, phoenix, phoenixt, driver_device, 0, ROT90, "Amstar (Taito license)", "Phoenix (Taito)", GAME_SUPPORTS_SAVE ) |
| 1262 | 1258 | GAME( 1980, phoenixj, phoenix, phoenix, phoenixt, driver_device, 0, ROT90, "Amstar (Taito Japan license)", "Phoenix (Taito Japan)", GAME_SUPPORTS_SAVE ) |
| 1263 | | GAME( 1980, phoenix3, phoenix, phoenix, phoenix3, driver_device, 0, ROT90, "bootleg (T.P.N.)", "Phoenix (T.P.N.)", GAME_SUPPORTS_SAVE ) |
| 1264 | | GAME( 1980, phoenixdal,phoenix, phoenix, phoenixt, driver_device, 0, ROT90, "bootleg", "Phoenix (D&L bootleg)", GAME_SUPPORTS_SAVE ) |
| 1259 | GAME( 1980, phoenix3, phoenix, phoenix, phoenix3, driver_device, 0, ROT90, "bootleg (T.P.N.)", "Phoenix (T.P.N. bootleg)", GAME_SUPPORTS_SAVE ) |
| 1260 | GAME( 1980, phoenixdal,phoenix, phoenix, phoenixt, driver_device, 0, ROT90, "bootleg (D&L)", "Phoenix (D&L bootleg)", GAME_SUPPORTS_SAVE ) |
| 1265 | 1261 | GAME( 1981, phoenixc, phoenix, phoenix, phoenixt, driver_device, 0, ROT90, "bootleg? (Irecsa / G.G.I Corp)", "Phoenix (Irecsa / G.G.I Corp, set 1)", GAME_SUPPORTS_SAVE ) |
| 1266 | 1262 | GAME( 1981, phoenixc2,phoenix, phoenix, phoenixt, driver_device, 0, ROT90, "bootleg? (Irecsa / G.G.I Corp)", "Phoenix (Irecsa / G.G.I Corp, set 2)", GAME_SUPPORTS_SAVE ) |
| 1267 | 1263 | GAME( 1981, phoenixc3,phoenix, phoenix, phoenixt, driver_device, 0, ROT90, "bootleg? (Irecsa / G.G.I Corp)", "Phoenix (Irecsa / G.G.I Corp, set 3)", GAME_SUPPORTS_SAVE ) |