Difference between revisions of "Arcem"
From Organic Design wiki
(start notes on running arcem) |
m (added links) |
||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
− | *[https://fedora.pkgs.org/29/rpmfusion-free-x86_64/arcem-1.50.2-4.fc29.x86_64.rpm.html Arcem RPM] ''- see also [converting an RPM to a DEB with alien]'' | + | *[https://fedora.pkgs.org/29/rpmfusion-free-x86_64/arcem-1.50.2-4.fc29.x86_64.rpm.html Arcem RPM] ''- see also [https://www.howtoforge.com/converting_rpm_to_deb_with_alien converting an RPM to a DEB with alien]'' |
*[http://www.4corn.co.uk/aview.php?sPath=/roms RISCOS ROMS] | *[http://www.4corn.co.uk/aview.php?sPath=/roms RISCOS ROMS] | ||
+ | *[http://arcem.sourceforge.net/manual/arcem-1.50.html Arcem 1.5 manual] | ||
+ | |||
+ | Converted the rpm to a deb with alien and installed with dpkg no problem. Created the ~/.arcemrc and concatenated the four rom files for RISCOS-3.11, but then having an audio problem. | ||
+ | <source> | ||
+ | $ arcem | ||
+ | Could not open Extension Rom directory 'extnrom': No such file or directory | ||
+ | extnrom_size = 0, extnrom_entry_count= 0 | ||
+ | SetUpCMOS: Could not open (hexcmos) CMOS settings file, resetting to internal defaults. | ||
+ | HDC: Couldn't open image for drive 0 | ||
+ | HDC: Couldn't open image for drive 1 | ||
+ | HDC: Couldn't open image for drive 2 | ||
+ | HDC: Couldn't open image for drive 3 | ||
+ | X visual: TrueColor 24bpp found, RGB shift/masks = 16/8, 8/8, 0/8 | ||
+ | couldn't open disc image FloppyImage0 on drive 0 | ||
+ | inserting floppy image FloppyImage0 into drive 0: couldn't open disc image | ||
+ | couldn't open disc image FloppyImage1 on drive 1 | ||
+ | inserting floppy image FloppyImage1 into drive 1: couldn't open disc image | ||
+ | couldn't open disc image FloppyImage2 on drive 2 | ||
+ | inserting floppy image FloppyImage2 into drive 2: couldn't open disc image | ||
+ | couldn't open disc image FloppyImage3 on drive 3 | ||
+ | inserting floppy image FloppyImage3 into drive 3: couldn't open disc image | ||
+ | Could not open audio device /dev/dsp | ||
+ | Could not initialise sound output - exiting | ||
+ | </source> | ||
+ | |||
+ | ''' apt-get install osspd-alsa''' got the ''/dev/dsp'' device back but then... '''Could not read sample rate'''. | ||
+ | |||
+ | == See also == | ||
+ | * http://acorn.revivalteam.de/?site=Emulation | ||
+ | * https://bitbucket.org/caliston/rpcemu-spoon-caliston/downloads/ |
Latest revision as of 23:19, 22 September 2019
Converted the rpm to a deb with alien and installed with dpkg no problem. Created the ~/.arcemrc and concatenated the four rom files for RISCOS-3.11, but then having an audio problem.
$ arcem
Could not open Extension Rom directory 'extnrom': No such file or directory
extnrom_size = 0, extnrom_entry_count= 0
SetUpCMOS: Could not open (hexcmos) CMOS settings file, resetting to internal defaults.
HDC: Couldn't open image for drive 0
HDC: Couldn't open image for drive 1
HDC: Couldn't open image for drive 2
HDC: Couldn't open image for drive 3
X visual: TrueColor 24bpp found, RGB shift/masks = 16/8, 8/8, 0/8
couldn't open disc image FloppyImage0 on drive 0
inserting floppy image FloppyImage0 into drive 0: couldn't open disc image
couldn't open disc image FloppyImage1 on drive 1
inserting floppy image FloppyImage1 into drive 1: couldn't open disc image
couldn't open disc image FloppyImage2 on drive 2
inserting floppy image FloppyImage2 into drive 2: couldn't open disc image
couldn't open disc image FloppyImage3 on drive 3
inserting floppy image FloppyImage3 into drive 3: couldn't open disc image
Could not open audio device /dev/dsp
Could not initialise sound output - exiting
apt-get install osspd-alsa got the /dev/dsp device back but then... Could not read sample rate.