From 08a9c4681a8d130fd9ad7f5828d006afdb508a38 Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Tue, 21 Jan 2014 15:41:34 -0800 Subject: [PATCH] Fix address in comment --- py65/tests/devices/test_mpu6502.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py65/tests/devices/test_mpu6502.py b/py65/tests/devices/test_mpu6502.py index 87f40d9..e740957 100644 --- a/py65/tests/devices/test_mpu6502.py +++ b/py65/tests/devices/test_mpu6502.py @@ -4338,7 +4338,7 @@ class Common6502Tests: def test_rts_wraps_around_top_of_memory(self): mpu = self._make_mpu() - # $0000 RTS + # $1000 RTS mpu.memory[0x1000] = 0x60 self._write(mpu.memory, 0x01FE, (0xFF, 0xFF)) # PCL, PCH mpu.pc = 0x1000