Search found 3 matches
- Tue Oct 29, 2024 11:31 am
- Forum: Games
- Topic: Zork and ZIL based text adventures
- Replies: 2
- Views: 511
Zork and ZIL based text adventures
This may be old news, but I wanted to play Zork on the X16 and couldn't find it here. Anyway, there is a online tool that will compile the ZIL code into X16 code. You just choose which game you want, set some options and download the game. Worked nicely for Zork 1 at least, and there are a few other...
- Tue Mar 14, 2023 4:48 am
- Forum: CX16 General Chat
- Topic: X16 keycap stickers
- Replies: 15
- Views: 6377
Re: X16 keycap stickers
Anyone has this keycap stickers image stored. Seems to be missing from the post.
- Wed Jan 18, 2023 8:57 pm
- Forum: CX16 Hardware Support
- Topic: VERA vram -> vram copies on overlapping addresses not working?
- Replies: 6
- Views: 6728
Re: VERA vram -> vram copies on overlapping addresses not working?
Can you post the code? I like to look into this once I get my HW up and running.
I suspect it could be caused by line 136 in top.v of the VERA verilog code:
Which looks for address bus changes for triggering data reads.
I suspect it could be caused by line 136 in top.v of the VERA verilog code:
Code: Select all
always @* case (extbus_a)