• Please review our updated Terms and Rules here

Search results

  1. C

    Gary Kildall Story

    Excellent YT series:
  2. C

    Trying to identify this mod/bodge on an Atari 800

    Looks like it might be a circuit to make upper RAM write-only, to simulate ROM and defeat cartridge copy protection.
  3. C

    1802 on KIM Uno

    Tetris sometimes shows screen corruption near the top when a new piece appears, though it does not crash. Even though it fits comfortably in RAM, I wondered whether it was addressing more than 1K, so I added a trap to memwrite() and found that it does use a few bytes in pages 7 and 8 for temp...
  4. C

    "Listening" to the PDP-11

    Interesting video. That first bit sounds much like an Atari 810 disk drive loading. The Atari's audio chip also runs the serial disk I/O and so makes audible noise. Coincidentally, Atari used the PDP-11 for the 800's OS development.
  5. C

    1802 on KIM Uno

    Got the VIP ROM from Emma02. Working so far. Need to test more CHIP-8 programs next, or maybe write one.
  6. C

    1802 on KIM Uno

    I was unfairly critical above of the ROM. I was expecting the VIP monitor but what is provided is the Elf monitor IDIOT instead. Apologies. I'll try adding the VIP ROM...
  7. C

    1802 on KIM Uno

    Thanks, @Oscar, I'm enjoying your kit. In the 70s I saw BYTE ads for Elfs and the VIP and wondered about them. Now I can play!
  8. C

    1802 on KIM Uno

    Oops that wasn't the problem Tetris doesn't use Fx. I had to improve my keypad logic to get it to work. Now it does work but the Fx problem remains. How much fun is it playing Tetris though a magnifying glass?
  9. C

    1802 on KIM Uno

    I did so and available program RAM is now over 600 bytes. I loaded the Tetris game and it runs but doesn't respond to keypresses. Looks like the CHIP-8 keypad instructions Ex do work but Fx does not. Turns out that the Monitor ROM was gutted worse than I thought. Not only the character set but...
  10. C

    1802 on KIM Uno

    4. Patching the game was not useful in the long run, so I added the timer logic to scanKeys() instead. Next I'd like to move pages 0 and 1 to Uno ROM to free up RAM for longer CHIP-8 games.
  11. C

    Wanted: Exidy Sorcerer BASIC Cartridge

    You might also want this port of T80-FS1: Thread 'FS1 for Exidy Sorcerer' https://forum.vcfed.org/index.php?threads/fs1-for-exidy-sorcerer.1237688/
  12. C

    Wanted: Exidy Sorcerer BASIC Cartridge

    Nice work! This long-running thread had my project history. You are welcome to post there. Post in thread 'Exidy Sorcerer II Questions' https://forum.vcfed.org/index.php?threads/exidy-sorcerer-ii-questions.49776/post-607415
  13. C

    1802 on KIM Uno

    :)
  14. C

    1802 on KIM Uno

    3. The emulator doesn't reproduce Elf keypad scanning, rather it scans the Uno keys in Arduino code. So flag EF3 never gets set. I had to add some logic to set and clear it in scanKeys(). 4. The emulator does not maintain the timer, probably because the interrupt is not supported. I patched the...
  15. C

    Wanted: Exidy Sorcerer BASIC Cartridge

    Nice. Similar to what I did using the UART: https://forum.pjrc.com/threads/55633-posted-Tape-Simulator-for-Exidy-Sorcerer What command must you enter to load from the parallel port?
  16. C

    1802 on KIM Uno

    Oscar's site says CHIP-8 is too big for the Uno, but it's only 1/2K and Weisbecker's 1978 Rocket game is only 1/8K, so they should fit. I found those binaries among Emma's files and put them in place of the Seconds demo code (#5). Doesn't run. I found 3 problems: 1. CHIP-8 expects RAM size in...
  17. C

    1802 on KIM Uno

    I bought a KIM Uno from Oscar at VCFMW years ago. I just retired and finally found the time to build it. I'm running his 1802 Pixie code with a SSD1315 OLED and find that the page displays are shifted up 4 rows with wrap-around. I added this kludge to the paintscreen() inner loop: uint8_t a =...
  18. C

    8gb TURNS INTO 64gb!

    32 millibits? Not really a useful amount of memory.
  19. C

    Wanted: Exidy Sorcerer BASIC Cartridge

    Connection list attached below. Alternate mod for on-board BASIC ROM (untested): https://forum.vcfed.org/index.php?threads/exidy-sorcerer-ii-questions.49776/post-682385
Back
Top