Skip to content

dpt/8BitAnalysers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spectrum Analyser

ci status

Home Page

https://colourclash.co.uk/spectrum-analyser/

Getting Started

Clone project:

git clone --recursive https://github.com/TheGoodDoktor/8BitAnalysers

Building

cd Source/ZXSpectrum
mkdir build
cd build
cmake ..

Then for Linux/Mac:
make

For windows a solution will be built in the build folder

Running

Copy imgui.ini from the Data/SpectrumAnalyser folder into your working dir.

Configuring

You will need to tell Spectrum Analyser where to find the files.
When you first run the program a globalconfig.json will be created in the working dir.
Edit the following fields in the globalconfig.json file:
"WorkspaceRoot": "path/to/workspace"
"SnapshotFolder": "path/to/snapshots"
"PokesFolder": "path/to/pokes"

The workspace folder is where the analysis files will be stored.
The snapshot folder is where you store your games (.z80, .sna)
The pokes folder is where your .pok files are stored

C64 Analyser

ci status
This is very much work in progress and shouldn't be considered usable at this time....

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 60.4%
  • C 38.6%
  • Other 1.0%