Skip to content

Commit

Permalink
updated makeheader to gen DOS 3.3 code
Browse files Browse the repository at this point in the history
  • Loading branch information
datajerk committed Nov 24, 2014
1 parent e461917 commit 2cd2c8d
Show file tree
Hide file tree
Showing 7 changed files with 2,273 additions and 1,137 deletions.
3 changes: 1 addition & 2 deletions Makefile
Expand Up @@ -6,9 +6,8 @@ clean:
rm c2t.h c2t
cd asm; make clean


c2t: c2t.h
gcc -Wall -O3 -o c2t c2t.c

c2t.h:
c2t.h: dos33.boot1.mon dos33.boot2.mon asm/autoload.s asm/diskload2.s asm/diskload3.s asm/diskload8000.s asm/diskload9600.s asm/fastload8000.s asm/fastload9600.s asm/fastloadcd.s asm/inflate.s
./makeheader
2 changes: 1 addition & 1 deletion c2t.h
Expand Up @@ -4348,5 +4348,5 @@ unsigned char dosboot2[] = {
0x70,0xAA,0x8D,0x71,0xAA,0x60,0x20,0x5B,
0xA7,0x8C,0xB7,0xAA,0x60,0x20,0x7E,0xAE,
0xAE,0x9B,0xB3,0x9A,0x20,0x16,0xA3,0xBA,
0x8E,0x9B,0xB3,0xA9,0x09,0x4C,0x85
0x8E,0x9B,0xB3,0xA9,0x09,0x4C,0x85,
};

0 comments on commit 2cd2c8d

Please sign in to comment.