Kevin Vance

Results 19 comments of Kevin Vance

Confirmed. The linux/windows/mac music player is almost completely different than the dos version. I'm going to look into trying to make the former work more like the latter.

This looks to have been broken ever since the switch from SDL 1 to 2. The music player loops without ever handing control over to `getch()`, which is where we...

Yeah ROML/ROMH were convenient for this project so I didn't have to monitor R/W, PHI2, and BA. Are there designs you know of where the Pico's internal GPIOs are used?...

The "2 Picos duct taped together" idea tumbled around in my brain this week. With one Pico for the control signals and the data bus, and another for the address...

I was able to get this to run on a GPU using the theano backend. 1. Get pygpu to work. This was terrible both on windows and linux. Here's what...

This particular design is only capable of emulating a ROM, so you're limited to reading from its memory and using the USB serial port on the Pico as I/O. My...

Oh that's a good point, I didn't think this would break existing workflows. I'll revert to the previous behavior for text tiles in the next one.

The previous behavior was restored in 8ed72d56eae61a99ecace6fef604f1e31ea1abb7, and the tile info dialog shows the character selector for text tiles in 150f63dfbc67e3c366a6e42925d9d2a947e38e2b. [Build 56](https://github.com/cknave/kevedit/actions/runs/6921557149) for as long as GitHub keeps it...

Hey you're right. I'm not sure if this is a regression or if we never supported changing drives.