1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-07-05 19:28:57 +00:00
Commit Graph

219 Commits

Author SHA1 Message Date
BigEd
c264bd6707 finish basic support for 65Org16, all tests passing 2011-08-20 21:50:26 +01:00
BigEd
0eb140d6c1 first steps to support 65Org16 cpu 2011-08-19 17:40:07 +01:00
BigEd
fc3cb0be34 fixup broken test 2011-08-19 17:33:21 +01:00
BigEd
6abcb5c8d8 fixup broken tests 2011-08-19 17:32:54 +01:00
BigEd
b6c9b3c124 add simple benchmark to support pypy testing 2011-08-19 13:38:44 +01:00
BigEd
24b9fcf867 Merge branch 'master' of git://github.com/mnaberez/py65 2011-08-15 17:31:06 +01:00
martti
3024912096 more bcd tests! okay, stop bcd tests. 2011-08-15 18:02:18 +08:00
martti
28826cd478 adjust code to the standards 2011-08-15 18:02:08 +08:00
martti
680b2dca2e added page wrapping bugs and tests for them 2011-08-15 18:00:26 +08:00
Mike Naberezny
b5a8846455 Back to -dev until the next release 2011-08-15 18:00:26 +08:00
Mike Naberezny
7280801116 Update license for 2011 2011-08-15 18:00:09 +08:00
Mike Naberezny
63832459e1 Update link to documentation 2011-08-15 18:00:09 +08:00
Mike Naberezny
4240b6698d Prepare 0.9 release 2011-08-15 18:00:09 +08:00
Mike Naberezny
27367da0f8 Replace deprecated assertEquals() with assertEqual() 2011-08-15 18:00:08 +08:00
martti
df41a78c9c more bcd tests! okay, stop bcd tests. 2011-07-16 13:56:47 -07:00
martti
9b1e1d6465 adjust code to the standards 2011-07-17 04:29:44 +08:00
martti
44e4d9bc6c added page wrapping bugs and tests for them 2011-07-17 04:23:36 +08:00
Mike Naberezny
6434983e52 Back to -dev until the next release 2011-04-03 10:52:37 -07:00
Mike Naberezny
7fb21d7354 Update license for 2011 2011-04-03 10:50:24 -07:00
Mike Naberezny
f93fee5e77 Update link to documentation 2011-03-27 11:28:43 -07:00
Mike Naberezny
e8df099ed2 Prepare 0.9 release 2011-03-27 10:49:40 -07:00
Mike Naberezny
774737d9ec Replace deprecated assertEquals() with assertEqual() 2011-02-05 15:30:09 -08:00
Ed Spittles
f4fba9b06a fix two failing BCD tests: now passes the Bruce Clark exhaustive test for all flags 2010-12-15 20:22:48 +00:00
Ed Spittles
4bd92cf80e two more BCD tests, presently failing according to Bruce Clark's test 2010-12-15 20:20:17 +00:00
Ed Spittles
80c9d10a54 rewrite SBC decimal mode - now passes the 2 tests 2010-12-13 13:39:47 +00:00
Ed Spittles
93d07b88ba rewrite ADC decimal mode - now passes the sole test 2010-12-13 13:14:30 +00:00
Ed Spittles
b234ac4c32 add 3 (failing) BCD tests and comment a weak spot in opSBC 2010-11-29 17:40:13 +00:00
BigEd
f7c7d97a96 Merge branch 'master' of git://github.com/mnaberez/py65 2010-11-24 22:45:42 +00:00
BigEd
6d31e06e59 fixup probable typos in 65c02 test suite flag preparation 2010-11-25 06:43:40 +08:00
BigEd
008aa35c14 Merge branch 'master' of git://github.com/mnaberez/py65 2010-11-24 22:38:00 +00:00
BigEd
35bba0c201 fixup probable typos in 65c02 test suite flag preparation 2010-11-24 22:36:49 +00:00
BigEd
21805e8e7a fixup probable typos in test suite flag preparation 2010-11-25 06:30:52 +08:00
BigEd
4449ce0a97 fixup probable typos in test suite flag preparation 2010-11-24 22:22:37 +00:00
Mike Naberezny
d2a20c1949 Fixed two monitor tests that were broken under Windows. 2010-09-11 17:05:22 -07:00
Mike Naberezny
87b8e9c7b6 Removed download_url. 2010-05-16 11:30:44 -07:00
Mike Naberezny
b8d3e62bae Use get() instead of setdefault(). 2010-05-16 11:30:29 -07:00
Mike Naberezny
8415155249 Removed use of defaultdict to fix compatibility with Python 2.4. 2010-03-08 22:32:55 -08:00
Mike Naberezny
be70a5946c Back to -dev until next release. 2010-03-08 21:49:34 -08:00
Mike Naberezny
58d45f45e3 Incremented version to 0.8. 2010-03-08 21:41:27 -08:00
Mike Naberezny
6508262fca Removed ez_setup.py. 2010-03-07 23:12:17 -08:00
Mike Naberezny
b1eb16d8fd Added ">" as a monitor shortcut for the fill command for consistency with VICE. 2009-11-25 18:26:29 -08:00
Mike Naberezny
6d998b117e Updated changelog. 2009-11-21 16:32:43 -08:00
Mike Naberezny
d7e353f3d9 Applied patch by Ed Spittles that fixes the behavior of the BREAK and UNUSED flags in the processor status register. Closes #16. 2009-11-21 16:17:26 -08:00
Mike Naberezny
729e3f9641 We no longer bundle ez_setup to bootstrap setuptools installation. 2009-11-08 10:39:05 -08:00
Mike Naberezny
8d50164ecf Fixed deprecation warnings on Python 2.6. 2009-10-13 20:27:47 -07:00
Mike Naberezny
019a755315 Prepare 0.7 release. 2009-09-03 22:49:00 -07:00
Mike Naberezny
460cc4e48e Applied patch from Ed Spittles to fix Z and C flags for SBC. Closes #15. 2009-09-03 22:46:37 -07:00
Mike Naberezny
7a54ad06f3 Small tweaks to the README. 2009-09-03 22:36:02 -07:00
Mike Naberezny
07bdfc4dbf Added tests for monitor shortcuts. 2009-08-22 22:59:52 -07:00
Mike Naberezny
db61ba853b Added tests for "load" command. 2009-08-22 20:37:32 -07:00