Donald Haase
Donald Haase
To not create a lot of needless traffic I was pondering how to only send if a beep/rumble were still in progress on shutdown. It doesn't seem like there's any...
This should be partially fixed, the `KM_DBG_VERBOSE` case at least, via #599. Without knowing *when* it broke, it's difficult to tell exactly the cause, but yes it basically was that...
> https://github.com/KallistiOS/KallistiOS/blob/master/kernel/arch/dreamcast/hardware/network/broadband_adapter.c#L520-L521 > > Not sure that's your problem (didn't test) but it doesn't look very good either. Tested with that and it makes no difference, though it is clearly...
> Missing some dashes in makefile Thanks. Not sure this would ever actually be committed though. The point is more to have a standing demo to get some community support...
Updated the example to avoid the underflow and performed various tests. Was unable to recreate the original issue. Don't think it's really worthwhile to add this as its own example...
So, one thing I can point out is that if you disable `/dev/` then navigating to the devices under `/dev/` will be broken. I think if we do make it...
Had gone over these changes before, and it looks fine. Just needs rebasing and the changelog adjusted to 2.2.0
Have not been able to recreate the freezes since some time after it was first reported. Leaving open to perhaps fix up the rumble example in similar ways to in...
> The DMA was disabled in commit [44a62b4](https://github.com/KallistiOS/KallistiOS/commit/44a62b490650c4da1fd386da594204aded37e9e1) (very old commit) due: > > > XXX: DMA Mode may conflict with using a second G1ATA device. More testing is needed...
After the whole chunk of research with #599 I think this needs some minor readjustment. Instead of adding the `...` param to the current `bfont_draw_str`, I think it should be...