trunk/src/mame/drivers/coolridr.c
| r248601 | r248602 | |
| 280 | 280 | |
| 281 | 281 | */ |
| 282 | 282 | |
| 283 | // http://www.nicozon.net/watch/sm7834644 (first part is Aqua Stage video?) |
| 284 | // http://www.system16.com/hardware.php?id=841 has a picture of Aqua Stage showing the wide aspect |
| 283 | 285 | |
| 286 | |
| 284 | 287 | #include "emu.h" |
| 285 | 288 | #include "cpu/sh2/sh2.h" |
| 286 | 289 | #include "cpu/m68000/m68000.h" |
| 287 | 290 | #include "sound/scsp.h" |
| 288 | 291 | #include "machine/nvram.h" |
| 289 | 292 | #include "rendlay.h" |
| 293 | #include "aquastge.lh" |
| 290 | 294 | |
| 291 | 295 | #define CLIPMAXX_FULL (496-1) |
| 292 | 296 | #define CLIPMAXY_FULL (384-1) |
| r248601 | r248602 | |
| 3942 | 3946 | } |
| 3943 | 3947 | |
| 3944 | 3948 | GAME( 1995, coolridr, 0, coolridr, coolridr, coolridr_state, coolridr, ROT0, "Sega", "Cool Riders",MACHINE_IMPERFECT_SOUND) // region is set in test mode, this set is for Japan, USA and Export (all regions) |
| 3945 | | GAME( 1995, aquastge, 0, aquastge, aquastge, coolridr_state, aquastge, ROT0, "Sega", "Aqua Stage",MACHINE_NOT_WORKING) |
| 3949 | GAMEL( 1995, aquastge, 0, aquastge, aquastge, coolridr_state, aquastge, ROT0, "Sega", "Aqua Stage",MACHINE_NOT_WORKING, layout_aquastge) |