* pcecd: read 256 sectors when length is 0 (Kabuki Itouryodan). * pcecd: send status immediately for commands with instant execution (Bomberman: Panic Bomber), some cleanup * snes: add BSX support
8 lines
132 B
C
8 lines
132 B
C
#ifndef SNES_H
|
|
#define SNES_H
|
|
|
|
uint8_t* snes_get_header(fileTYPE *f);
|
|
void snes_patch_bs_header(fileTYPE *f, uint8_t *buf);
|
|
|
|
#endif
|