]> git.sesse.net Git - pistorm/blobdiff - platforms/amiga/piscsi/device_driver_amiga/makerom.c
[WIP] PiSCSI custom file system experiments
[pistorm] / platforms / amiga / piscsi / device_driver_amiga / makerom.c
index 0a5ccda2839e5e20010f9140eb1a456bd00026c0..e63c777c796de7f088f4e503efac892b5598b69f 100644 (file)
@@ -3,7 +3,7 @@
 #include <string.h>
 #include <stdlib.h>
 
-#define BOOTLDR_SIZE 0x400
+#define BOOTLDR_SIZE 0x1000
 #define DIAG_TOTAL_SIZE 0x4000
 
 char *rombuf, *zerobuf, *devicebuf;