MAMEWorld >> EmuChat
View all threads Index   Threaded Mode Threaded  

Pages: 1

Sune
Connected
Reged: 09/21/03
Posts: 5648
Loc: Lagoa Santa, Brasil
Send PM


Delicious Amiga Arcadia system for sale in Sweden
#336580 - 01/31/15 08:43 PM


Look at this beauty, all corny and cool looking

http://safir.amigaos.se/main.php?d=showthread&f=1&thread=14686&page=0

btw 8000 SEK (minimum bid) is about a 1000 USD.

S



gregf
Ramtek's Trivia promoter
Reged: 09/21/03
Posts: 8613
Loc: southern CA, US
Send PM


Re: Delicious Amiga Arcadia system for sale in Sweden new [Re: Sune]
#336581 - 01/31/15 10:12 PM



>Look at this beauty, all corny and cool looking

Good find. It's a bummer that the photos don't show a decent closeup of the pcb rom locations because that part is currently not complete yet for the TenPlay 2.11 bios version.

-
http://safir.amigaos.se/bildgalleri/users2/15358_8.JPG
http://safir.amigaos.se/bildgalleri/users2/15357_9.JPG
-

src/mame/tree/src/mame/drivers/arcadia.c

ROM_SYSTEM_BIOS(3, "tenp211", "TenPlay 2.11" ) \
ROM_LOAD16_BYTE_BIOS( 3, "gcp-1-hi",
ROM_LOAD16_BYTE_BIOS( 3, "gcp-1-lo",

Unsure if the current rom file names could also use renaming to match closer to what the labels indicate in the photos.


GCP V2.11
1-LO

GCP V2.11
2-HI



qvison
MAME Fan
Reged: 07/10/15
Posts: 2
Send PM


Re: Delicious Amiga Arcadia system for sale in Sweden new [Re: gregf]
#342333 - 07/10/15 06:29 PM Attachment: IMG_20150520_134653.jpg 4022 KB (0 downloads)


Here is a pic

[ATTACHED IMAGE - CLICK FOR FULL SIZE]

Attachment



gregf
Ramtek's Trivia promoter
Reged: 09/21/03
Posts: 8613
Loc: southern CA, US
Send PM


Re: Delicious Amiga Arcadia system for sale in Sweden new [Re: qvison]
#342378 - 07/12/15 12:15 AM




>Here is a pic


Thanks for pcb photo.

for the -lo roms it is .u16, .u17, and .u18 .....which is a good start for documenting the rom ic locations of the 2.11 version.

What is still needed is the "u" locations for the -hi roms for this 2.11 version. If you can post a closeup photo of the -hi roms and their specific locations and add it to this same thread topic, thanks. I will forward this to someone and they can update the rom location info in the source code....hopefully before next release.



--
http://git.redump.net/mame/tree/src/mame/drivers/arcadia.c


ROM_SYSTEM_BIOS(3, "tenp211", "TenPlay 2.11" )

ROM_LOAD16_BYTE_BIOS( 3, "gcp-1-hi", 0x000000, 0x10000, CRC(67d44523)
ROM_LOAD16_BYTE_BIOS( 3, "gcp-1-lo", 0x000001, 0x10000, CRC(65d9b9cf) .u16
ROM_LOAD16_BYTE_BIOS( 3, "gcp-2-hi", 0x020000, 0x10000, CRC(1d7594ae)
ROM_LOAD16_BYTE_BIOS( 3, "gcp-2-lo", 0x020001, 0x10000, CRC(e776198d) .u17
ROM_LOAD16_BYTE_BIOS( 3, "gcp-3-hi", 0x040000, 0x10000, CRC(3e7364be)
ROM_LOAD16_BYTE_BIOS( 3, "gcp-3-lo", 0x040001, 0x10000, CRC(87229e0d) .u18
--



RobbbertModerator
Sir
Reged: 08/21/04
Posts: 3204
Loc: A long way from you
Send PM


Re: Delicious Amiga Arcadia system for sale in Sweden new [Re: gregf]
#342382 - 07/12/15 04:11 AM





mw
MAME Fan
Reged: 01/01/07
Posts: 76
Send PM


Re: Delicious Amiga Arcadia system for sale in Sweden new [Re: gregf]
#342392 - 07/12/15 05:12 PM


This is my guess:

ROM_LOAD16_BYTE_BIOS( 3, "gcp-1-hi", 0x000000, 0x10000, CRC(67d44523) - U16
ROM_LOAD16_BYTE_BIOS( 3, "gcp-1-lo", 0x000001, 0x10000, CRC(65d9b9cf) - U11
ROM_LOAD16_BYTE_BIOS( 3, "gcp-2-hi", 0x020000, 0x10000, CRC(1d7594ae) - U17
ROM_LOAD16_BYTE_BIOS( 3, "gcp-2-lo", 0x020001, 0x10000, CRC(e776198d) - U12
ROM_LOAD16_BYTE_BIOS( 3, "gcp-3-hi", 0x040000, 0x10000, CRC(3e7364be) - U18
ROM_LOAD16_BYTE_BIOS( 3, "gcp-3-lo", 0x040001, 0x10000, CRC(87229e0d) - U13

Why be contrary?

Because I am familiar with PCB layout software. The "U" designations are always near the notched side of the ICs so the parts stuffers have a reference to keep from putting the IC in backwards. (Yes, years ago, actual humans stuffed PC boards with components - not robots)

The PCB printed tags for U11, U12, & U13 are not visible due to the angle of the shot. (Well, the top half of the lettering is, but it's hard to see it due to the glare from the flash) So why do I think they are numbered that way? - there is a U10 visible below what I think is U11, and there is a U14 visible above what I think is U13.

I think U23 and U24 belong to the unpopulated ICs and U25 belongs to the SRM2064C.

In this orientation view, the ICs are numbered from left to right, bottom to top.

So I think the hidden-from-view/poor visibility IC tags follow this pattern.

Of course a better shot would be actual proof, but if that is not possible, I think the IC numbers I guessed are the best representation.



gregf
Ramtek's Trivia promoter
Reged: 09/21/03
Posts: 8613
Loc: southern CA, US
Send PM


Re: Delicious Amiga Arcadia system for sale in Sweden new [Re: Robbbert]
#342399 - 07/12/15 07:43 PM




>Looks like U23, U24, U25.

Hopefully another photo with closeups of locations can be placed here so that helps with further cleanup of arcadia.c file



gregf
Ramtek's Trivia promoter
Reged: 09/21/03
Posts: 8613
Loc: southern CA, US
Send PM


Re: Delicious Amiga Arcadia system for sale in Sweden new [Re: mw]
#342400 - 07/12/15 07:52 PM



>In this orientation view, the ICs are numbered from left to right, bottom to top.
>So I think the hidden-from-view/poor visibility IC tags follow this pattern.

>Of course a better shot would be actual proof, but if that is not possible, I think the
>IC numbers I guessed are the best representation.

I hope the contributor can help out a bit more with better closeup of photos of ic locations of the chips.


>Because I am familiar with PCB layout software. The "U" designations are always near the
>notched side of the ICs so the parts stuffers have a reference to keep from putting the
>IC in backwards. (Yes, years ago, actual humans stuffed PC boards with components - not
>robots)

Gyrovision told me a couple past stories in his work experience where repair techs had accidentally set the roms in incorrect location because they didn't have reference guides so some pcbs were beyond repair after the accidental oversight. A reason why it is good to see BrianT always updating rom locations in MAME source when possible.



qvison
MAME Fan
Reged: 07/10/15
Posts: 2
Send PM


Re: Delicious Amiga Arcadia system for sale in Sweden new [Re: gregf]
#348887 - 01/05/16 12:01 PM


Hi

Sorry for the late response but here are some more pics.







And what is going on here ?





Edited by qvison (01/05/16 02:40 PM)


Pages: 1

MAMEWorld >> EmuChat
View all threads Index   Threaded Mode Threaded  

Extra information Permissions
Moderator:  Robbbert, Tafoid 
1 registered and 350 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 3083