Search found 8 matches
- Wed Sep 08, 2021 5:52 am
- Forum: Official Announcements
- Topic: Change of product direction, good and bad news!
- Replies: 772
- Views: 314260
Change of product direction, good and bad news!
I'm a little late to the party, but I figured I might as well yell my thoughts into this void. I have no problems with you dropping the case, especially if it's going to be a big issue. If things change in the future, I may be interested in buying the case separately if it is something where the fi...
- Wed May 19, 2021 2:03 am
- Forum: Video/Podcast talk
- Topic: New demo uploaded: AES X16
- Replies: 1
- Views: 958
New demo uploaded: AES X16
<div class='ipsAreaBackground_light ipsPad'> <h3 class='ipsType_sectionHead'>AES X16</h3> <a href="https://www.commanderx16.com/forum/index.php?/files/file/186-aes-x16/" class='ipsButton ipsButton_primary ipsButton_fullWidth ipsButton_small'> View File </a> <hr class='ipsHr'> <div class='ipsType_no...
- Tue May 18, 2021 12:36 am
- Forum: Programming
- Topic: Is there a public license for the Mode4/Mode7 demo source files?
- Replies: 0
- Views: 2958
Is there a public license for the Mode4/Mode7 demo source files?
I'm specifically referring to the files here: <a href="https://github.com/commanderx16/x16-demo/tree/af282c208c89400b64a977de91e31ec7031b2807/assembly" rel="external nofollow">https://github.com/commanderx16/x16-demo/tree/af282c208c89400b64a977de91e31ec7031b2807/assembly</a> I was using the mode7-b...
- Fri Apr 16, 2021 9:56 pm
- Forum: Video/Podcast talk
- Topic: New demo uploaded: Noise X16
- Replies: 0
- Views: 1331
New demo uploaded: Noise X16
<div class='ipsAreaBackground_light ipsPad'> <h3 class='ipsType_sectionHead'>Noise X16</h3> <a href="https://www.commanderx16.com/forum/index.php?/files/file/172-noise-x16/" class='ipsButton ipsButton_primary ipsButton_fullWidth ipsButton_small'> View File </a> <hr class='ipsHr'> <div class='ipsTyp...
Noise X16
<p> This program simulates TV static using the X16's bitmap mode. </p> <p> This program generates a 320x240@4bpp static effect at just over 26 fps. In other words, it generates just shy of 2 million pixels per second, or uses about 4 clock cycles per pixel. </p> <p> You can check out the source code...
- Tue Apr 13, 2021 3:34 am
- Forum: CX16 General Chat
- Topic: How is the new zero page banking supposed to work?
- Replies: 3
- Views: 3517
How is the new zero page banking supposed to work?
That makes a lot of sense. I wouldn't suggest making <strong>all</strong> the ZP be IO, and wouldn't even suggest placing the entire 32 byte VERA IO in the ZP, as I understand how useful the ZP is. The furthest I'd consider doing is suggesting <em>mirroring</em> the two data ports (VERA_DATA0 and V...
- Mon Apr 12, 2021 11:47 pm
- Forum: CX16 General Chat
- Topic: How is the new zero page banking supposed to work?
- Replies: 3
- Views: 3517
How is the new zero page banking supposed to work?
I had checked out the project back in late 2019 (after the part 2 video was posted), but stopped paying attention as I got busy with real life. I recently thought about the project and decided to see how it was going. I had done some programming using the emulator back in 2019, so I checked out wha...