Hydreigon
Hydreigon
Later S2x6 games would use a USB-Ethernet adapter likely to replace iLink. There are some cases where it's used to connect to an online server but server emulation would be...
https://github.com/jpd002/Play-/blob/namco_system_256/Source/iop/Iop_NamcoArcade.cpp#LL156C3-L170C4 ``` case JVS_CMD_IOIDENT: { (*output++) = 0x01; //Command success (*dstSize)++; //const char* boardName = "namco ltd.;RAYS PCB;"; const char* boardName = "namco ltd.;TSS-I/O;"; size_t length = strlen(boardName); for(int i...
Let's face it. It's getting to the point where hardwiring a ps2 controller to the JVS (or sub board) logic won't cut it. Aside from the fact the ps2 controller...
Voices during cutscenes are overdriven. Music during gameplay is overdriven while sounds/voices are barely audible (except for a voice clip after a boss hits you that plays too loud). All...
The stage music does not play and am not sure why. This isn't some regression either; the issue has always been present.
The navigation voice that plays during gameplay plays slower than it should on h/w. This is because of an additional board connecting the navigation voice channel (likely one of the...
This specific card reader differs in terms of it requiring additional I/O (because of those normally using solenoids to lock the card in) and using RFID cards instead of magnetic...
Gauntlet Legends (version 1.4) Changed warfa and nbanfl to use the different bootroms as BIOS options (in the process, this removes set warfac since the only the bootrom differs from...