PONG: fix mis-formatted binary header.

git-svn-id: svn://kolibrios.org@5462 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2015-02-24 17:06:37 +00:00
parent 48c31761cb
commit 37ea0584a6

View File

@ -12,7 +12,7 @@
; 11.07.2008
;
include '../../../macros.inc'
format binary as ""
CK_UP1 equ 16
CK_DOWN1 equ 30
@ -28,10 +28,9 @@ use32
dd START ; program start
dd I_END ; program image size
dd 0x2000 ; required amount of memory
dd 0x2000 ; esp = 0x7FFF0
dd 0x00000000 ; reserved=no extended header
include '../../../macros.inc'
START: