Page 74 of 91

Posted: Sat 27 May, 2006 9:46 pm
by CDI
hmm... few things came to mind

Could it be possible to emulate 83+SE speed?
When I make it go reallyreallyfast and I take a SS, why isn't the SS really really fast?
What about the 86?

Posted: Sat 27 May, 2006 10:22 pm
by CoBB
The screenshot and the warp mode are completely independent, that's why.

Posted: Sun 28 May, 2006 11:12 am
by kv83
CoBB wrote:The screenshot and the warp mode are completely independent, that's why.
which is in fact only logical :)

Posted: Sun 28 May, 2006 12:57 pm
by KermMartian
CoBB wrote:I see. You don't initialise the key port by sending $ff first.
Ah, pwnsome. Thank you CoBB and JimE.

Posted: Wed 31 May, 2006 1:20 pm
by CoBB
By the way, if any of you are interested, you can read my thesis here. I can't say I'm really satisfied with it, but it was mostly done in a rush (and still submitted late :roll:).

Posted: Thu 01 Jun, 2006 7:30 am
by threefingeredguy
I stopped after about 20 pages, but it was good.

Posted: Thu 01 Jun, 2006 7:39 am
by CoBB
Then you already read more of it than me. :lol:

Posted: Thu 01 Jun, 2006 7:21 pm
by pacHa
Hmm, the subject is pretty interesting :)
I may read it...when I have time

Posted: Thu 01 Jun, 2006 9:47 pm
by L4E_WakaMol-King
What kind of VTI save states does PTi support? Is there a way to save the state in PTi?

Posted: Thu 01 Jun, 2006 9:50 pm
by CoBB
PTI saves the state when you exit it—obviously, since it picks up where you left next time you run it; these are the .pti files that appear next to the respective ROM images. You can also use the .sav files that VTI produces: load the corresponding ROM image first in a slot, then drop the .sav file onto that slot.

Posted: Thu 01 Jun, 2006 10:44 pm
by Jim e
Hmmm I found a bug I think. When I was adjusting the hieght of the lcd group and hex view it automatically set the top of the lcd group to the bottom of the debugger.

Posted: Fri 02 Jun, 2006 12:15 am
by L4E_WakaMol-King
I keep getting an "Unsupported VTI save state" error. :?

Thought I think I have found a work around... I just got the calc to the state I always want it at when I start, and made the .pti file read-only. Yay for cheating. :D

Posted: Fri 02 Jun, 2006 3:22 am
by anykey
74 pages...
HOLY CRAP.

Posted: Sat 03 Jun, 2006 5:31 pm
by CoBB
L4E_WakaMol-King wrote:I keep getting an "Unsupported VTI save state" error. :?
Oh, yes, I just checked the code, and it will only accept 82 and 83 states (but recognise 83+ ones as well). I'll see what I can do.

By the way, I fixed the positioning bug Jim mentioned. Actually, it's an utter miracle that the whole thing worked so far. :roll:

Posted: Tue 06 Jun, 2006 10:41 am
by benryves
PTI doesn't seem to like sending files flagged as archived (the two 'unknown' bytes after the variable name, usually 0x00,0x00 are 0x80,0x00 when sending an archived variable). Is this by design or is it error trapping assuming a corrupted file?