A X68000 arrived

Any 680x0 based information, repairs, images, upgrades and other cool stuff that is not Atari and Amiga based but based on the Motorola 68K range of processors
User avatar
alexh
Site sponsor
Site sponsor
Posts: 1335
Joined: 17 Oct 2017 16:51
Location: Oxfordshire

Re: A X68000 arrived

Post by alexh »

terriblefire wrote: 20 Dec 2023 10:36 Ram card i have is this one
https://gamesx.com/wiki/doku.php?id=x68 ... sion_board

PIO-6834-1M is an internal 1MB memory expansion board manufactured and sold from 1989 by I.O Data.
Senior Principal ASIC Engineer - SystemVerilog, VHDL
Thalion Webshrine - http://thalion.atari.org
ST,STf,STfm,STe,MegaST,MegaSTe,Falcon060
A500+,A600,A4000/060,CD32,CDTV
Higgy
Posts: 488
Joined: 23 Apr 2019 20:05
Location: Somerset

Re: A X68000 arrived

Post by Higgy »

Super you can just use Amiga 4000 coin cell battery adaptor

Excellent that memory upgrade is 1mb so your base memory will be 2mb, very important.

Use X68000 drives directly? As in connect them to PC to write disks.
Yeah that should work. Would need to rig some extra signals if you want to Eject the disk or just plug it back into the X68000 to do that.

Ah yes @alexh found the PCB info. alexh I do have a X68000 to trade, but there is probably only 2 computers left I want - Amiga 3000 and Sam Coupe.
trixster
Posts: 115
Joined: 22 Mar 2019 15:25

Re: A X68000 arrived

Post by trixster »

Once the harddrive (sd / cf card whatever) is set up and you can boot into an environment like LHES then there’s a handy programme for writing XDF disk images onto floppy from the X68000 itself. It’s useful for those games which are a pain to install onto the hdd.
terriblefire
Admin sponsor
Admin sponsor
Posts: 5686
Joined: 28 Aug 2017 22:56
Location: Glasgow, UK

Re: A X68000 arrived

Post by terriblefire »

So a few bits of wiring later and ...

WhatsApp Image 2023-12-23 at 22.00.12.jpeg

I have an inline floppy adaptor thing and several goteks. But so far no luck in this department.
You do not have the required permissions to view the files attached to this post.
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
Higgy
Posts: 488
Joined: 23 Apr 2019 20:05
Location: Somerset

Re: A X68000 arrived

Post by Higgy »

Super. Now your into the realm of configuring the SRAM.

You will need to boot the 'Masterdisk V2'. And load Switch.c to configure.

Gotek, I guess they are flashed with Flash floppy. So can use X68000 images converted to .hfe

I am struggling to remember and currently watching a film with the misses so will look into it tomorrow ;) but your not far off now.
If it boots a disk that is not the right one, you might see a message with 'Human.sys' least you then know it is reading disks.

Update: Film finished, having a look now and my Goteks have S0 and S1 jumpers fitted. No MO or JC.
I can Attach my Masterdisk disk image tomorrow. Sharp released everything public domain so should be no issues attaching :)
terriblefire
Admin sponsor
Admin sponsor
Posts: 5686
Joined: 28 Aug 2017 22:56
Location: Glasgow, UK

Re: A X68000 arrived

Post by terriblefire »

Higgy wrote: 23 Dec 2023 23:24 Super. Now your into the realm of configuring the SRAM.

You will need to boot the 'Masterdisk V2'. And load Switch.c to configure.

Gotek, I guess they are flashed with Flash floppy. So can use X68000 images converted to .hfe

I am struggling to remember and currently watching a film with the misses so will look into it tomorrow ;) but your not far off now.
If it boots a disk that is not the right one, you might see a message with 'Human.sys' least you then know it is reading disks.
I'll need to jury rig a keyboard later too. MIght need help from @arkadiusz.makarenko
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
Higgy
Posts: 488
Joined: 23 Apr 2019 20:05
Location: Somerset

Re: A X68000 arrived

Post by Higgy »

One of those USB adapters I mentioned are really good, cheap and quite simple to make. Run Keyboard and Mouse off the same port. Need a ProMicro, USBHost and Level Shifter.

Probably some PIC code about for the PS/2 keyboard adaptors floating about, that probably has less parts as a temp measure to get you by.
Higgy
Posts: 488
Joined: 23 Apr 2019 20:05
Location: Somerset

Re: A X68000 arrived

Post by Higgy »

Stay up late watching a film and then my daughter wakes up at 4:30am. Feeling brain dead.

Anyway this contains the Masterdisks, just need V2 and it has the SASI bootloader. Plus some other things. I think V3 just has a newer Switch.C
X68000F.7z
My Gotek does not have any config files on the USB stick, just the .hfe's

If you get disks booting then lots of games just need a joystick to work (MSX compatible), Salamander is a good one.
With 2mb memory lots of games work. It's mainly when trying to run off HD that you need more memory.
You do not have the required permissions to view the files attached to this post.
User avatar
arkadiusz.makarenko
Moderator Team
Moderator Team
Posts: 1371
Joined: 19 Jun 2019 07:36
Location: Edinburgh

Re: A X68000 arrived

Post by arkadiusz.makarenko »

terriblefire wrote: 23 Dec 2023 23:31
Higgy wrote: 23 Dec 2023 23:24 Super. Now your into the realm of configuring the SRAM.

You will need to boot the 'Masterdisk V2'. And load Switch.c to configure.

Gotek, I guess they are flashed with Flash floppy. So can use X68000 images converted to .hfe

I am struggling to remember and currently watching a film with the misses so will look into it tomorrow ;) but your not far off now.
If it boots a disk that is not the right one, you might see a message with 'Human.sys' least you then know it is reading disks.
I'll need to jury rig a keyboard later too. MIght need help from @arkadiusz.makarenko
Hmmm... This one?

Screenshot_20231224-103201.png

Porting this to full USB shouldn't be too difficult.
https://github.com/Meaxy76/x68k-PS2converter

Testing and debugging might be more challenging.
You do not have the required permissions to view the files attached to this post.
Do not trust people. They are capable of greatness.
~ Stanislaw Lem
terriblefire
Admin sponsor
Admin sponsor
Posts: 5686
Joined: 28 Aug 2017 22:56
Location: Glasgow, UK

Re: A X68000 arrived

Post by terriblefire »

Higgy wrote: 24 Dec 2023 08:50 Stay up late watching a film and then my daughter wakes up at 4:30am. Feeling brain dead.

Anyway this contains the Masterdisks, just need V2 and it has the SASI bootloader. Plus some other things. I think V3 just has a newer Switch.C
X68000F.7z

My Gotek does not have any config files on the USB stick, just the .hfe's

If you get disks booting then lots of games just need a joystick to work (MSX compatible), Salamander is a good one.
With 2mb memory lots of games work. It's mainly when trying to run off HD that you need more memory.
Right so i cycled through the disks and they do get read. Only memtest actually works. The first three disks give

IMG_0230.jpg

Memtest seems to work...

IMG_0228.jpg

And the other 2 disks (unsure of what they are as its just gotek numbers)

IMG_0227.jpg
You do not have the required permissions to view the files attached to this post.
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."

Return to “OTHER 680x0”

Who is online

Users browsing this forum: ClaudeBot and 1 guest