PC-Engine PC-Doctor 4M

Discussion in 'PC Engine / Turbografx Discussion' started by ConsoleFun, Apr 2, 2007.

  1. ConsoleFun

    ConsoleFun Gutsy Member

    Joined:
    Dec 21, 2004
    Messages:
    441
    Likes Received:
    3
    Anyone know anything about this unit?

    Top:
    [​IMG]

    Under:
    [​IMG]

    Back:
    [​IMG]

    PCB:
    [​IMG]

    PCB:
    [​IMG]

    PCB:
    [​IMG]

    2Mbit onboard + 2Mbit on memory board

    CF
     
  2. Baseley09

    Baseley09 Resolute Member

    Joined:
    Mar 27, 2004
    Messages:
    935
    Likes Received:
    4
    Looks to be usefull for the white pc engine, to add s-video & presumably stereo sound out over the headphone jack.
     
  3. ccovell

    ccovell Resolute Member

    Joined:
    Jan 29, 2005
    Messages:
    954
    Likes Received:
    10
    It almost looks like a game copier/backup unit as well...
    Have you tested it with a PC-Engine?

    I'd also recommend covering up that EPROM window with some black tape if you plan to take any more photographs :)
     
  4. ConsoleFun

    ConsoleFun Gutsy Member

    Joined:
    Dec 21, 2004
    Messages:
    441
    Likes Received:
    3
    I only have a Duo-R. Looking for a Core Grafix now :)

    I dumped the EPROM :)
    Didn't see any strings... Can you recommend a disassembler?

    CF
     
  5. Barc0de

    Barc0de Mythical Member from Time Immemorial

    Joined:
    Oct 29, 2005
    Messages:
    11,205
    Likes Received:
    23
    it says CD-RAM system, it says Doctor, and it has 4M written on it. Sounds like a coding tool. Maybe u can use the I/O to transfer images into its RAM and execute? Like a cheap devkit?
     
    Last edited: Apr 2, 2007
  6. Calpis

    Calpis Champion of the Forum

    Joined:
    Mar 13, 2004
    Messages:
    5,906
    Likes Received:
    21
    Definitely a copier, definitely unusable without the parallel cable w/o reversing the circuit; else I would have bought it first! :p

    Since the unit has DRAM, the PLD must contain registered logic which means reverse engineering isn't a reasonable option.

    MAME has a free Hu6280 disassembler if you want to poke. Look through a tile editor for font patterns instead of ASCII strings, that'll be more fruitful.

    Edit: also it doesn't add S-video (of course, there is no RGB encoder!), maybe it's compatible with MD2 cables, probably not though since it's probably older than MD2.
     
    Last edited: Apr 2, 2007
  7. Barc0de

    Barc0de Mythical Member from Time Immemorial

    Joined:
    Oct 29, 2005
    Messages:
    11,205
    Likes Received:
    23
    people should stop reffering to EVERY DINN-looking connector as S-video :p
     
  8. ConsoleFun

    ConsoleFun Gutsy Member

    Joined:
    Dec 21, 2004
    Messages:
    441
    Likes Received:
    3
    That would be pretty cool :)

    Thanks for your expert advice Calpis! I can confirm that a bitmap font occupies a large part of the ROM. Going to check out the MAME disassembler, but I was hoping there was a 6280-compatible CPU that IDA supports (65C02?)...

    CF
     
    Last edited: Apr 2, 2007
  9. mdmx

    mdmx Familiar Face

    Joined:
    Nov 3, 2005
    Messages:
    1,300
    Likes Received:
    29
    if it's a backup unit, I don't understand why it's mounted at the extension port. MGD1 and MGD2 use the Hu-Card slot.

    Maybe it's a IFU clone?
     
  10. Calpis

    Calpis Champion of the Forum

    Joined:
    Mar 13, 2004
    Messages:
    5,906
    Likes Received:
    21
    The expansion port contains everything from the Hucard slot and more, it also makes it look less suspicious.

    65C02 wouldn't be close enough to the Hu6280, there are a lot of instructions that are new and perhaps replace old opcodes (which would make the output incoherent.) IDA also isn't that great of a disassembler for non intel code IMO, better to just disassemble manually with freeware tools.
     
    Last edited: Apr 2, 2007
  11. ConsoleFun

    ConsoleFun Gutsy Member

    Joined:
    Dec 21, 2004
    Messages:
    441
    Likes Received:
    3
    It didn't look too good, so I think you're right, hehehe :))
    I think it rocks for Sega 68k. Doing pretty good on that Alma CDX thing... ;)

    CF
     
    Last edited: Apr 2, 2007
  12. ASSEMbler

    ASSEMbler Administrator Staff Member

    Joined:
    Mar 13, 2004
    Messages:
    19,394
    Likes Received:
    995
    The official dev kit does all functions via the exp port.

    This has extemely important reverse engineering

    possibilities for a diy homebrew dev kit.
     
  13. Calpis

    Calpis Champion of the Forum

    Joined:
    Mar 13, 2004
    Messages:
    5,906
    Likes Received:
    21
    There is nothing to reverse engineer other than the unit itself which requires a lot of programmable logic which most people can't program anyway. Anyone wanting a "devkit" would be better off making a simpler homebrew one (see below) Because the unit has a BIOS, the interface is implemented in software with memory mapped registers for I/O to the parallel port.

    PCE is one of the simplest consoles to make a "devkit" for since the cards are single 8bit ROMs and require no decoding logic. To make an in system programmable "EPROM-emulator" for PCE, you'd need a whopping $10 of off the shelf parts.

    Rundown:
    -SRAM (most expensive)
    -address line counters
    -tristates to isolate system/counter
    -latches to control programming/isolation
    (-if you want to get fancy, a MUX to "fix" address lines or this can be simulated in software.)
    (-battery circuit (resistors, transistors, diodes, battery) could make it nonvolatile and hot swappable)
     
  14. ccovell

    ccovell Resolute Member

    Joined:
    Jan 29, 2005
    Messages:
    954
    Likes Received:
    10
    PCEDis is an Okay PCE disassembler. I can't find the link to it, but I believe it was written by Dave Shadoff. (Or if you send the ROM dump to me, I can take a look at it...)
     
    Last edited: Apr 2, 2007
  15. ConsoleFun

    ConsoleFun Gutsy Member

    Joined:
    Dec 21, 2004
    Messages:
    441
    Likes Received:
    3
    I loaded the EPROM dump into Mednafen and got this...
    [​IMG]

    CF
     
  16. Maks

    Maks Spirited Member

    Joined:
    Aug 14, 2006
    Messages:
    156
    Likes Received:
    0
    Have you tried plugging the thing into a PC-E yet?
     
  17. ConsoleFun

    ConsoleFun Gutsy Member

    Joined:
    Dec 21, 2004
    Messages:
    441
    Likes Received:
    3
    Nope. I only have a Duo-R. Going to order a Core Grafx if I find a good deal...

    CF
     
  18. Marv

    Marv Active Member

    Joined:
    Aug 26, 2005
    Messages:
    25
    Likes Received:
    0
    Is it not just like a glorified TENNOKOE 2?
     
  19. archcosmo

    archcosmo Active Member

    Joined:
    May 28, 2006
    Messages:
    28
    Likes Received:
    0
    agreed, it looks to me like a combination Backup saveram (ie Tennokoe) and AV booster addon
     
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page