Mike Naberezny
74e2576894
Back to .dev0 until next release
2024-04-12 14:03:26 -07:00
Mike Naberezny
9455a5c70e
Prepare 1.2.0 release
1.2.0
2024-04-12 13:00:50 -07:00
Mike Naberezny
1870d65982
Fix interactive assembly on Python 3
...
Closes #81
Closes #78
Closes #65
Closes #64
Closes #63
2024-04-12 12:25:12 -07:00
Mike Naberezny
8dce37f6b8
Fix regular expression warnings on Python 3.12
2024-04-12 12:21:46 -07:00
Mike Naberezny
85ed46fd68
Fix crash formatting traceback
2024-04-12 11:14:09 -07:00
Mike Naberezny
2b837bbd4f
Avoid Node.js 16 deprecation warning on GitHub Actions
2024-04-12 11:13:00 -07:00
Mike Naberezny
6ccdbe9c07
Update copyright year to 2024
2024-04-12 11:11:16 -07:00
Mike Naberezny
95e152d6cb
Add changelog entry for b710c742acf37030c8d99d16b931cb3673372566
2023-11-18 17:04:42 -08:00
Mike Naberezny
d547dbc07c
Test with Python 3.12 on CI
2023-11-18 16:43:21 -08:00
Mike Naberezny
9ae3871388
Fix running Python 3.4 and 3.5 on CI
2023-11-18 16:34:11 -08:00
Mike Naberezny
55eef25998
Fix running Python 2 on CI
2023-11-18 15:06:23 -08:00
Mike Naberezny
db247b9765
Revert "Remove support for Python 2"
...
This reverts commit ca02d12fc6eb201f05a1346612a3adfa0b83fb26.
2023-11-18 15:03:03 -08:00
Mike Naberezny
cf03901114
Add test for disassembling $64 on 65C02. Refs #80
2023-09-12 13:17:32 -07:00
Mike Naberezny
fa4cf35a34
Merge pull request #80 from patricksurry/issue79
...
Fix assembly and disassembly of STZ instruction on 65C02
---------
Co-authored-by: Patrick Surry <patrick@hopper.com>
2023-09-12 13:12:26 -07:00
Patrick Surry
0ef2a864ef
Fix incorrect test for 65c02 STZ
2023-09-12 07:43:11 -04:00
Patrick Surry
a77dc76f0e
separate issue77 fix
2023-09-11 20:50:29 -04:00
Patrick Surry
18859c908d
Fix asm/dasm bugs
2023-09-11 20:46:31 -04:00
Patrick Surry
add9d783f8
Fix python3 byte decoding for non-windows platforms
2023-09-11 20:23:57 -04:00
Mike Naberezny
b710c742ac
Remove use of deprecated module asyncore
2023-06-24 08:51:51 -07:00
Mike Naberezny
ca02d12fc6
Remove support for Python 2
2023-06-24 08:34:18 -07:00
Mike Naberezny
7b9a7dea70
No longer a namespace package
2023-06-24 08:24:04 -07:00
Mike Naberezny
f856bcb699
Run tests on Ubuntu 20.04, require Python 3.6 or later
2023-06-14 09:18:59 -07:00
Mike Naberezny
bd9fb13ce0
Remove broken link
2023-06-14 08:04:31 -07:00
Mike Naberezny
99bf26db20
Upgrade GitHub Actions steps to fix deprecation warnings
2022-10-29 14:26:54 -07:00
Mike Naberezny
b78ae0505a
Run tests on pull requests
2022-09-30 13:55:36 -07:00
Mike Naberezny
94a22330cf
Add option to read initial PC address from the reset vector
...
Closes #67
2022-06-17 15:46:34 -07:00
Mike Naberezny
1b279ef851
Show an error if a value to fill is out of range
2022-06-16 07:22:25 -07:00
Mike Naberezny
27230286a3
Unindent to fix GitHub rendering
2021-12-27 14:17:01 -08:00
Mike Naberezny
202d5913a5
Rename CHANGES.txt to CHANGES.rst for GitHub rendering
2021-12-27 14:11:15 -08:00
Mike Naberezny
72df56db53
Fix tests using temporary files on Windows
2021-12-26 16:24:53 -08:00
Mike Naberezny
d86398e8f9
Fix restore_mode() signature on Windows. Refs #48
2021-12-26 16:20:26 -08:00
Mike Naberezny
73f68ff652
Run tests on Windows
2021-12-26 16:16:29 -08:00
Mike Naberezny
cdec5df4ef
Add workflow for GitHub Actions
2021-01-03 11:45:54 -08:00
Mike Naberezny
eaa2398cec
Merge pull request #60 from irmen/master
...
Added irq() and nmi() to the MPU
2020-10-22 18:41:51 -07:00
Irmen de Jong
5cea8025ce
Added irq() and nmi() to the MPU
2020-10-23 00:13:00 +02:00
Mike Naberezny
645432c6b7
Add changelog entry for 5ae7eeb6f79659f13a3b7e7a85eb80e7561aa984
2020-10-11 15:33:49 -07:00
Mike Naberezny
5ae7eeb6f7
Merge pull request #48 from SamCoVT/master
...
Proposed fix for #47 Save and restore termios settings with helper functions in utils.console
2020-10-11 13:56:30 -07:00
Mike Naberezny
ec089bb408
Fix running tests on Python 3.4
2020-10-08 21:51:13 -07:00
Mike Naberezny
3024867cc9
Merge pull request #59 from 0cjs/master
...
docs/index.rst: Fix URL for VICE
2019-09-09 09:04:17 -07:00
Curt J. Sampson
cfe7ffc5d0
docs/index.rst: Fix URL for VICE
...
The viceteam.org domain was lost to a domain squatter in
2014[[1]], and is now the site of a law firm. The curent site
is vice-emu.sourceforge.net.
Also, we deep link directly into the VICE monitor documentation,
since that's likely what people will want to see when following
this link. It's easy from there to get back to the top page (just
delete `vice_12.html` in the URL bar) if that's what the user wants.
[1]: https://web.archive.org/web/20140601000000*/viceteam.org
2019-09-09 16:04:10 +09:00
Mike Naberezny
581f17957f
Merge pull request #58 from 0cjs/master
...
docs/index.rst: Fix `list_breakpoints` typo
2019-09-08 23:57:09 -07:00
Curt J. Sampson
34fc7c16af
docs/index.rst: Fix list_breakpoints
typo
2019-09-09 15:28:49 +09:00
Mike Naberezny
a421a9c425
Fix relative branch displacement tests. Closes #57
2019-09-05 09:28:17 -07:00
Mike Naberezny
4b67a3133f
Add Python 3.7 to tox and travis
2019-08-15 02:37:23 -07:00
Mike Naberezny
95856ae37c
Add Python 3.7 classifier
2019-08-15 02:35:58 -07:00
Mike Naberezny
136df16493
Use more recent virtualenv now that 3.2 is no longer supported
2019-08-15 02:33:20 -07:00
Sam Colwell
631f7eda74
Fix for linefeeds on python 3.x
2019-02-09 21:36:38 -05:00
Sam Colwell
853968efbc
Duping stdin fd before using fdopen
2019-02-09 16:41:27 -05:00
Sam Colwell
99b7f66070
Moved unbuffered stdin code to console.py
2019-02-09 13:53:34 -05:00
Sam Colwell
0c78f33b43
Trying new method to get unbuffered stdin
2019-02-09 13:04:30 -05:00