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 ca02d12fc6
.
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 5ae7eeb6f7
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
Sam Colwell
3a0fe6b33d
Added fix for input on OSX
2019-02-09 11:20:12 -05:00
Sam Colwell
abe83dce13
Merge branch 'master' of https://github.com/mnaberez/py65 into bugfix/osx_input
2019-02-06 19:46:55 -05:00
Mike Naberezny
1110f304a4
Merge pull request #52 from scotws/cmptests
...
Add tests for comparison instructions
2019-01-30 12:43:22 -08:00
Scot W. Stevenson
8cf1862f12
Fixes typo and whitespace
2019-01-16 08:05:54 +01:00
Scot W. Stevenson
4c89c23c87
Add comparison tests CMP imm, see #24
2019-01-14 09:00:54 +01:00
Sam Colwell
0436bcde4b
clean up comments and indentation
2019-01-12 15:45:15 -05:00
Sam Colwell
db406af2ff
Merging upstream master
2019-01-12 15:27:00 -05:00
Sam Colwell
5bebc72a56
Adding try block in Monitor __init__ for cygwin
2019-01-12 15:07:26 -05:00
Sam Colwell
c2a64546cb
Add try block around stdin.read for cygwin
2019-01-12 14:48:45 -05:00