[Staff] Grayscale Slippy Is in finally finished!
Moderator: MaxCoderz Staff
- driesguldolf
- Extreme Poster
- Posts: 395
- Joined: Thu 17 May, 2007 4:49 pm
- Location: $4080
- Contact:
- Jim e
- Calc King
- Posts: 2457
- Joined: Sun 26 Dec, 2004 5:27 am
- Location: SXIOPO = Infinite lives for both players
- Contact:
What calc do you have? That means that an interrupt isn't being acknowledged, a link interrupt. However the 83+ link interrupt should be disabled, That could only mean that either theres more to it than documented or that its some other hardware.driesguldolf wrote:Ah yes, just as I tought
Yay found another bug:
download the game to your calc and pull the cable while you are playing, the game will hang but the grayscale will stay. Now that bug sounds familiar! Hey Jim e, there's work for ya!
I assume that for the grayscale you use a costum interrupt (IM 2), you are probabely using Jim e's GPP package, I think the bug is a stack overflow caused by outputting the wrong bytes when the interrupt finishes. Jim e once showed me how to handle an isr and I encountered the exact same bug when pulling the cable (the bug is also on wikiti).
Any news?
- driesguldolf
- Extreme Poster
- Posts: 395
- Joined: Thu 17 May, 2007 4:49 pm
- Location: $4080
- Contact:
@kv83: nah, I can't reproduce the bug. But I still have the game file where the bug is 'activated' (if you want it to compare it with the non damaged file).
@Jim e: I have a ti83plus and a ti84plus, I've only been able to check the ti84plus OS2.21 (where the bug happens using the usb connector (the only cable I've checked btw))
I don't know about the other cables or ti83plus (wich I'll be able to test in september (don't ask)).
@Jim e: I have a ti83plus and a ti84plus, I've only been able to check the ti84plus OS2.21 (where the bug happens using the usb connector (the only cable I've checked btw))
I don't know about the other cables or ti83plus (wich I'll be able to test in september (don't ask)).
- Jim e
- Calc King
- Posts: 2457
- Joined: Sun 26 Dec, 2004 5:27 am
- Location: SXIOPO = Infinite lives for both players
- Contact:
Sorry I haven't been around as much, Thats not really a bug as much as it is simply not supporting the hardware your running on.
Since its a usb interrupt, you need to disable usb hardware. I happen to know the portthat controls usb interrupts but I don't suggest using it since it may be subject to change.
There should be a bcall for it, but I forget what it is. In any case, thats something that should be handled at shell level. So in other words, just don't have the cable plugged in when you're running your programs.
Since its a usb interrupt, you need to disable usb hardware. I happen to know the portthat controls usb interrupts but I don't suggest using it since it may be subject to change.
There should be a bcall for it, but I forget what it is. In any case, thats something that should be handled at shell level. So in other words, just don't have the cable plugged in when you're running your programs.