Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modified asset files not rebuilt into .rp6502 files #4

Open
patrick-flynn opened this issue Oct 14, 2024 · 0 comments
Open

modified asset files not rebuilt into .rp6502 files #4

patrick-flynn opened this issue Oct 14, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@patrick-flynn
Copy link

Changes made to binary assets (e.g., asset.bin) don't seem to trigger regeneration of the corresponding asset.bin.rp6502 file that is then bundled into the executable sent to the system to run.

Reproduce (Linux):

  1. Clone the "examples" repo
  2. build and run the altair demo, see the vintage picture.
  3. go to the src directory
  4. randomize the altair.dat.bin file, e.g. dd if=/dev/random of=altair.dat.bin bs=57600 count=1
  5. build and run the altair demo, see the same vintage picture.
  6. Delete Cmake Cache and reconfigure
  7. build the altair demo, see the randomized image.
@rumbledethumps rumbledethumps added the help wanted Extra attention is needed label Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants