From 6fa34fa2d7baeccd0932bcf18b1740e94cfd0be0 Mon Sep 17 00:00:00 2001 From: Cyneprepou4uk Date: Sat, 29 Jan 2022 17:58:57 +0300 Subject: [PATCH] Update readme.md --- readme.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/readme.md b/readme.md index e8f38a7a..05484b24 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,21 @@ +# Fork description + +A hacked Trace Logger to produce special log files for my disassembler. + +## Download latest Windows 32 version + +https://ci.appveyor.com/project/cyneprepou4uk/fceux/build/artifacts + +## Changed files +* [src\asm.cpp](https://github.com/cyneprepou4uk/fceux/blob/master/src/asm.cpp) +* [src\asm.h](https://github.com/cyneprepou4uk/fceux/blob/master/src/asm.h) +* [src\debug.cpp](https://github.com/cyneprepou4uk/fceux/blob/master/src/debug.cpp) +* [src\debug.h](https://github.com/cyneprepou4uk/fceux/blob/master/src/debug.h) +* [src\drivers\win\tracer.cpp](https://github.com/cyneprepou4uk/fceux/blob/master/src/drivers/win/tracer.cpp) +* [src\drivers\win\tracer.h](https://github.com/cyneprepou4uk/fceux/blob/master/src/drivers/win/tracer.h) + + + # fceux [![Build status](https://ci.appveyor.com/api/projects/status/github/TASEmulators/fceux?branch=master&svg=true)](https://ci.appveyor.com/project/zeromus/fceux) An open source NES Emulator for Windows and Unix that features solid emulation accuracy and state of the art tools for power users. For some reason casual gamers use it too.