Post Reply 
TI-59 Emulator
06-14-2014, 07:37 AM
Post: #33
RE: TI-59 Emulator
(06-14-2014 06:00 AM)HrastProgrammer Wrote:  
(06-13-2014 07:27 PM)prino Wrote:  I can send the dumps of the last six.

That's fine with me.
Check your email Wink

Quote:
Quote:1) hardcopy of PC-100 printout in PNG format would be nice

Maybe. I planned to implement output to the real Windows printer first, it will be much more useful to me. But, right now, the development of TI-59E for HP-48/49 has priority.
No problem. Will the windows printer format be faithful, i.e. support Graphics Mode?

Quote:
Quote:2) use the same formats for memory and listings and modules as Willibald, so that things can be moved from one emulator to the other

Won't gonna happen. My emulator is in no way connected to the other one and it would be a little strange that I have to change my format to support the emulator which I don't even have (and which, to my knowledge, isn't available anywhere).
I wish you and him could work together.

Quote:
Quote:3) I think Graphics mode prints too many dots

Can you elaborate more on this? I am not too familiar with graphics mode - at that time I didn't have TI-59 and much later, when I was finally able to buy one, it was without printer. Browsing through TI PPC notes I got the feeling that only 3 top rows are printed in graphics mode, and that's how I implemented it.
No, the number of dots depends on the location of hexcode 1F. The closer it's located to step 000 (with the restriction that it can only be on steps 0 mod 8), the fewer dots are printed.

Quote:
Quote:4) Allow tracing and SST of microcode and internal registers

Tracer and debugger are implemented and will be enabled in this emulator after I finish TI-59E for HP-48/49.

Without tracer it wouldn't be possible to develop the emulator - endless hours of browsing through thousands of trace lines in search for "illogicalities" etc.

The device Hynek made was helpful as well ... He was able to put some instructions starting from the address $1800, let the real TI-59 CPU execute them and catch the result on display - register A only and not all digits, but nevertheless it helped me to resolve some details like BCD correction which weren't exactly clear from the patents.
That's very nice! FWIW, I still haven't figured out how to enable tracing in the TI-95E. (Shame on me...)

Quote:
Quote:5) Probably doesn't need changing, modules can have up to 10,000 steps, and can use hexcodes

Yes, this ROM is BCD addressed and can go from 0000 to 9999, each location $00..$FF.
Which would nicely allows you to see the results of putting the CLR OP 05 '1F' RTN code for Graphics Mode at any location >= 004 and observe the number of dots printed, although only with a CROM emulator and a real TI-59/PC100 setup the exact image to be emulated could be created.

Quote:
Quote:6) maybe already there, allow saving of raw memory, *with* hexcodes (Willibald's emulator allows this

What do you mean by "allow saving of raw memory"? TI59E.RAM file already contains "raw memory".
Didn't notice the TI59E.RAM file, was running from the ZIP so it must have been deleted after closing, I've now seen it.

Quote:
Quote:And off-topic, I've not done anything about the TI-95 emulator for months ...

In regard to TI-95E ... I got TI-74 ROM some time ago and modified TI-95E to work with this ROM but it didn't boot so I gave up. But, after I fixed that MOVD IND bug a few months ago, I ported this fix to TI-74E and it started to work! I have yet to emulate TI-74 display and keyboard though. So, there is a chance to have TI-74E in the future. But, as I said - the development of TI-59E for HP-48/49 has priority at the moment Wink

Not that interested in it. Could probably provide you with the TI-74 Pascal Module once I get a working PC Interface.

Robert AH Prins
robert.ah.prins @ the 17+Gb Google thingy
No programming here :)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
TI-59 Emulator - prino - 01-09-2014, 11:51 PM
RE: TI-59 Emulator - Maximilian Hohmann - 01-10-2014, 01:21 PM
RE: TI-59 Emulator - prino - 01-10-2014, 08:48 PM
RE: TI-59 Emulator - HrastProgrammer - 01-11-2014, 09:35 AM
RE: TI-59 Emulator - prino - 01-11-2014, 04:31 PM
RE: TI-59 Emulator - HrastProgrammer - 01-11-2014, 05:06 PM
RE: TI-59 Emulator - HrastProgrammer - 06-12-2014, 04:51 AM
RE: TI-59 Emulator - Massimo Gnerucci - 06-12-2014, 06:02 AM
RE: TI-59 Emulator - HrastProgrammer - 06-12-2014, 06:19 AM
RE: TI-59 Emulator - Massimo Gnerucci - 06-12-2014, 06:43 AM
RE: TI-59 Emulator - HrastProgrammer - 06-12-2014, 07:11 AM
RE: TI-59 Emulator - Massimo Gnerucci - 06-12-2014, 10:29 AM
RE: TI-59 Emulator - Oulan - 06-12-2014, 09:37 AM
RE: TI-59 Emulator - HrastProgrammer - 06-12-2014, 10:28 AM
RE: TI-59 Emulator - HrastProgrammer - 06-12-2014, 10:39 AM
RE: TI-59 Emulator - Massimo Gnerucci - 06-12-2014, 10:16 PM
RE: TI-59 Emulator - HrastProgrammer - 06-12-2014, 01:34 PM
RE: TI-59 Emulator - pito - 06-12-2014, 09:30 PM
RE: TI-59 Emulator - Marcus von Cube - 06-13-2014, 11:28 AM
RE: TI-59 Emulator - Marcus von Cube - 06-13-2014, 11:45 AM
RE: TI-59 Emulator - HrastProgrammer - 06-13-2014, 12:42 PM
RE: TI-59 Emulator - Marcus von Cube - 06-13-2014, 01:46 PM
RE: TI-59 Emulator - HrastProgrammer - 06-13-2014, 01:58 PM
RE: TI-59 Emulator - Marcus von Cube - 06-13-2014, 02:13 PM
RE: TI-59 Emulator - Marcus von Cube - 06-13-2014, 02:31 PM
RE: TI-59 Emulator - HrastProgrammer - 06-13-2014, 02:37 PM
RE: TI-59 Emulator - Marcus von Cube - 06-13-2014, 03:59 PM
RE: TI-59 Emulator - HrastProgrammer - 06-13-2014, 04:09 PM
RE: TI-59 Emulator - Marcus von Cube - 06-13-2014, 04:55 PM
RE: TI-59 Emulator - HrastProgrammer - 06-14-2014, 10:23 AM
RE: TI-59 Emulator - Marcus von Cube - 06-14-2014, 02:13 PM
RE: TI-59 Emulator - HrastProgrammer - 06-16-2014, 05:22 AM
RE: TI-59 Emulator - Marcus von Cube - 06-16-2014, 06:37 PM
RE: TI-59 Emulator - Marcus von Cube - 06-15-2014, 09:13 AM
RE: TI-59 Emulator - HrastProgrammer - 06-16-2014, 05:24 AM
RE: TI-59 Emulator - Marcus von Cube - 06-16-2014, 06:39 PM
RE: TI-59 Emulator - HrastProgrammer - 06-17-2014, 06:55 AM
RE: TI-59 Emulator - Mark Hardman - 06-13-2014, 05:16 PM
RE: TI-59 Emulator - prino - 06-13-2014, 07:27 PM
RE: TI-59 Emulator - HrastProgrammer - 06-14-2014, 06:00 AM
RE: TI-59 Emulator - prino - 06-14-2014 07:37 AM
RE: TI-59 Emulator - HrastProgrammer - 06-14-2014, 11:38 AM
RE: TI-59 Emulator - HrastProgrammer - 06-16-2014, 05:28 AM
RE: TI-59 Emulator - HrastProgrammer - 06-18-2014, 02:12 PM
RE: TI-59 Emulator - HrastProgrammer - 07-01-2014, 10:44 AM
RE: TI-59 Emulator - Oulan - 08-21-2014, 09:04 PM
RE: TI-59 Emulator - Marcus von Cube - 08-23-2014, 11:47 AM
RE: TI-59 Emulator - Mark Hardman - 08-23-2014, 04:33 PM
RE: TI-59 Emulator - Mark Hardman - 08-23-2014, 04:58 PM
RE: TI-59 Emulator - Bill Zimmerly - 08-23-2014, 05:46 PM
RE: TI-59 Emulator - Oulan - 08-27-2014, 09:21 AM
RE: TI-59 Emulator - Mark Hardman - 08-27-2014, 05:37 PM
RE: TI-59 Emulator - Oulan - 09-10-2014, 07:23 AM
RE: TI-59 Emulator - Oulan - 09-11-2014, 10:52 AM
RE: TI-59 Emulator - Marcus von Cube - 10-01-2014, 03:07 PM
RE: TI-59 Emulator - Mark Hardman - 10-01-2014, 05:35 PM
RE: TI-59 Emulator - Marcus von Cube - 10-01-2014, 08:13 PM
RE: TI-59 Emulator - Oulan - 10-02-2014, 07:00 AM
RE: TI-59 Emulator - dejanr - 06-04-2018, 03:56 AM
RE: TI-59 Emulator - toml_12953 - 06-04-2018, 02:41 PM
RE: TI-59 Emulator - moogthedog - 06-01-2022, 07:47 PM
RE: TI-59 Emulator - Jlouis - 06-03-2022, 08:09 PM
RE: TI-59 Emulator - Gene - 06-03-2022, 11:12 PM



User(s) browsing this thread: 2 Guest(s)