From 5808f00555c48e1cc1cc110af6a5cd73ddf13010 Mon Sep 17 00:00:00 2001 From: Peter Fors Date: Fri, 2 May 2025 23:15:47 +0200 Subject: cleanup and rewrite of ppu_registers.c --- mapper_2002.h | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 mapper_2002.h (limited to 'mapper_2002.h') diff --git a/mapper_2002.h b/mapper_2002.h deleted file mode 100644 index 6c648b5..0000000 --- a/mapper_2002.h +++ /dev/null @@ -1,7 +0,0 @@ - - - -struct mapper_2002 { - uint8_t *prg_bank0; // $8000–BFFF (switchable) - uint8_t *prg_bank1; // $C000–FFFF (fixed to last 16KB) -}; -- cgit v1.2.3