Compare commits

...

3 Commits

Author SHA1 Message Date
ArthurFerreira2 4c353ac536
Delete .gitignore 2022-04-02 00:24:03 +02:00
ArthurFerreira2 b1585d8e36
Update README.md 2022-04-02 00:22:36 +02:00
ArthurFerreira2 761d4e9435
Update README.md 2022-04-02 00:21:52 +02:00
2 changed files with 3 additions and 35 deletions

32
.gitignore vendored
View File

@ -1,32 +0,0 @@
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app

View File

@ -1,13 +1,13 @@
# puce65c02
puce65c02, a WDC 65c02 cpu emulator focusing on accuracy and performance
runs at ~1Ghz on a modern computer
runs at ~1Ghz on a modern computer
powers reinette IIe : https://github.com/ArthurFerreira2/reinetteIIe
### tests
I left the test and timing routines I used during developpement
I left the test and timing routines I used during developpement
you can use them to verify accuracy :
Theses tests require `6502_functional_test.bin` and `65C02_extended_opcodes_test.bin` which you can get from https://github.com/Klaus2m5/6502_65C02_functional_tests
Theses tests require `6502_functional_test.bin` and `65C02_extended_opcodes_test.bin` which you can get from https://github.com/Klaus2m5/6502_65C02_functional_tests
and `timingtest-1.bin` I got from BigEd at http://forum.6502.org/viewtopic.php?f=8&t=3340
### compile and run :