From 5b73cf27becca5700a5860973e2463a33637ef53 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Tue, 29 Nov 2022 16:56:27 -0500 Subject: [PATCH] moving to pc --- clearmem.asm | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/clearmem.asm b/clearmem.asm index 929e762..2c9a428 100644 --- a/clearmem.asm +++ b/clearmem.asm @@ -1,16 +1,3 @@ -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; The iNES header (contains a total of 16 bytes with the header flags) -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -.segment "HEADER" -.byte $4E,$45,$53,$1A ; 4 bytes with the characters 'N','E','S','\n' -.byte $02 ; How many 16KB of PRG-ROM we'll use (=32KB) -.byte $01 ; How many 8KB of CHR-ROM we'll use (=8KB) -.byte %00000000 ; Horz mirroring, no battery, mapper 0 -.byte %00000000 ; mapper 0, playchoice, NES 2.0 -.byte $00 ; No PRG-RAM -.byte $00 ; NTSC TV format -.byte $00 ; Extra flags for TV format and PRG-RAM -.byte $00,$00,$00,$00,$00 ; Unused padding to complete 16 bytes of header ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; PRG-ROM code located at $8000