Skip to content

remove dead code and non-source files#256

Open
fesh0r wants to merge 3 commits intostardot:masterfrom
fesh0r:am/dead-code
Open

remove dead code and non-source files#256
fesh0r wants to merge 3 commits intostardot:masterfrom
fesh0r:am/dead-code

Conversation

@fesh0r
Copy link
Copy Markdown
Contributor

@fesh0r fesh0r commented Jan 15, 2026

This pull request removes a lot of dead code and non-source files from external sources and b-em:

  • ARMulator: lots of debug interface headers, a copy of the fpe, and no longer used bag.c This ended up being an exact copy of a BeebEm commit stardot/beebem-windows@27da36a which i found after the fact
  • resid-fp: unused build system and binary dat files
  • Musahi: compiled linux binary of m68kmake.c

Changes to b-em itself are as follows:

  • remove now unused tsearch implementation
  • remove unused remnants of old linux and windows gui and resources
  • remove ttxfont.h that is now part of m7makechars.c
  • remove remaining uses of x_fopen and asprintf, these are all in debug code for writing various dump files

All up this removes around half a meg of files

remove unused headers and files from ARMulator
remove unused files from resid-FP
remove compiled binary from Musahi
remove old linux gui
remove old windows resources
remove ttxfont.h
remove unused tsearch
all in debug code so exiting on error not helpful
also remove asprintf as now unused
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant