fixed stray comment

This commit is contained in:
James Tauber 2011-08-06 21:31:25 -04:00
parent ebca76c29b
commit 294d9b027a
1 changed files with 0 additions and 1 deletions

View File

@ -643,7 +643,6 @@ class CPU:
pass
def BRK(self):
# push PC
self.push_word(self.program_counter + 1)
self.push_byte(self.status_as_byte())
self.program_counter = self.memory.read_word(0xFFFE)