Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Startup corrections #526

Merged
merged 3 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,029 changes: 0 additions & 1,029 deletions include/embedded/c128basic64.h

This file was deleted.

2 changes: 1 addition & 1 deletion include/embedded/c128basichi.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

static BYTE c128basichi_embedded[C128_BASIC_ROM_IMAGEHI_SIZE] = {
static BYTE c128basichi_rom[C128_BASIC_ROM_IMAGEHI_SIZE] = {
0x20, 0xF7, 0x87, 0xE0, 0x01, 0x90, 0x05, 0xF0,
0x31, 0x4C, 0x28, 0x7D, 0x38, 0xAD, 0x12, 0x12,
0xED, 0x10, 0x12, 0xA8, 0xAD, 0x13, 0x12, 0xED,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/c128basiclo.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

static BYTE c128basiclo_embedded[C128_BASIC_ROM_IMAGELO_SIZE] = {
static BYTE c128basiclo_rom[C128_BASIC_ROM_IMAGELO_SIZE] = {
0x4C, 0x23, 0x40, 0x4C, 0x09, 0x40, 0x4C, 0x4D,
0xA8, 0x20, 0xCC, 0xFF, 0x20, 0x7A, 0x41, 0x20,
0x8D, 0x41, 0x20, 0x12, 0x41, 0x20, 0x38, 0x52,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/c128chargen.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

static BYTE chargen_int[C128_CHARGEN_ROM_SIZE] = {
static BYTE chargen128_rom[C128_CHARGEN_ROM_SIZE] = {
0x3C, 0x66, 0x6E, 0x6E, 0x60, 0x62, 0x3C, 0x00,
0x18, 0x3C, 0x66, 0x7E, 0x66, 0x66, 0x66, 0x00,
0x7C, 0x66, 0x66, 0x7C, 0x66, 0x66, 0x7C, 0x00,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion include/embedded/c128kernal.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

static BYTE kernal_int[C128_KERNAL_ROM_IMAGE_SIZE] = {
static BYTE kernal128_rom[C128_KERNAL_ROM_IMAGE_SIZE] = {
0x4C, 0x7B, 0xC0, 0x4C, 0x34, 0xCC, 0x4C, 0x34,
0xC2, 0x4C, 0x9B, 0xC2, 0x4C, 0x2D, 0xC7, 0x4C,
0x5B, 0xCC, 0x4C, 0x5D, 0xC5, 0x4C, 0x51, 0xC6,
Expand Down
1,029 changes: 0 additions & 1,029 deletions include/embedded/c128kernal64.h

This file was deleted.

2 changes: 1 addition & 1 deletion include/embedded/c64basic.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

BYTE c64memrom_basic64_rom[C64_BASIC_ROM_SIZE] = {
static BYTE basic64_rom[C64_BASIC_ROM_SIZE] = {
0x94, 0xE3, 0x7B, 0xE3, 0x43, 0x42, 0x4D, 0x42,
0x41, 0x53, 0x49, 0x43, 0x30, 0xA8, 0x41, 0xA7,
0x1D, 0xAD, 0xF7, 0xA8, 0xA4, 0xAB, 0xBE, 0xAB,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/c64chargen.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

BYTE mem_chargen_rom[C64_CHARGEN_ROM_SIZE] = {
static BYTE chargen_rom[C64_CHARGEN_ROM_SIZE] = {
0x3C, 0x66, 0x6E, 0x6E, 0x60, 0x62, 0x3C, 0x00,
0x18, 0x3C, 0x66, 0x7E, 0x66, 0x66, 0x66, 0x00,
0x7C, 0x66, 0x66, 0x7C, 0x66, 0x66, 0x7C, 0x00,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

BYTE mem_jpchrgen_rom[C64_CHARGEN_ROM_SIZE] = {
static BYTE chargenjp_rom[C64_CHARGEN_ROM_SIZE] = {
0x00, 0x1c, 0x22, 0x4a, 0x56, 0x4c, 0x20, 0x1e,
0x00, 0x18, 0x24, 0x42, 0x7e, 0x42, 0x42, 0x42,
0x00, 0x7c, 0x22, 0x22, 0x3c, 0x22, 0x22, 0x7c,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/c64kernal.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

BYTE c64memrom_kernal64_rom[C64_KERNAL_ROM_SIZE] = {
static BYTE kernal64_rom[C64_KERNAL_ROM_SIZE] = {
0x85, 0x56, 0x20, 0x0F, 0xBC, 0xA5, 0x61, 0xC9,
0x88, 0x90, 0x03, 0x20, 0xD4, 0xBA, 0x20, 0xCC,
0xBC, 0xA5, 0x07, 0x18, 0x69, 0x81, 0xF0, 0xF3,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

BYTE c64memrom_edkernal64_rom[C64_KERNAL_ROM_SIZE] = {
static BYTE kernal64ed_rom[C64_KERNAL_ROM_SIZE] = {
0x85, 0x56, 0x20, 0x0f, 0xbc, 0xa5, 0x61, 0xc9,
0x88, 0x90, 0x03, 0x20, 0xd4, 0xba, 0x20, 0xcc,
0xbc, 0xa5, 0x07, 0x18, 0x69, 0x81, 0xf0, 0xf3,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

BYTE c64memrom_gskernal64_rom[C64_KERNAL_ROM_SIZE] = {
static BYTE kernal64gs_rom[C64_KERNAL_ROM_SIZE] = {
0x85, 0x56, 0x20, 0x0f, 0xbc, 0xa5, 0x61, 0xc9,
0x88, 0x90, 0x03, 0x20, 0xd4, 0xba, 0x20, 0xcc,
0xbc, 0xa5, 0x07, 0x18, 0x69, 0x81, 0xf0, 0xf3,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

BYTE c64memrom_jpkernal64_rom[C64_KERNAL_ROM_SIZE] = {
static BYTE kernal64jp_rom[C64_KERNAL_ROM_SIZE] = {
0x85, 0x56, 0x20, 0x0f, 0xbc, 0xa5, 0x61, 0xc9,
0x88, 0x90, 0x03, 0x20, 0xd4, 0xba, 0x20, 0xcc,
0xbc, 0xa5, 0x07, 0x18, 0x69, 0x81, 0xf0, 0xf3,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

BYTE c64memrom_sxkernal64_rom[C64_KERNAL_ROM_SIZE] = {
static BYTE kernal64sx_rom[C64_KERNAL_ROM_SIZE] = {
0x85, 0x56, 0x20, 0x0f, 0xbc, 0xa5, 0x61, 0xc9,
0x88, 0x90, 0x03, 0x20, 0xd4, 0xba, 0x20, 0xcc,
0xbc, 0xa5, 0x07, 0x18, 0x69, 0x81, 0xf0, 0xf3,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/cbm2basic128.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

static BYTE cbm2basic128_embedded[0x4000] = {
static BYTE cbm2_basic128_rom[0x4000] = {
0x4C, 0x27, 0xBB, 0x4C, 0xCC, 0xBB, 0xC3, 0xC2,
0xCD, 0x38, 0x20, 0xBA, 0x96, 0xD0, 0x96, 0x1B,
0xA2, 0x55, 0xA9, 0x66, 0x88, 0xBC, 0xBB, 0x73,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/cbm2basic256.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

static BYTE cbm2basic256_embedded[0x4000] = {
static BYTE cbm2_basic256_rom[0x4000] = {
0x4c, 0x89, 0xba, 0x4c, 0x39, 0xbb, 0xc3, 0xc2,
0xcd, 0x38, 0x94, 0x8b, 0x7e, 0x8a, 0xf0, 0x8a,
0xc9, 0x8c, 0x35, 0x8f, 0x50, 0x8f, 0xf6, 0x90,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/cbm2basic500.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

static BYTE cbm2basic500_embedded[0x4000] = {
static BYTE cbm2_basic500_rom[0x4000] = {
0x4C, 0xFB, 0xBA, 0x4C, 0xA0, 0xBB, 0xC3, 0xC2,
0xCD, 0x38, 0x20, 0xA6, 0x96, 0xBC, 0x96, 0x0C,
0xA2, 0x46, 0xA9, 0x66, 0x88, 0x90, 0xBB, 0x64,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/cbm2chargen500.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

static BYTE cbm2chargen500_embedded[0x1000] = {
static BYTE cbm2_chargen500_rom[0x1000] = {
0x3C, 0x66, 0x6E, 0x6E, 0x60, 0x62, 0x3C, 0x00,
0x18, 0x3C, 0x66, 0x7E, 0x66, 0x66, 0x66, 0x00,
0x7C, 0x66, 0x66, 0x7C, 0x66, 0x66, 0x7C, 0x00,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/cbm2chargen600.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

static BYTE cbm2chargen600_embedded[0x1000] = {
static BYTE cbm2_chargen600_rom[0x1000] = {
0x1C, 0x22, 0x4A, 0x56, 0x4C, 0x20, 0x1E, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x38, 0x04, 0x3C, 0x44, 0x3A, 0x00,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/cbm2chargen700.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

static BYTE cbm2chargen700_embedded[0x1000] = {
static BYTE cbm2_chargen700_rom[0x1000] = {
0x00, 0x00, 0x3E, 0x63, 0x63, 0x6F, 0x6F, 0x6F,
0x6E, 0x60, 0x3E, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x06, 0x3E,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/cbm2kernal.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

static BYTE cbm2kernal_embedded[0x2000] = {
static BYTE cbm2_kernal_rom[0x2000] = {
0x4C, 0x09, 0xEE, 0xEA, 0x4C, 0x44, 0xE0, 0x4C,
0xFE, 0xE0, 0x4C, 0x79, 0xE1, 0x4C, 0x99, 0xE2,
0x4C, 0x3F, 0xE0, 0x4C, 0x65, 0xE8, 0x4C, 0xDA,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/cbm2kernal500.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

static BYTE cbm2kernal500_embedded[0x2000] = {
static BYTE cbm2_kernal500_rom[0x2000] = {
0x4C, 0x09, 0xEE, 0xEA, 0x4C, 0x44, 0xE0, 0x4C,
0xF4, 0xE0, 0x4C, 0x74, 0xE1, 0x4C, 0x84, 0xE2,
0x4C, 0x3F, 0xE0, 0x4C, 0x0C, 0xE9, 0x4C, 0x39,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/drived1541II.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

static BYTE drive_rom1541ii[DRIVE_ROM1541II_SIZE] = {
static BYTE drive_rom1541ii_rom[DRIVE_ROM1541II_SIZE] = {
0x97, 0xE0, 0x43, 0x4F, 0x50, 0x59, 0x52, 0x49,
0x47, 0x48, 0x54, 0x20, 0x28, 0x43, 0x29, 0x31,
0x39, 0x38, 0x32, 0x2C, 0x31, 0x39, 0x38, 0x35,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/drived1571cr.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

static BYTE drive_rom1571cr[DRIVE_ROM1571CR_SIZE] = {
static BYTE drive_rom1571cr_rom[DRIVE_ROM1571CR_SIZE] = {
0x02, 0x44, 0x53, 0x2F, 0x57, 0x20, 0x42, 0x59,
0x20, 0x44, 0x41, 0x56, 0x49, 0x44, 0x20, 0x47,
0x20, 0x53, 0x49, 0x52, 0x41, 0x43, 0x55, 0x53,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/drivedos1001.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

static BYTE drive_rom1001[DRIVE_ROM1001_SIZE] = {
static BYTE drive_rom1001_rom[DRIVE_ROM1001_SIZE] = {
0xA9, 0x00, 0x8D, 0x77, 0x08, 0xAD, 0xAC, 0x04,
0x8D, 0x78, 0x08, 0xA6, 0x13, 0xAD, 0x70, 0x08,
0x8D, 0x7B, 0x08, 0x95, 0x21, 0xAD, 0xB0, 0x04,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/drivedos1540.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

static BYTE drive_rom1540[DRIVE_ROM1540_SIZE] = {
static BYTE drive_rom1540_rom[DRIVE_ROM1540_SIZE] = {
0x97, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA,
0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA,
0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/drivedos1541.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

static BYTE drive_rom1541[DRIVE_ROM1541_SIZE] = {
static BYTE drive_rom1541_rom[DRIVE_ROM1541_SIZE] = {
0x97, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA,
0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA,
0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/drivedos1551.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

static BYTE drive_rom1551[DRIVE_ROM1551_SIZE] = {
static BYTE drive_rom1551_rom[DRIVE_ROM1551_SIZE] = {
0xBE, 0x44, 0x41, 0x56, 0x49, 0x44, 0x20, 0x47,
0x20, 0x53, 0x49, 0x52, 0x41, 0x43, 0x55, 0x53,
0x41, 0x20, 0x43, 0x42, 0x4D, 0x20, 0x43, 0x4F,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/drivedos1570.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

static BYTE drive_rom1570[DRIVE_ROM1570_SIZE] = {
static BYTE drive_rom1570_rom[DRIVE_ROM1570_SIZE] = {
0x75, 0x98, 0x53, 0x2F, 0x57, 0x20, 0x2D, 0x20,
0x44, 0x41, 0x56, 0x49, 0x44, 0x20, 0x47, 0x20,
0x53, 0x49, 0x52, 0x41, 0x43, 0x55, 0x53, 0x41,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/drivedos1571.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

static BYTE drive_rom1571[DRIVE_ROM1571_SIZE] = {
static BYTE drive_rom1571_rom[DRIVE_ROM1571_SIZE] = {
0xF2, 0x68, 0x53, 0x2F, 0x57, 0x20, 0x2D, 0x20,
0x44, 0x41, 0x56, 0x49, 0x44, 0x20, 0x47, 0x20,
0x53, 0x49, 0x52, 0x41, 0x43, 0x55, 0x53, 0x41,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/drivedos1581.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

static BYTE drive_rom1581[DRIVE_ROM1581_SIZE] = {
static BYTE drive_rom1581_rom[DRIVE_ROM1581_SIZE] = {
0x4D, 0x19, 0xCD, 0x01, 0xA9, 0x00, 0x85, 0x35,
0x20, 0x62, 0xA8, 0xA5, 0x53, 0x10, 0x09, 0x29,
0x0F, 0xC9, 0x0F, 0xF0, 0x03, 0x4C, 0x78, 0x96,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/drivedos2031.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

static BYTE drive_rom2031[DRIVE_ROM2031_SIZE] = {
static BYTE drive_rom2031_rom[DRIVE_ROM2031_SIZE] = {
0xB7, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA,
0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA,
0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/drivedos2040.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

static BYTE drive_rom2040[DRIVE_ROM2040_SIZE] = {
static BYTE drive_rom2040_rom[DRIVE_ROM2040_SIZE] = {
0x49, 0x56, 0x44, 0x4D, 0x42, 0x55, 0x43, 0x52,
0x53, 0x4E, 0xA8, 0x37, 0xED, 0xED, 0xE5, 0x43,
0x47, 0xD3, 0x73, 0xC8, 0xE8, 0xFC, 0xF9, 0xFC,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/drivedos3040.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

static BYTE drive_rom3040[DRIVE_ROM3040_SIZE] = {
static BYTE drive_rom3040_rom[DRIVE_ROM3040_SIZE] = {
0xA5, 0x1A, 0x10, 0x2F, 0x78, 0xA9, 0xC1, 0x95,
0x03, 0xA9, 0x0F, 0x3D, 0x9A, 0x07, 0x05, 0x40,
0x85, 0x40, 0xA9, 0x8C, 0x95, 0x05, 0x58, 0xB5,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/drivedos4040.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

static BYTE drive_rom4040[DRIVE_ROM4040_SIZE] = {
static BYTE drive_rom4040_rom[DRIVE_ROM4040_SIZE] = {
0xA5, 0x1A, 0x10, 0x2F, 0x78, 0xA9, 0xC1, 0x95,
0x03, 0xA9, 0x0F, 0x3D, 0x9A, 0x07, 0x05, 0x40,
0x85, 0x40, 0xA9, 0x8C, 0x95, 0x05, 0x58, 0xB5,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/drivedos9000.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

static BYTE drive_rom9000[DRIVE_ROM9000_SIZE] = {
static BYTE drive_rom9000_rom[DRIVE_ROM9000_SIZE] = {
0x26, 0xa2, 0xff, 0x9a, 0xad, 0x82, 0x02, 0x29,
0xc7, 0x8d, 0x82, 0x02, 0xad, 0x82, 0x02, 0x29,
0x07, 0x09, 0x48, 0x85, 0x0d, 0x49, 0x60, 0x85,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/petbasic1.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

BYTE petbasic1_embedded[0x2000] = {
static BYTE pet_basic1_rom[0x2000] = {
0x1D, 0xC7, 0x48, 0xC6, 0x35, 0xCC, 0xEF, 0xC7,
0xC5, 0xCA, 0xDF, 0xCA, 0x70, 0xCF, 0x23, 0xCB,
0x9C, 0xC8, 0x9C, 0xC7, 0x74, 0xC7, 0x1F, 0xC8,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/petbasic2.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

BYTE petbasic2_embedded[0x2000] = {
static BYTE pet_basic2_rom[0x2000] = {
0x40, 0xC7, 0x57, 0xC6, 0x1F, 0xCC, 0xFF, 0xC7,
0xA6, 0xCA, 0xC0, 0xCA, 0x62, 0xCF, 0x06, 0xCB,
0xAC, 0xC8, 0xAC, 0xC7, 0x84, 0xC7, 0x2F, 0xC8,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/petbasic4.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

BYTE petbasic4_embedded[0x3000] = {
static BYTE pet_basic4_rom[0x3000] = {
0xC7, 0xB7, 0xDD, 0xB6, 0x18, 0xBD, 0x82, 0xB8,
0xA3, 0xBB, 0xBD, 0xBB, 0x20, 0xC1, 0x01, 0xBC,
0x2F, 0xB9, 0x2F, 0xB8, 0x07, 0xB8, 0xB2, 0xB8,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/petchargen1.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

BYTE petchargen1_embedded[0x800] = {
static BYTE pet_chargen1_rom[0x800] = {
0x1c, 0x22, 0x4a, 0x56, 0x4c, 0x20, 0x1e, 0x00,
0x18, 0x24, 0x42, 0x7e, 0x42, 0x42, 0x42, 0x00,
0x7c, 0x22, 0x22, 0x3c, 0x22, 0x22, 0x7c, 0x00,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/petchargen2.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

BYTE petchargen2_embedded[0x800] = {
static BYTE pet_chargen2_rom[0x800] = {
0x1C, 0x22, 0x4A, 0x56, 0x4C, 0x20, 0x1E, 0x00,
0x18, 0x24, 0x42, 0x7E, 0x42, 0x42, 0x42, 0x00,
0x7C, 0x22, 0x22, 0x3C, 0x22, 0x22, 0x7C, 0x00,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/petedit1g.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

BYTE petedit1g_embedded[0x800] = {
static BYTE pet_edit1g_rom[0x800] = {
0xA6, 0xA0, 0x00, 0x20, 0x74, 0xDA, 0xA9, 0x00,
0x85, 0xB5, 0xA5, 0x63, 0x20, 0x16, 0xE0, 0xA9,
0x9D, 0xA0, 0x00, 0x4C, 0xE1, 0xD9, 0x48, 0x4C,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/petedit2b.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

BYTE petedit2b_embedded[0x800] = {
static BYTE pet_edit2b_rom[0x800] = {
0x63, 0x48, 0x10, 0x0D, 0x20, 0x2C, 0xD7, 0xA5,
0x63, 0x30, 0x09, 0xA5, 0x0C, 0x49, 0xFF, 0x85,
0x0C, 0x20, 0xA1, 0xDE, 0xA9, 0x5E, 0xA0, 0xE0,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/petedit2g.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

BYTE petedit2g_embedded[0x800] = {
static BYTE pet_edit2g_rom[0x800] = {
0x63, 0x48, 0x10, 0x0D, 0x20, 0x2C, 0xD7, 0xA5,
0x63, 0x30, 0x09, 0xA5, 0x0C, 0x49, 0xFF, 0x85,
0x0C, 0x20, 0xA1, 0xDE, 0xA9, 0x5E, 0xA0, 0xE0,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/petedit4b40.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

BYTE petedit4b40_embedded[0x800] = {
static BYTE pet_edit4b40_rom[0x800] = {
0xA9, 0x7F, 0x20, 0xC2, 0xE5, 0xA2, 0x6D, 0xA9,
0x00, 0x95, 0x8D, 0xCA, 0x10, 0xFB, 0xA9, 0x55,
0x85, 0x90, 0xA9, 0xE4, 0x85, 0x91, 0xA9, 0x03,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/petedit4b80.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

BYTE petedit4b80_embedded[0x800] = {
static BYTE pet_edit4b80_rom[0x800] = {
0x4C, 0x4B, 0xE0, 0x4C, 0xA7, 0xE0, 0x4C, 0x16,
0xE1, 0x4C, 0x02, 0xE2, 0x4C, 0x42, 0xE4, 0x4C,
0x55, 0xE4, 0x4C, 0x00, 0xE6, 0x4C, 0x51, 0xE0,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/petedit4g40.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

BYTE petedit4g40_embedded[0x800] = {
static BYTE pet_edit4g40_rom[0x800] = {
0x4C, 0x36, 0xE0, 0x4C, 0xA7, 0xE0, 0x4C, 0x16,
0xE1, 0x4C, 0x02, 0xE2, 0x4C, 0x42, 0xE4, 0x4C,
0x55, 0xE4, 0x4C, 0x00, 0xE6, 0x4C, 0x42, 0xE0,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/petkernal1.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

BYTE petkernal1_embedded[0x1000] = {
static BYTE pet_kernal1_rom[0x1000] = {
0x54, 0x4F, 0x4F, 0x20, 0x4D, 0x41, 0x4E, 0x59,
0x20, 0x46, 0x49, 0x4C, 0x45, 0xD3, 0x46, 0x49,
0x4C, 0x45, 0x20, 0x4F, 0x50, 0x45, 0xCE, 0x46,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/petkernal2.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

BYTE petkernal2_embedded[0x1000] = {
static BYTE pet_kernal2_rom[0x1000] = {
0x54, 0x4F, 0x4F, 0x20, 0x4D, 0x41, 0x4E, 0x59,
0x20, 0x46, 0x49, 0x4C, 0x45, 0xD3, 0x46, 0x49,
0x4C, 0x45, 0x20, 0x4F, 0x50, 0x45, 0xCE, 0x46,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/petkernal4.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

BYTE petkernal4_embedded[0x1000] = {
static BYTE pet_kernal4_rom[0x1000] = {
0x54, 0x4F, 0x4F, 0x20, 0x4D, 0x41, 0x4E, 0x59,
0x20, 0x46, 0x49, 0x4C, 0x45, 0xD3, 0x46, 0x49,
0x4C, 0x45, 0x20, 0x4F, 0x50, 0x45, 0xCE, 0x46,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/plus43plus1hi.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

BYTE extromhi1[PLUS4_KERNAL_ROM_SIZE] = {
static BYTE plus4_3plus1hi_rom[PLUS4_KERNAL_ROM_SIZE] = {
0xA0, 0x00, 0xA5, 0x03, 0x38, 0xED, 0x28, 0x7D,
0x85, 0x03, 0x91, 0xD8, 0xC8, 0xA5, 0x04, 0xE9,
0x00, 0x85, 0x04, 0x91, 0xD8, 0x4C, 0xA0, 0x4E,
Expand Down
2 changes: 1 addition & 1 deletion include/embedded/plus43plus1lo.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Autogenerated file, DO NOT EDIT !!! */

BYTE extromlo1[PLUS4_BASIC_ROM_SIZE] = {
static BYTE plus4_3plus1lo_rom[PLUS4_BASIC_ROM_SIZE] = {
0x4C, 0x44, 0x80, 0x4C, 0xE0, 0x80, 0x0C, 0x43,
0x42, 0x4D, 0x53, 0x59, 0x53, 0x31, 0x35, 0x32,
0x35, 0x3A, 0x20, 0x33, 0x2D, 0x50, 0x4C, 0x55,
Expand Down
Loading