1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-06 20:29:34 +00:00
Commit Graph

576 Commits

Author SHA1 Message Date
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
Sam Colwell
d38831db1f Removing unused imports 2019-01-12 12:58:39 -05:00
Sam Colwell
1e1791652e Comment fixups and remove unused import 2019-01-12 12:48:00 -05:00
Sam Colwell
b6e00ea196 Added fix from mlauke and restored input on ^C 2019-01-12 12:33:00 -05:00
Mike Naberezny
f34b4efa5f
Merge pull request #50 from SamCoVT/bugfix/windows_load
Add string formatting to load option for Windows backslashes in paths
2018-12-03 17:58:15 -08:00
Sam Colwell
a86987eb2d Add string formatting to load option for Windows backslashes 2018-12-03 20:46:28 -05:00
Sam Colwell
ea7ed58979 Fix whitespace and comments. 2018-11-07 23:30:42 -05:00
Sam Colwell
a705252440 Moved platform-specific code into utils.console.py as functions 2018-11-07 22:48:17 -05:00
Sam Colwell
c2eb7897bc Change non-blocking reads to have 0.1 second timeout 2018-11-04 12:04:59 -05:00
Sam Colwell
8a0471e45d Move linux termios changes into Monitor._run 2018-11-04 11:50:48 -05:00
Mike Naberezny
cd673d50d1 Revert "Ignore termios error in getch_noblock(). Fixes #46"
This reverts commit 7ed4d95885.
2018-10-12 10:30:29 -07:00
Mike Naberezny
2df8152d27 Drop support for older Python, bump major version 2018-10-09 18:44:32 -07:00
Mike Naberezny
1ca859196f Remove older Python 3 versions from CI 2018-10-09 18:34:49 -07:00
Mike Naberezny
7ed4d95885 Ignore termios error in getch_noblock(). Fixes #46 2018-10-06 12:50:59 -07:00
Mike Naberezny
3193a348f7 Fix test for assembling by label. [Michael A. Morris] 2018-09-26 19:11:05 -07:00
Mike Naberezny
e0722dcb6a Use BSD 3-Clause text preferred by GitHub 2018-07-18 13:56:10 -07:00
Mike Naberezny
7d47be55a9 Back to .dev0 until next release 2018-07-01 14:20:12 -07:00
Mike Naberezny
730e39c029 Prepare 1.1.0 release 2018-07-01 14:11:08 -07:00
Mike Naberezny
a5dc853e9b Update changelog 2018-07-01 14:06:46 -07:00
Mike Naberezny
6e21008b89 Fix --rom, add tests for argv. Closes #41 2018-06-26 15:52:27 -07:00