Browse Source

fix 9front build: there is always must be an EOL

main
Sigrid Solveig Haflínudóttir 1 year ago
parent
commit
621e674a9a
  1. 2
      src/devices/system.h

2
src/devices/system.h

@ -18,4 +18,4 @@ int system_error(char *msg, const char *err);
int system_boot(Uint8 *ram, char *rom);
Uint8 system_dei(Uint8 addr);
void system_deo(Uint8 addr);
void system_deo(Uint8 addr);

Loading…
Cancel
Save