Skip to content

Commit

Permalink
Version 2.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
makarcz committed Mar 13, 2016
1 parent 0dd5a02 commit 67f1a62
Show file tree
Hide file tree
Showing 64 changed files with 55,712 additions and 7,201 deletions.
Binary file added 6502_func_test.bin
Binary file not shown.
856 changes: 856 additions & 0 deletions 6502_func_test.dat

Large diffs are not rendered by default.

14,236 changes: 14,236 additions & 0 deletions 6502_func_test.lst

Large diffs are not rendered by default.

6,011 changes: 6,011 additions & 0 deletions 6502_functional_test.asm

Large diffs are not rendered by default.

124 changes: 62 additions & 62 deletions BCDCodes.dev
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
[Project]
FileName=BCDCodes.dev
Name=BCDCodes
Type=1
Ver=2
ObjFiles=
Includes=
Libs=
PrivateResource=
ResourceIncludes=
MakeIncludes=
Compiler=
CppCompiler=
Linker=
IsCpp=0
Icon=
ExeOutput=
ObjectOutput=
LogOutput=
LogOutputEnabled=0
OverrideOutput=0
OverrideOutputName=
HostApplication=
UseCustomMakefile=0
CustomMakefile=
CommandLine=
Folders=
IncludeVersionInfo=0
SupportXPThemes=0
CompilerSet=3
CompilerSettings=0000000100000000000000000
UnitCount=1

[VersionInfo]
Major=1
Minor=0
Release=0
Build=0
LanguageID=1033
CharsetID=1252
CompanyName=
FileVersion=
FileDescription=Developed using the Dev-C++ IDE
InternalName=
LegalCopyright=
LegalTrademarks=
OriginalFilename=
ProductName=
ProductVersion=
AutoIncBuildNr=0
SyncProduct=1

[Unit1]
FileName=bcd.c
CompileCpp=0
Folder=
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=

[Project]
FileName=BCDCodes.dev
Name=BCDCodes
Type=1
Ver=2
ObjFiles=
Includes=
Libs=
PrivateResource=
ResourceIncludes=
MakeIncludes=
Compiler=
CppCompiler=
Linker=
IsCpp=0
Icon=
ExeOutput=
ObjectOutput=
LogOutput=
LogOutputEnabled=0
OverrideOutput=0
OverrideOutputName=
HostApplication=
UseCustomMakefile=0
CustomMakefile=
CommandLine=
Folders=
IncludeVersionInfo=0
SupportXPThemes=0
CompilerSet=3
CompilerSettings=0000000100000000000000000
UnitCount=1
[VersionInfo]
Major=1
Minor=0
Release=0
Build=0
LanguageID=1033
CharsetID=1252
CompanyName=
FileVersion=
FileDescription=Developed using the Dev-C++ IDE
InternalName=
LegalCopyright=
LegalTrademarks=
OriginalFilename=
ProductName=
ProductVersion=
AutoIncBuildNr=0
SyncProduct=1
[Unit1]
FileName=bcd.c
CompileCpp=0
Folder=
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=
8 changes: 8 additions & 0 deletions BCDCodes.layout
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Editors]
Order=0
Focused=0
[Editor_0]
CursorCol=1
CursorRow=34
TopLine=1
LeftChar=1
62 changes: 62 additions & 0 deletions Bin2Hex.dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[Project]
FileName=Bin2Hex.dev
Name=Bin2Hex
Type=1
Ver=2
ObjFiles=
Includes=
Libs=
PrivateResource=
ResourceIncludes=
MakeIncludes=
Compiler=
CppCompiler=
Linker=
IsCpp=0
Icon=
ExeOutput=
ObjectOutput=
LogOutput=
LogOutputEnabled=0
OverrideOutput=0
OverrideOutputName=
HostApplication=
UseCustomMakefile=0
CustomMakefile=
CommandLine=
Folders=
IncludeVersionInfo=0
SupportXPThemes=0
CompilerSet=3
CompilerSettings=0000000100000000000000000
UnitCount=1

[VersionInfo]
Major=1
Minor=0
Release=0
Build=0
LanguageID=1033
CharsetID=1252
CompanyName=
FileVersion=
FileDescription=Developed using the Dev-C++ IDE
InternalName=
LegalCopyright=
LegalTrademarks=
OriginalFilename=
ProductName=
ProductVersion=
AutoIncBuildNr=0
SyncProduct=1

[Unit1]
FileName=bin2hex.c
CompileCpp=0
Folder=
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=

8 changes: 8 additions & 0 deletions Bin2Hex.layout
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Editor_0]
CursorCol=26
CursorRow=111
TopLine=28
LeftChar=1
[Editors]
Order=0
Focused=0
Loading

0 comments on commit 67f1a62

Please sign in to comment.