Skip to content

Commit b8fa4e2

Browse files
committed
Demo
1 parent 5a20b6e commit b8fa4e2

5 files changed

Lines changed: 14 additions & 1 deletion

File tree

crt0.o

0 Bytes
Binary file not shown.

dungeon.c

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ void title_screen() {
460460
gotoxy(20,14);
461461
cputc(140);
462462
puts("Press a key");
463-
gotoxy(20,15);
463+
gotoxy(21,15);
464464
key=cgetc();
465465
puts("Get ready!");
466466
timer=nop_delay(5000);
@@ -747,6 +747,19 @@ int main() {
747747
// Set up the screen
748748
load_room();
749749
draw_screen();
750+
cputc(129);
751+
cputcxy(x,y,64);
752+
nop_delay(500);
753+
cputc(136);
754+
cputcxy(x,y,64);
755+
nop_delay(500);
756+
cputc(129);
757+
cputcxy(x,y,64);
758+
nop_delay(500);
759+
cputc(136);
760+
cputcxy(x,y,64);
761+
nop_delay(500);
762+
cputc(135);
750763
cputcxy(x,y,64);
751764

752765
// Game on!

dungeon.neo

125 Bytes
Binary file not shown.

dungeon.o

867 Bytes
Binary file not shown.

neo6502.lib

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)