Previous Thread
Next Thread
Print Thread
Page 73 of 418 1 2 71 72 73 74 75 417 418
Joined: Jul 2007
Posts: 4,625
A
Very Senior Member
Offline
Very Senior Member
A
Joined: Jul 2007
Posts: 4,625
Originally Posted by kevtris
Originally Posted by Rik
What was the status of the Coleco Frogger game? I can't remember if you were able to figure out dumping it or not...

I finally dug up a Gakken Frogger, and it's the same Konami chip, but with a different die code:
M58846-700P
(You mentioned 'P's once before, is that possibly a protected chip, or just a coincidence on this one?) The VFD is a CP5084 GLR, and is slightly different than Coleco's, but mostly in the art style of the sprites.

Another random game: Castle Toy Kingpin II pinball
http://www.handheldmuseum.com/CastleToy/Kingpin2.htm
It's an 'actual' pinball with ball and flippers, but runs on an NEC D550LC
It'd be fun to add that to Visual PinMAME as well... smile

Found a Rockwell B9001-13 in Mattel's Horoscope Computer. Where any of the earlier Mattel LED games (like Battlestar Galactica) dumpable, or was decapping used for that?


Yes I dumped it. The VFD artwork and the dump should be sitting in a /coleco frogger/ dir in the usual place. Hmm just checked. the ROM dump is not in there. wonder how it got left out.

I just uploaded the ROM dump and the disassembly of it. Interestingly they are using 3 instructions that are not documented. I know what two of them are- they appear to be a left and right rotate. I documented them in the disasm.

I know they are rotates because the code "makes perfect sense" for them to be that- I reversed the VFD scanning/display and button reading part.

Yes I can dump those; in this case the P does not mean protected as far as I know. the 701 I dumped was a P version too.

As for the rockwell chip I have no clue. if it's an MM7x it's probably dumpable; this would be tellable via the pinout. An NEC 550, let's see... Yeah looks like it's possibly dumpable; there is a test pin on it. This seems to be the same/similar to the 557 I have here I was going to try to dump.

Was the code submitted (GitHub) to support the Coleco Frogger game?
I think OG made already a artwork called cfrogger(?)

Joined: Mar 2002
Posts: 1,368
Likes: 120
H
hap Offline
Very Senior Member
Offline
Very Senior Member
H
Joined: Mar 2002
Posts: 1,368
Likes: 120
Games using an unemulated MCU won't be added before the MCU is emulated in MESS.

Joined: Mar 2002
Posts: 1,368
Likes: 120
H
hap Offline
Very Senior Member
Offline
Very Senior Member
H
Joined: Mar 2002
Posts: 1,368
Likes: 120
Originally Posted by kevtris
(...)I was thinking of adding a simple LCD (HD44780 type) and some buttons for "mass" dumping maybe.
(...)

Could you try dumping that one by the way?
The LCDC font gfx ROM.

Joined: Jul 2007
Posts: 4,625
A
Very Senior Member
Offline
Very Senior Member
A
Joined: Jul 2007
Posts: 4,625
Originally Posted by hap
Games using an unemulated MCU won't be added before the MCU is emulated in MESS.

Understand, thanks.

Joined: Feb 2015
Posts: 160
Likes: 6
K
Senior Member
Offline
Senior Member
K
Joined: Feb 2015
Posts: 160
Likes: 6
hap: I'm sure that's been done many times. you can't directly dump it (easily) but visually dumping it is no problem. I did this for the noritake VFD displays with HD44780 interface but it was a work project. I just took the documentation and manually banged in the bits into a text file and wrote a program to convert it back into a binary.

Once I got an HD44780 LCD from a copy machine, which had a really strange font ROM in it. Unfortunately I am not sure if I still have the chip; I removed it and put a "Standard" chip on the LCD, and I am not sure if I saved the old one. from what I recall, it had "buttons" made up of ROM characters, like boxes with text in them which showed up next to keys on the display. Display was 40 by 2 line one.

Joined: Mar 2002
Posts: 1,368
Likes: 120
H
hap Offline
Very Senior Member
Offline
Very Senior Member
H
Joined: Mar 2002
Posts: 1,368
Likes: 120
Yeah, that's also how MESS got the chr rom, typed in from the bit patterns in the datasheets.
Which revision did you type in? We only have A00.

Joined: May 2010
Posts: 1,051
S
Very Senior Member
OP Offline
Very Senior Member
S
Joined: May 2010
Posts: 1,051
Originally Posted by seanriddle
Originally Posted by Rik
Found a Rockwell B9001-13 in Mattel's Horoscope Computer. Where any of the earlier Mattel LED games (like Battlestar Galactica) dumpable, or was decapping used for that?
Interesting; B9000-12 is in Mattel's Brain Baffler.

I've decapped several of the Rockwell chips from Mattel games, but haven't figured out how to emulate them yet. It's definitely high on my list.
Looks like we may be partially in luck on Horoscope and Brain Baffler. When I was putting together info on the PPS-4/1 variants, I ran across part # B90xx in the 1981 Rockwell Electronic Devices Division Data Book, which says that's model MM78LA. There's very little info beyond an entry in a comparison chart, but that leads me to believe that it uses the same opcodes as the MM78. It has the same ROM and RAM sizes (2K ROM, 128 nibbles RAM), but has a few new features- speaker output, including an 8-bit tone generator counter, and 14 segment outputs, using a 32x14 PLA. (Brain Baffler has an 8-character 14-segment text display.) MM78s have a test pin, so it's possible that MM78LAs do, too. But I've been unable to find any more info anywhere.

The other PPS-4/1 chips have part #s ranging from A75xx to B86xx, and the chips in Mattel games Battlestar Galactica, Football and Baseball are labeled B60xx and B61xx. I think that indicates that these chips aren't quite PPS-4/1; I have some Rockwell calculators with chips labeled A48xx, B50xx and A59xx. If we're lucky, the chips in the Mattel games share enough characteristics with the PPS-4/1 that we can get them emulated.

I've decapped Battlestar Galactica, Football and Baseball. BSG has 512 bytes of ROM, and Football and Baseball have 896 (the PPS-4/1 chips don't always have power-of-2 pages of 64 bytes).

After Kevin dumps the MM75 and MM76EL chips that I sent him, I'll decap them and see how similar they look to the Mattel chips. If they are close, then I should be able to figure out the bit mapping between his dumps and the ROM array pics, and I can apply those to the Mattel ROM array pics and see what I get. If we're really lucky, the opcodes will be the same as PPS-4/1.

Joined: May 2010
Posts: 1,051
S
Very Senior Member
OP Offline
Very Senior Member
S
Joined: May 2010
Posts: 1,051
Originally Posted by Rik
Found a Rockwell B9001-13 in Mattel's Horoscope Computer. Where any of the earlier Mattel LED games (like Battlestar Galactica) dumpable, or was decapping used for that?
Rik-
Can you read the label on the chip in Mattel Gravity? Patent 4,364,619 shows a QIP chip, which I assume is a B60xx like in Battlestar Galactica (and I think, Auto Race). An interview with Mark Lesser says he programmed Auto Race, BSG, Football, Baseball, Brain Baffler and Horoscope, but doesn't mention Gravity.

Joined: Mar 2015
Posts: 240
Likes: 3
R
Rik Offline
Senior Member
Offline
Senior Member
R
Joined: Mar 2015
Posts: 240
Likes: 3
It's a B6102-11 with a date code of 8020.
Nothing else on it but the Rockwell logo.

The Horoscope chip has MM95 above the B9001...

Last edited by Rik; 05/03/15 10:12 AM.
Joined: May 2010
Posts: 1,051
S
Very Senior Member
OP Offline
Very Senior Member
S
Joined: May 2010
Posts: 1,051
Thanks. Brain Baffler also has MM95 on it. I guess they used that name as well as MM78LA, or maybe MM95 is a later, similar chip.

B6100 is Football and B6101 is Baseball, so I bet Lesser programmed Gravity, too.

Battlestar Galactica is B6001, and I bet Auto Race is B6000. I'm not sure if Football 2 has a Rockwell chip. I know Basketball, Armor Battle and Sub Chase don't have Rockwell chips, and neither do the Funtronics games.

Page 73 of 418 1 2 71 72 73 74 75 417 418

Link Copied to Clipboard
Who's Online Now
4 members (ameath, Kale, robcfg, 1 invisible), 519 guests, and 1 robot.
Key: Admin, Global Mod, Mod
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Forum Statistics
Forums9
Topics9,320
Posts121,930
Members5,074
Most Online1,283
Dec 21st, 2022
Our Sponsor
These forums are sponsored by Superior Solitaire, an ad-free card game collection for macOS and iOS. Download it today!

Superior Solitaire
Forum hosted by www.retrogamesformac.com