Live data from Hacker News

The Interim Computer Museum

icm.museum

11–18 of 18 posts

Re: The Interim Computer Museum

#11

Related to this, I am a Volunteer Curator at the Retro Gaming Museum, here in Vienna [1] - and we recently added a Retro 8-bit section, with Oric Atmos, Amstrad CPC6128 and ZX Spectrum 128+ machines for folks to play with, interact with, etc. The machines are there to showcase the 10-LINE BASIC Competition [2], which is one of the most entertaining things around, if you're a programmer .. basically the challenge is t…

Do you know that first link's security certificate fails and the website is under construction. I'd love to visit the museum when I'm in Vienna. Not that it will happen in the very near future, but I plan on revisiting Vienna one day (to watch The Third Man in that old cinema again :).

Re: The Interim Computer Museum

#13

Related to this, I am a Volunteer Curator at the Retro Gaming Museum, here in Vienna [1] - and we recently added a Retro 8-bit section, with Oric Atmos, Amstrad CPC6128 and ZX Spectrum 128+ machines for folks to play with, interact with, etc. The machines are there to showcase the 10-LINE BASIC Competition [2], which is one of the most entertaining things around, if you're a programmer .. basically the challenge is t…

Do you know that first link's security certificate fails and the website is under construction. I'd love to visit the museum when I'm in Vienna. Not that it will happen in the very near future, but I plan on revisiting Vienna one day (to watch The Third Man in that old cinema again :).

I'm going to be in Vienna in October. I'd love to visit the computer museum! Any chance of getting the first link fixed?

Re: The Interim Computer Museum

#14

Earlier quoted context omitted.

Do you know that first link's security certificate fails and the website is under construction. I'd love to visit the museum when I'm in Vienna. Not that it will happen in the very near future, but I plan on revisiting Vienna one day (to watch The Third Man in that old cinema again :).

I'm going to be in Vienna in October. I'd love to visit the computer museum! Any chance of getting the first link fixed?

Sorry, I realized I pasted the wrong URL - here is the correct link:

https://www.gamingmuseum.at/

Re: The Interim Computer Museum

#15

Related to this, I am a Volunteer Curator at the Retro Gaming Museum, here in Vienna [1] - and we recently added a Retro 8-bit section, with Oric Atmos, Amstrad CPC6128 and ZX Spectrum 128+ machines for folks to play with, interact with, etc. The machines are there to showcase the 10-LINE BASIC Competition [2], which is one of the most entertaining things around, if you're a programmer .. basically the challenge is t…

Do you know that first link's security certificate fails and the website is under construction. I'd love to visit the museum when I'm in Vienna. Not that it will happen in the very near future, but I plan on revisiting Vienna one day (to watch The Third Man in that old cinema again :).

Darn, I pasted the wrong link - here is the correct link:

https://www.gamingmuseum.at/

Re: The Interim Computer Museum

#16
post #8

Related to this, I am a Volunteer Curator at the Retro Gaming Museum, here in Vienna [1] - and we recently added a Retro 8-bit section, with Oric Atmos, Amstrad CPC6128 and ZX Spectrum 128+ machines for folks to play with, interact with, etc. The machines are there to showcase the 10-LINE BASIC Competition [2], which is one of the most entertaining things around, if you're a programmer .. basically the challenge is t…

Can you say a little bit about the storage system on the Atmos? How does a system that old access that much storage?

Each of these systems has expansion capabilities, in the form of some sort of data I/O ports - skilled hackers over the years have added storage features to each of them, giving us the interesting situation that the peripheral controller being used to give the machine access to a USB stick is about 1,000 times more capable than the original host CPU .. ;)

The Oric Atmos has multiple forms of this peripheral available, which emulate the old physical disk systems that were used (but very rare now) back in the day, but in this particular case I'm using the "Erebus" expansion adapter which provides a means of loading programs, formerly available only on tape, instantly, akin to loading a ROM cartridge. (I'm using this instead of a disk emulator because the 10-LINE BASIC Competition entries we are displaying are distributed as .TAP - captured tape - files)

There are other storage-emulation peripherals for the Oric Atmos (we have them all at the museum), such as the Cumulus adapter, and these basically use a PIC or some other MCU to emulate the old disk interface.

Its extremely gratifying, as an old-school Oric fan, to be able to load up a single SD card or USB stick with all the software I can possibly find, and have a "fat" Oric loaded to the gills. As the Oric was an underdog back in the day, this is really rewarding nowadays .. ;) (I have one disk with nearly the entire contents of the software archive on https://oric.org/ ..)

In terms of how the 64K machine accesses 8-gigabytes of memory addresses - it doesn't. The peripheral MCU 'brokers' this for us - the user selects a .DSK or .TAP file, stored on the USB stick, and the peripherals' onboard MCU exposes this to the old machine as if it were a physically loaded floppy disk - or tape, in case of .TAP.

There aren't (yet) API's exposed in these peripherals to allow the original machine to mount/unmount .DSK files programmatically - the user still needs to physically 'mount' the binary blob they want to use, akin to inserting the media - but the firmware for all of this is open source so it probably won't be long until there is an onboard API for mounting/unmounting blobs.

Thanks for the interest!

Re: The Interim Computer Museum

#17
post #8

Earlier quoted context omitted.

Can you say a little bit about the storage system on the Atmos? How does a system that old access that much storage?

Each of these systems has expansion capabilities, in the form of some sort of data I/O ports - skilled hackers over the years have added storage features to each of them, giving us the interesting situation that the peripheral controller being used to give the machine access to a USB stick is about 1,000 times more capable than the original host CPU .. ;) The Oric Atmos has multiple forms of this peripheral available…

Thanks for the explanation!

Re: The Interim Computer Museum

#18

Earlier quoted context omitted.

Each of these systems has expansion capabilities, in the form of some sort of data I/O ports - skilled hackers over the years have added storage features to each of them, giving us the interesting situation that the peripheral controller being used to give the machine access to a USB stick is about 1,000 times more capable than the original host CPU .. ;) The Oric Atmos has multiple forms of this peripheral available…

Thanks for the explanation!

You're welcome - I hope you'll check out the scene. Its a lot of fun!
Post reply on HN