Intymike Posted December 13, 2017 Share Posted December 13, 2017 Absolute spectacular!!!! 2 Quote Link to comment Share on other sites More sharing options...
+Lathe26 Posted December 13, 2017 Share Posted December 13, 2017 Now for some of the more techie tests... "csumexec" ROM (posted earlier in this thread, thanks) results are below. The 0400-04FF does not match the expected 'e151aab2' and 2000-2FFF does not match the expected '43c145e1' that the full Tutorvision would show. In fact, the ranges that start with 2000, 7000, and E000 (which are all used by the ECS that is not installed) have the same value. I presume that 82277125 means the code saw nothing there (read all FFFF). Since 2000-2FFF is empty, this shows my ROM is definitively NOT the WBEXEC (as we already suspected). For comparison, here is csumexec when run in jzintv configured as an original Mattel Intellivision. The results are similar; only the extra RAM at 0400 and the new GROM at 3000 are different from my system, as expected. One thought I had on the 0400-04FF values: since this is run against the extra RAM, might different Tutor Pro systems show different values since the RAM likely has garbage. I haven't checked whether this value changes on each power off/on or reset; I only ran the test once. I would expect jzintv emulator to return a consistent value since it likely consistently initializes all RAM with 0000. This is just a guess... "superpro" ROM (posted earlier in the thread) results are below. There is just a green screen; no "meaningful image" nor trash. Might this ROM have a bug or incompatibility with this system or does solid green mean something? Quote Link to comment Share on other sites More sharing options...
+nanochess Posted December 13, 2017 Share Posted December 13, 2017 I'm pretty surprised of it not working I'm in the dark. Quote Link to comment Share on other sites More sharing options...
+Lathe26 Posted December 13, 2017 Share Posted December 13, 2017 The last techie test I ran was the ROM from Test Cart version 4.1b (the MTE-201 test cart has an older version 3). Summary: Tests fail, but isn't surprising. The 4.1b cart has a cool feature where it tries to identify the system it is on. In the lower left, "O2" is displayed. This value changes based on what system you run it on. The values I've seen there are: M1 - original Intellivision EXEC M2 - Intellivision II EXEC (going from my memory, I'm 99% confident) O1 - Sears Intellivision EXEC O2 - my Tutor Pro (hmmm...) The test ROM thinks that something is wrong with my system. It briefly displays early on "Failure at Test P". If the service manual matches Test Cart v4.1b, then the ROM thinks there is something wrong the the STIC. It states this test "verifies that the top left and bottom right corner of the screen register proper interactions at all offset positions" Here's the final failure screen that shows 3 chips that have issues. The displayed board layout doesn't match the Tutor Pro (wrong positions, wrong number of chips displayed, probably wrong names too). Still it is interesting to look at the results. The "failed" chips are: U03 - EXEC ROM U04 - STIC U05 - GROM There are 2 things I take away from these results: Test Cart 4.1b doesn't know about the Tutorvision. The Test Cart thinks my EXEC is not a match to the other ROMs. I expected a match to the Mattel EXEC 1. Maybe the Test Cart made a mistake since I've seen random test failures on real hardware. I only had time to run the test once so this might be a false negative result; I need to rerun this test. Interestingly, csumexec shows the same value for 1000-1FFF on an original Mattel Intellivision (well, at least in jzintv). At this point, I expect the Test Cart glitched or it does something more than just read the EXEC ROM range at 1000-1FFF, especially since csumexec shows a match to the Mattel EXEC 1. 1 Quote Link to comment Share on other sites More sharing options...
+Lathe26 Posted December 13, 2017 Share Posted December 13, 2017 FYI, prior post about csumexec updated to show what it does on an original Mattel Intellivision (in jzintv, anyways). Phew! This has been a lot of typing. :-) Quote Link to comment Share on other sites More sharing options...
+Lathe26 Posted December 13, 2017 Share Posted December 13, 2017 I'm pretty surprised of it not working I'm in the dark. Has it been run on real hardware or just in jzintv? Maybe there's a difference? I'm just grasping at straws here. While I did try to run it multiple times via the reset button (the LTO can't reset the system), I can try a few more times. Quote Link to comment Share on other sites More sharing options...
+nanochess Posted December 13, 2017 Share Posted December 13, 2017 Has it been run on real hardware or just in jzintv? Maybe there's a difference? I'm just grasping at straws here. While I did try to run it multiple times via the reset button (the LTO can't reset the system), I can try a few more times. Only tested in emulator, but there shouldn't be any difficulty in real hardware (famous last words) because it only writes extra graphics inside the extra GRAM memory. Find annex the source code, nothing really complicated. superpro.bas cutegirl.bas cutegirl.bmp superpro.rom 1 Quote Link to comment Share on other sites More sharing options...
mr_me Posted December 14, 2017 Share Posted December 14, 2017 (edited) ... For comparison, here is csumexec when run in jzintv configured as an original Mattel Intellivision. The results are similar; only the extra RAM at 0400 and the new GROM at 3000 are different from my system, as expected. One thought I had on the 0400-04FF values: since this is run against the extra RAM, might different Tutor Pro systems show different values since the RAM likely has garbage. I haven't checked whether this value changes on each power off/on or reset; I only ran the test once. I would expect jzintv emulator to return a consistent value since it likely consistently initializes all RAM with 0000. This is just a guess... ... The checksum on ram being different with an emulator is expected. I wouldn't expect to use checksum on ram to identify anything. The checksum on $400-$4ff gives e3111634 for an Intellivision II exec rom in jzintv [and mame]. Checksum on $2000-$2FFF of 43c145e1 should be enough to identify a Tutorvision exec. It's great you got it working. Edited December 14, 2017 by mr_me 1 Quote Link to comment Share on other sites More sharing options...
+Lathe26 Posted December 14, 2017 Share Posted December 14, 2017 Some more testing: The Test Cart 4.1b is consistent. It always reports that the EXEC ROM is bad. It would cool is someone could look that ROM and see what it tests or sees that makes it thing the EXEC ROM is bad. superpro.rom is consistent. It always displays the same green screen. However, it isn't the only game. Are these all IntyBASIC games (wild hunch)? Here's the games I've seen show the same green screen: superpro.rom Flappy Bird Hotel Bunny It's Snow Fun Oh Mummy! Stunt Cycle (both the May 13th, 2016 release and the September 26th, 2016) Super Pixel Bros Ultimate Pong Copter Command Note: I noticed that the IntyBASIC ShowCase Volume I v0.99g worked fine, as did Clowns and Balloons Quote Link to comment Share on other sites More sharing options...
mr_me Posted December 14, 2017 Share Posted December 14, 2017 (edited) In tutorvision emulation, of the ones I tested, those all work. I found DK Arcade (japanese update) doesn't start and Ms. Pacman has messed up graphics. Ms. Pacman also has messed up graphics with ECS in emulation. So far, Worm Whomper, is the only one of the original cartridges that has messed up graphics with Tutorvision. Let us know if you find any others. We know the reason for messed up graphics but there must be a reason the others not starting. Edited December 14, 2017 by mr_me Quote Link to comment Share on other sites More sharing options...
+Lathe26 Posted December 14, 2017 Share Posted December 14, 2017 Even though I want to do it, I am going to have set aside testing every game due to lack of time (for now). However, if anyone has requests for testing a specific game, I can squeeze that in. Sending me a test ROM is fine as well ("I'm the dev for X and..."). Quote Link to comment Share on other sites More sharing options...
+cmart604 Posted December 14, 2017 Share Posted December 14, 2017 Draughts and French Canadian Super Cobra please. ? Quote Link to comment Share on other sites More sharing options...
+Lathe26 Posted December 14, 2017 Share Posted December 14, 2017 Draughts and French Canadian Super Cobra please. ? I also accept donations... ? Quote Link to comment Share on other sites More sharing options...
+nanochess Posted December 14, 2017 Share Posted December 14, 2017 Some more testing: The Test Cart 4.1b is consistent. It always reports that the EXEC ROM is bad. It would cool is someone could look that ROM and see what it tests or sees that makes it thing the EXEC ROM is bad. superpro.rom is consistent. It always displays the same green screen. However, it isn't the only game. Are these all IntyBASIC games (wild hunch)? Here's the games I've seen show the same green screen: superpro.rom Flappy Bird Hotel Bunny It's Snow Fun Oh Mummy! Stunt Cycle (both the May 13th, 2016 release and the September 26th, 2016) Super Pixel Bros Ultimate Pong Copter Command Note: I noticed that the IntyBASIC ShowCase Volume I v0.99g worked fine, as did Clowns and Balloons I was going to say that IntyBASIC got some changes but the IntyBASIC ShowCase Volume already had the new code This exceeds my brain, intvnut where are you! I need you to come to save us! Quote Link to comment Share on other sites More sharing options...
+the1hatman Posted December 15, 2017 Share Posted December 15, 2017 I was going to say that IntyBASIC got some changes but the IntyBASIC ShowCase Volume already had the new code This exceeds my brain, intvnut where are you! I need you to come to save us! Would you be able to figure out more of these kinds of issues if you had one of these Tudor-Pro systems to work with directly? Quote Link to comment Share on other sites More sharing options...
+nanochess Posted December 15, 2017 Share Posted December 15, 2017 Would you be able to figure out more of these kinds of issues if you had one of these Tudor-Pro systems to work with directly? It would simplify it greatly because I could test right away a ton of ideas of why it doesn't work like it should. 1 Quote Link to comment Share on other sites More sharing options...
+the1hatman Posted December 15, 2017 Share Posted December 15, 2017 It would simplify it greatly because I could test right away a ton of ideas of why it doesn't work like it should. I thought that might be the case. PM incoming. 1 Quote Link to comment Share on other sites More sharing options...
+Lathe26 Posted December 15, 2017 Share Posted December 15, 2017 Feel free to PM me as well. While I'm not letting my Tutor Pro out of the house, I am willing to be a tester for any BINs or ROMs. 1 Quote Link to comment Share on other sites More sharing options...
+Lathe26 Posted December 20, 2017 Share Posted December 20, 2017 ... My question earlier, about the large capacitor sticking out, was if it would physically prevent the metal shield from being installed. If not than the presence of a metal shield seen through the vents would not absolutely rule out tutorvision boards. Apologies for the delayed answer about the capacitor and the metal shield. The final verdict is... there is no room for a metal shield. The capacitor is tall enough that it almost touches the plastic case. This means all Tutor Pro boards don't have a metal shield. 2 Quote Link to comment Share on other sites More sharing options...
freewheel Posted January 11, 2018 Share Posted January 11, 2018 So, I'm amused that after reading every thread here... we happily posted the cartridge ROMs, but no one's seemed to have shared the EXEC/GROM for the unit. Quote Link to comment Share on other sites More sharing options...
stupus Posted January 11, 2018 Share Posted January 11, 2018 So, I'm amused that after reading every thread here... we happily posted the cartridge ROMs, but no one's seemed to have shred the EXEC/GROM for the unit. https://drive.google.com/folderview?id=0B6GKhK29WMrhcXZxeGJKZm9CZ0U 1 Quote Link to comment Share on other sites More sharing options...
freewheel Posted January 11, 2018 Share Posted January 11, 2018 https://drive.google.com/folderview?id=0B6GKhK29WMrhcXZxeGJKZm9CZ0U Gracias! 1 Quote Link to comment Share on other sites More sharing options...
stupus Posted January 11, 2018 Share Posted January 11, 2018 No problem. Hopefully they are ok, I uploaded them from my phone and I know sometimes file associations get weird with phone uploads. Did the 3rd game ever get posted? Quote Link to comment Share on other sites More sharing options...
mr_me Posted January 11, 2018 Share Posted January 11, 2018 As far as I know, Geo Graphics has not been shared. Quote Link to comment Share on other sites More sharing options...
stupus Posted January 11, 2018 Share Posted January 11, 2018 Thanks, that's what I thought. Would be nice if it was....as I organized the dumping of the 1st 2 games and the console bios so they all could be made available to everyone. 3 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.