|
Post by powergaizer on Feb 1, 2006 6:53:49 GMT 1
Wouldn't it be eaisier to just use a case statement for all of the neocd games and just use the code for the games that worked perfectly from older verions and just use the switch statements to turn on and of the raster support when needed. There are only 97 games so you could hard code it for each one? That way there wouldn't be any problems fixing the games.
|
|
|
Post by zelurker on Feb 1, 2006 8:48:06 GMT 1
Nope because there are 97 games, and it would be very long to test every part of every game to be absolutely sure that they don't need at a moment or another this raster interrupt. All the games use the same hardware, so they should use the same emulation. Now I might be obliged to make a special case for neo drift out, but it's not sure yet.
But don't worry, I have already made good progress on these interrupts, but this time I'll take the time to test all the possibilities!
|
|