Skip to content

Commit 3e067bd

Browse files
committed
Make ready for production
1 parent 1b503ac commit 3e067bd

16 files changed

+13
-819
lines changed

16x32.inc

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* Ad-hoc programming editor for DOSBox -- (C) 2011-03-08 Joel Yliluoma */
12
0x00,0x00,0x00,0x00,0x00,0x00,0x3C,0x3C,0x30,0x30,0x30,0x00,0x00,0x00,0x30,0x30,
23
0x30,0x30,0x00,0x00,0x00,0x30,0x30,0x30,0x3C,0x3C,0x00,0x00,0x00,0x00,0x00,0x00,
34
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x0F,0x1F,0x3F,0x7F,

8x19.inc

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* Ad-hoc programming editor for DOSBox -- (C) 2011-03-08 Joel Yliluoma */
12
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
23
0x00,0x00,0x7E,0x81,0xA5,0xA5,0x81,0x81,0xA5,0xA5,0x99,0x81,0x81,0x7E,0x00,0x00,0x00,0x00,0x00,
34
0x00,0x00,0x7E,0xFF,0xDB,0xFF,0xFF,0xFF,0xDB,0xE7,0xFF,0xFF,0xFF,0x7E,0x00,0x00,0x00,0x00,0x00,

8x32.inc

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* Ad-hoc programming editor for DOSBox -- (C) 2011-03-08 Joel Yliluoma */
12
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
23
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
34
0x00,0x00,0x00,0xFF,0xFF,0xC3,0xE7,0xFF,0xFF,0xE7,0xC3,0xC3,0xFF,0xFF,0xFF,0xFF,

c64font.inc

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* Ad-hoc programming editor for DOSBox -- (C) 2011-03-08 Joel Yliluoma */
12
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
23
0x18,0x18,0x18,0x18,0x00,0x00,0x18,0x00,
34
0x66,0x66,0x66,0x00,0x00,0x00,0x00,0x00,

e.exe

41.4 KB
Binary file not shown.

jsf.hh

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* Ad-hoc programming editor for DOSBox -- (C) 2011-03-08 Joel Yliluoma */
12
#include <string.h>
23

34
class JSF

0 commit comments

Comments
 (0)