prepare for 5E01
This commit is contained in:
parent
cb2aeb649f
commit
3423ac8774
8 changed files with 46 additions and 5 deletions
|
|
@ -723,8 +723,7 @@ bool DivEngine::loadFTM(unsigned char* file, size_t len, bool dnft, bool dnft_si
|
|||
}
|
||||
}
|
||||
if (expansions & 256) {
|
||||
// TODO: change when 5E01 is added
|
||||
ds.system[systemID++] = DIV_SYSTEM_NES;
|
||||
ds.system[systemID++] = DIV_SYSTEM_5E01;
|
||||
|
||||
for (int ch = 0; ch < 5; ch++) {
|
||||
map_channels[curr_chan] = map_ch;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue