1
0
mirror of https://github.com/makarcz/vm6502.git synced 2024-06-01 05:41:27 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
Marek Karcz
d99ed03232 Update.
I am not sure what happend. GitHub broke this file.
2016-03-14 00:37:00 -04:00
Marek Karcz
ea6703081e Merge remote-tracking branch 'origin/master'
# Conflicts:
#	microchess.asm
2016-03-14 00:32:12 -04:00
Marek Karcz
32f2b2d12c Version 2.0
New features. Bug fixes.
2016-03-14 00:28:53 -04:00
Marek Karcz
3c39e70acb Delete microchess.o
Object deleted.
2016-03-13 23:07:54 -04:00
Marek Karcz
af5f3bed98 microchess
Syntax error fixed.
2016-03-13 23:06:52 -04:00
Marek Karcz
67f1a62596 Version 2.0
Version 2.0, full emulation of 6502 op-codes, fully tested and functional. Extended description in ReadMe file. Bin2Hex tool to convert binary images to memory definition format. Microchess, EhBasic added.
2016-03-13 19:12:14 -04:00
makarcz
0dd5a0299f Virtual Machine 6502
This is the initial development of VM6502 project. Initially it is a VM
emulating MOS 6502 opcodes, but in the future my intention is to use the
free illegal opcodes to extend its functionality.
2016-02-20 18:14:25 -05:00
makarcz
aebd9ed8ac 🎪 Added .gitattributes 2016-02-20 18:11:01 -05:00