User Activity

  • Posted a comment on ticket #434 on VICE

    based on FPGATED $FF10 MSB and $FF1E LSB act differently from other unused bits and always return 0. This is the last iteration of the test , now checking for all registers. If someone could run this on a real machine and confirm it's green it would be possible to fix VICE code accordingly.

  • Posted a comment on ticket #434 on VICE

    A more comprehensive test, checks (almost) all registers. For registers $10 and $1e yape behaves differently from what's expected so I left the tests commented out.

  • Posted a comment on ticket #191 on VICE

    Alpharay in game is broken too. It writes to $FF1E but there is also something else wrong in the bottom half of the screen.

  • Created ticket #434 on VICE

    TED $FF14 unused bits

  • Created ticket #2249 on VICE

    TED debugging won't compile

  • Posted a comment on ticket #191 on VICE

    This random change fixes Sweet DFLI, so it looks like a timing problem (works only with values 8 or 9): --- a/src/plus4/ted-mem.c +++ b/src/plus4/ted-mem.c @@ -720,7 +720,7 @@ inline static void ted1c1d_store(uint16_t addr, uint8_t value) } else { diff = ted.screen_height - new_raster; } - ted.fetch_clk = ted.last_emulate_line_clk + TED_FETCH_CYCLE + diff * ted.cycles_per_line; + ted.fetch_clk = ted.last_emulate_line_clk + TED_FETCH_CYCLE + diff * ted.cycles_per_line + 8; alarm_set(ted.raster_fetch_alarm,...

  • Created a blog post on libsidplayfp

    Released libsidplayfp-3.1.0

  • Created a blog post on libsidplayfp

    Released libresidfp-1.1.1

View All

Personal Data

Username:
drfiemost
Joined:
2009-03-24 08:47:53

Projects

This is a list of open source software projects that Leandro Nini is associated with:

  • Project Logo ChipSynth Chip style MIDI synthetizer Last Updated:
  • Project Logo Fox Audio Player Simple and cross-platform music player. Last Updated:
  • Hurrican   Last Updated:
  • Project Logo libsidplayfp A library to play Commodore 64 music derived from libsidplay2 Last Updated:

Personal Tools