Not worth mention: Properly amended s2636 to have correct work ram size. Thanks go to Mariusz for noticing it.

it's funny that I spend my days solving PDEs and functional analysis problems, then I manage to easily fail these stupid calculations...
This commit is contained in:
Fabio Priuli 2009-12-11 23:30:21 +00:00
parent ff180f0ce7
commit e5f5ebeaff
5 changed files with 14 additions and 14 deletions

View File

@ -1026,21 +1026,21 @@ GFXDECODE_END
static const s2636_interface s2636_0_config =
{
"screen",
0xff,
0x100,
CVS_S2636_Y_OFFSET, CVS_S2636_X_OFFSET
};
static const s2636_interface s2636_1_config =
{
"screen",
0xff,
0x100,
CVS_S2636_Y_OFFSET, CVS_S2636_X_OFFSET
};
static const s2636_interface s2636_2_config =
{
"screen",
0xff,
0x100,
CVS_S2636_Y_OFFSET, CVS_S2636_X_OFFSET
};

View File

@ -234,21 +234,21 @@ static INTERRUPT_GEN( galaxia_interrupt )
static const s2636_interface s2636_0_config =
{
"screen",
0xff,
0x100,
3, -27
};
static const s2636_interface s2636_1_config =
{
"screen",
0xff,
0x100,
3, -27
};
static const s2636_interface s2636_2_config =
{
"screen",
0xff,
0x100,
3, -27
};

View File

@ -684,21 +684,21 @@ static INTERRUPT_GEN( zaccaria_cb1_toggle )
static const s2636_interface s2636_1_config =
{
"screen",
0xff,
0x100,
0, -19
};
static const s2636_interface s2636_2_config =
{
"screen",
0xff,
0x100,
0, -19
};
static const s2636_interface s2636_3_config =
{
"screen",
0xff,
0x100,
0, -19
};

View File

@ -366,14 +366,14 @@ static const sn76477_interface sn76477_intf =
static const s2636_interface s2636_0_config =
{
"screen",
0xff,
0x100,
0, -16 /* -8, -16 */
};
static const s2636_interface s2636_1_config =
{
"screen",
0xff,
0x100,
0, -16 /* -9, -16 */
};

View File

@ -317,21 +317,21 @@ static INTERRUPT_GEN( quasar_interrupt )
static const s2636_interface s2636_0_config =
{
"screen",
0xff,
0x100,
CVS_S2636_Y_OFFSET, CVS_S2636_X_OFFSET
};
static const s2636_interface s2636_1_config =
{
"screen",
0xff,
0x100,
CVS_S2636_Y_OFFSET, CVS_S2636_X_OFFSET
};
static const s2636_interface s2636_2_config =
{
"screen",
0xff,
0x100,
CVS_S2636_Y_OFFSET, CVS_S2636_X_OFFSET
};