ctag-fh-kiel / ctag-tbd

CTAG TBD >>to be determined<< an extendible open source Eurorack sound module
Other
176 stars 47 forks source link

Simulator assert in spi_flash_emu_init() #31

Closed hampa closed 3 years ago

hampa commented 3 years ago

void spi_flash_emu_init(const char *sromFile) { if(NULL == sromFile) return;

sromFile is "" when I run ./tbd-sim

replace with if (!strcmp(sromFile, "")) return;

ctag-fh-kiel commented 3 years ago

Fixed with 552255c You can set your own sample-rom file using the "-s" option.