Move BIOS loading out of mem.c.

This commit is contained in:
SarahW 2018-06-04 22:03:45 +01:00
commit b62127f7a8
12 changed files with 918 additions and 912 deletions

1
src/mem_bios.h Normal file
View file

@ -0,0 +1 @@
int loadbios();