prepare for 5E01

This commit is contained in:
tildearrow 2024-03-18 14:22:05 -05:00
parent cb2aeb649f
commit 3423ac8774
8 changed files with 46 additions and 5 deletions

View file

@ -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;