User Activity

  • Posted a comment on ticket #2146 on VICE

    Thanks!

  • Created ticket #2146 on VICE

    c1541 can't read REL files

  • Posted a comment on discussion Open Discussion on Small Device C Compiler (SDCC)

    Does anyone know how to persuade sdcc to generate the classic text/initialized data/bss memory image, where values are initialized directly into the _INITIALIZED segment, so that I don't need to memcpy from the _INITIALIZER segment? The context is that I want to generate CP/M binaries, where my entire program is loaded into RAM, so having the manual memcpy stage just wastes disk space (and makes my runtime setup much more complex).

  • Posted a comment on discussion Open Discussion on Small Device C Compiler (SDCC)

    Hello, I'm trying to generate Z80 boot images for the Amstrad NC200. The format requires particular magic values to be scattered at specific address throughout the first 8kB of the image, but it doesn't care about what else there is. So, to save space, I want to place my code in the gaps between magic values. The naive approach, which is to put my magic values in ABS sections and then tell the linker to place REL sections in the same place, doesn't work: the linker happily places them both in the...

  • Posted a comment on discussion General Discussion on Open Camera

    Hello, I'm using Open Camera for making workbench recordings. I want to use consistent focus, zoom, exposure etc so I can do multiple takes and edit them together without too much pain. However, I'm finding that Open Camera keeps resetting the camera settings whenever it gets put into the background (and when the screen's turned off when it's not actually recording): zoom gets reset to 100%, exposure becomes variable, etc. (Although, interestingly, fixed focus remains set.) Is there any way to make...

View All

Personal Data

Username:
dtrg
Joined:
2000-07-27 11:22:02

Projects

This is a list of open source software projects that David Given is associated with:

Personal Tools