Commit Graph

20 Commits

Author SHA1 Message Date
Andrew Jacobs 72a21b6af3 Bug fixes 2019-09-03 08:34:45 +01:00
Andrew Jacobs aba1cc1521 Fixed carry generation in CMP, CPX and CPY 2019-03-22 13:25:48 +00:00
Andrew Jacobs 340d19d8e9 Merge branch 'master' of https://github.com/andrew-jacobs/emu816 2019-03-20 15:41:24 +00:00
Andrew Jacobs 5a28ec1f04 Fixed LDA >addr,X 2019-03-20 15:40:55 +00:00
Andrew Jacobs 98383a6787
Update README.md
Removed incorrect statement about no decimal arithmetic. Has been added.
2019-02-16 16:29:39 +00:00
Andrew Jacobs 41b33a9250 Fixed ROR - setting carry from wrong bit. 2018-10-11 11:49:36 +01:00
Andrew Jacobs a0bf1ecd6b Fixed buf with CMP/CPX/CPY not setting carry correctly 2018-06-18 18:08:09 +01:00
Andrew Jacobs 00d7348482 Added WDM #$02 to allow character input 2018-06-18 13:53:34 +01:00
Andrew Jacobs 998b7a35cf Added S19 and updated to VS2017 2018-04-26 17:11:44 +01:00
andrew-jacobs 4e7f0d73a1 Added simple output 2018-04-26 14:35:39 +01:00
andrew-jacobs 3fc78c08a6 Snapshot of latest code 2017-11-24 14:40:47 +00:00
andrew-jacobs ced9cfec50 Added decimal mode (not tested) and corrected a bug or two 2016-11-01 23:13:54 +00:00
andrew-jacobs d7ffb289bb Merge branch 'master' of https://github.com/andrew-jacobs/emu816
# Conflicts:
#	program.cc

Fixed issues with timing code added for Linux.
2016-10-22 23:59:13 +01:00
andrew-jacobs 6638462e10 Made class methods static for greater performance 2016-10-22 23:46:41 +01:00
Andrew Jacobs b68abaaa3c Added Linux timing code 2016-06-28 22:52:24 +01:00
andrew-jacobs c3d347d906 Added cycle counting and speed estimation 2016-06-28 22:26:54 +01:00
Andrew Jacobs 3462c7fb14 Incorporated changes for Ubuntu Mate on a Raspberry Pi 2016-06-27 23:08:51 +01:00
andrew-jacobs 6a42a6c276 Added Visual Studio solution and example files 2016-06-27 23:01:09 +01:00
Andrew Jacobs 02dac91274 Initial file import 2016-06-27 20:24:56 +01:00
Andrew Jacobs 034280c56e Initial commit 2016-06-27 20:20:08 +01:00