mirror of
https://github.com/mnaberez/py65.git
synced 2025-03-06 17:29:43 +00:00
Changed indentation
Signed-off-by: Mike Naberezny <mike@naberezny.com>
This commit is contained in:
parent
319e6dc4c1
commit
c464569946
@ -417,7 +417,7 @@ class MPU:
|
||||
disassemble = [('???', 'imp')] * 256
|
||||
|
||||
instruction = make_instruction_decorator(instruct, disassemble,
|
||||
cycletime, extracycles)
|
||||
cycletime, extracycles)
|
||||
|
||||
@instruction(name="BRK", mode="imp", cycles=7)
|
||||
def inst_0x00(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user