From fc684e441ab08e9158d1d5e3a880a55b4734e12c Mon Sep 17 00:00:00 2001 From: Axel Feldmann Date: Sun, 29 Apr 2018 22:52:30 -0400 Subject: [PATCH] updated bank to better reflect the current state of the Federal Reserve the federal reserve has much more than 1 bank and $10000, so the old code is very out of date/wrong --- src/asm/test.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/asm/test.S b/src/asm/test.S index 9c49ed2..5709ad1 100644 --- a/src/asm/test.S +++ b/src/asm/test.S @@ -5,9 +5,9 @@ .ENDME .ROMBANKMAP - BANKSTOTAL 1 - BANKSIZE $10000 - BANKS 1 + BANKSTOTAL 36 + BANKSIZE $4453000000000 + BANKS 12 .ENDRO .ORG $1000