Hey, all. Just thought I'd share a small success. With some help from Joe Z, I've begun implementing IVoice in Nostalgia. It's at the point where it ...
Joe Fisher
joefish75@...
Oct 7, 2004 12:05 am
4006
All, I've just tried the IntyOS demo running under the Bliss applet on my new laptop. While it does not really crash, it's very, very slow. More precisely: it...
... The Java port of Bliss always seems slow on a 400Mhz G3 Powerbook with 128MB of RAM running OS X 10.3.5, whether I am using the Java program directly, or...
... wrote: Hi John, Thanks for your feedback! ... Ok. So, it's jerky, right? That may be more a sync issue than a CPU power issue. ... I think 400Mhz should be...
Arnauld, just tested it an it runs fine. I was able to open up every tool and play the Stonix music. The music is choppy but plays at the right speed. I also...
... Strange... I've just tried it on my main box (XP, SP2, IE6, P4 3Ghz) and it's behaving the same way than on the laptop. I *think* it was working correctly...
Hi there! ... The voting just started. It's a public voting, everyone can register an account, download the votepack and submit a fair judgement of all entries...
I'm having some trouble with this game on Nostalgia. Has anyone tried it on other emulators or with the Intellicart? -JoeFish ... From: "Manuel Rotschkar"...
Joe Fisher
joefish75@...
Oct 12, 2004 2:08 pm
4014
... I've to admit I was too lazy to test it with the Intellicart. But it's working fine on jzIntv and Kinty. What kind of problems do you have? Make sure...
... Yup, I just tried it and I can verify that it works fine here under Linux. (I haven't fired up the laptop yet, though I should.) Once I get the laptop up...
Arnauld, I just gave it a whirl in Nostalgia, and I noticed a couple things: -- It appears Nostalgia's powerup state for the hardware scroll registers doesn't...
It's very strange. With both the rom and bin versions, I get odd behavior. On the title screen, it appears that the text is shifted down to the right, and the...
Joe Fisher
joefish75@...
Oct 12, 2004 4:14 pm
4019
... Oops. I don't have the source code with me right now, but I think I'm probably not initializing all STIC's registers at startup (including border...
... I think you're powering up w/ the horiz/vert registers all-1s, aren't you? ... It doesn't lock up for me--it just switches to color-stack mode. I also...
... Yes. That explains perfectly the 1st bug Joe F. has described. ... Weird. I think I'm doing a call to the Exec, there, to wait for a key to be pressed and...
... Aha. The power-up state of the RAM may be the culprit here, then. Since you don't let the EXEC complete its initialization, it might be switching you to...
... That makes sense. But I think the routine is $14C3, which should just shake the random generator while waiting for something to be pressed and released on...
... blockColumn = ((memory[0x0032] & 0x0001) != 0); blockRow = (([memory0x0032] & 0x0002) != 0); At startup, all RAM is initialized to 0xFFFF, so yes, they...
Joe Fisher
joefish75@...
Oct 12, 2004 5:54 pm
4025
Joe, Since the game's mapped to $4800 - $4FFF, it should never even be executing at $7A26. The game crashed before it got to this interrupt handler. --Joe ......
... Good point. :) I've taken a much more in-depth log - it's about 55kb zipped, so I won't post it to the list unless someone's interested in seeing it. Once...
Joe Fisher
joefish75@...
Oct 12, 2004 8:46 pm
4027
... I think it's RAM initialization, specifically that Nostalgia inits to all 1s, and jzIntv/Kinty both init to all 0s. Arnauld, see if you agree. Here's...
... First off - wonderful work! I love it! The game operates fine on the Intellivision via an intellicart. However, there are two cosmetic glitches that occur:...
Joe, ... Yes, it is. ... I still don't have the final version of the source code handy, but the faulty code you're describing in your analysis of the crash...
Ryan, Thank you for your feedback. I'll make sure to test the next version on the real thing and different emulators. Maybe it would be worth adding an option...
... I don't know about in the regular emulator, but that'd certainly be a fine addition to Nostalgia's debugger. I use it to test all of my engine code, since...
Joe Fisher
joefish75@...
Oct 13, 2004 12:57 pm
4032
... That actually wouldn't be a bad idea. I actually added such a feature to one of our simulators at work, to catch program bugs in our benchmark library. I...
... BTW, jzIntv tries to detect this case when you enable the debugger, and enable register history tracking. It should output a message along the lines of...