Browse Source

Merge branch 'main' of git.sr.ht:~rabbits/uxn

main
Devine Lu Linvega 1 year ago
parent
commit
e2ab8811f8
  1. 2
      src/devices/system.h

2
src/devices/system.h

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

Loading…
Cancel
Save