From 4a89cf06fc3ab3c7e45cc9f3e89e5e41fe2abb54 Mon Sep 17 00:00:00 2001 From: cyneprepou4uk Date: Sun, 24 Oct 2021 01:01:58 +0300 Subject: [PATCH] Update readme.md --- readme.md | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/readme.md b/readme.md index 438963fb..2d2b7cea 100644 --- a/readme.md +++ b/readme.md @@ -1,21 +1,15 @@ -# fceux [![Build status](https://ci.appveyor.com/api/projects/status/github/TASEmulators/fceux?branch=master&svg=true)](https://ci.appveyor.com/project/zeromus/fceux) +# Fork description -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. +A hacked Trace Logger to produce special log files for my disassembler. -## Builds and Releases +## Download latest Windows 32 version -Interim builds: -* Win32: [fceux.zip](https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux.zip?branch=master&job=Windows%2032) -* Win64: [fceux64.zip](https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux64.zip?branch=master&job=Windows%2064) -* Win64 Qt/SDL: [qfceux64.zip](https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/qfceux64.zip?branch=master&job=Win64%20Qt) -* Ubuntu: [fceux-2.5.0-amd64.deb](https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux-2.5.0-amd64.deb?branch=master&job=Ubuntu) -* MacOSX: [fceux-2.5.0-Darwin.dmg](https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux-2.5.0-Darwin.dmg?branch=master&job=MacOS) -* Status: [Appveyor](https://ci.appveyor.com/project/zeromus/fceux/) +https://ci.appveyor.com/project/cyneprepou4uk/fceux/build/artifacts -But you might like mesen more: https://github.com/SourMesen/Mesen - -You should get releases from here: https://sourceforge.net/projects/fceultra/files/ - -That's because github forces us to use tags we don't have for releases. - -2.5.0 is the most recent release but most people are using the autobuilds. +## 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)