fxdoc/emulator
Lephenixnoir 6e4cfcf940
list-registers.c: also list input/output pins, and emulator settings
2022-03-07 20:28:36 +00:00
..
.gitattributes CPU73050: remove home lines (hopefully made it automatic) 2020-06-26 17:38:02 +02:00
.gitignore remove the Cutter project, now using Ghidra 2022-03-07 20:24:07 +00:00
Makefile CPU73050: add the data extractor program 2020-06-27 21:16:25 +02:00
README.md remove the Cutter project, now using Ghidra 2022-03-07 20:24:07 +00:00
list-registers.c list-registers.c: also list input/output pins, and emulator settings 2022-03-07 20:28:36 +00:00

README.md

Obtaining CPU73050.elf

First extract CPU73050.dll from the emulator's files. Then use objdump:

% objdump CPU73050.dll -O elf32-i386 CPU73050.elf

Git filter for Cutter projects

Note: currently unused.

Add the following entries to the repositor's configuration to have Git automatically ignore the lines with /home in the project file.

% git config --local filter.remove-home-lines.clean 'sed "/\/home\// d"'
% git config --local filter.remove-home-lines.smudge cat