Neo-Geo updates [Johnboy]:

* savagere, kizuna - Reverted C1 change from u2 (chip was bad, C1 was correct)
 * gururin - Added correct M1 ROM
 * quizdai2 - Tagged as MVS and AES version
 * Started to document mask ROM types
This commit is contained in:
Phil Bennett 2010-09-28 23:53:16 +00:00
parent ca4f9b65d9
commit 4f6ad532ba
2 changed files with 780 additions and 804 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1133,6 +1133,10 @@ static MACHINE_RESET( neogeo )
update_interrupts(machine); update_interrupts(machine);
state->recurse = 0; state->recurse = 0;
/* AES apparently always uses the cartridge's fixed bank mode */
// neogeo_set_fixed_layer_source(machine,1);
} }