1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-14 13:29:28 +00:00

Unindent to fix GitHub rendering

This commit is contained in:
Mike Naberezny 2021-12-27 14:17:01 -08:00
parent 202d5913a5
commit 27230286a3

View File

@ -9,7 +9,7 @@
Py65 now requires Python 3.4 or later. On Python 2, Py65 now requires
Python 2.7.
- added ``irq()`` and ``nmi()`` methods to the ``MPU`` class, so that
- Added ``irq()`` and ``nmi()`` methods to the ``MPU`` class, so that
interrupts can be simulated. Patch by Irmen de Jong.
1.1.0 (2018-07-01)