English Amiga Board    


Go Back   English Amiga Board > News

Reply
 
Thread Tools
Old 23 June 2012, 19:52   #1
BlankVector
Registered User
 
Join Date: Jun 2012
Location: Paris, France
Posts: 82
Send a message via MSN to BlankVector
EmuTOS for Amiga

Hello.

I'm proud to announce that EmuTOS is now available for Amiga.
It is an operating system compatible with the Atari ST original OS.
As a result, you can run clean Atari ST programs on Amiga hardware, provided that they only use the OS and not the Atari hardware.

EmuTOS is provided as a Kickstart ROM replacement.
You can download the latest snapshot there:
http://sourceforge.net/projects/emut.../CVS-20120623/

It runs fine on WinUAE, in monochrome video mode, and with IDE hard disk support.

For the details, you can have a look at the readme.txt inside the emutos-amiga-*.zip archive.

This will probably be useless, but anyway, that's cool
Attached Thumbnails
Click image for larger version

Name:	emutos.png
Views:	773
Size:	19.7 KB
ID:	31949  Click image for larger version

Name:	desktop.png
Views:	540
Size:	21.2 KB
ID:	31950  Click image for larger version

Name:	gemamigo.png
Views:	475
Size:	24.3 KB
ID:	31951  
BlankVector is offline   Reply With Quote
Old 23 June 2012, 22:23   #2
desiv
Registered User
 
Join Date: Oct 2009
Location: Salem, OR
Posts: 849
Seems interesting, thanx!!

The other project I was interested in was KickTOS.
Would love to try that on my A1000..
Did that ever get a release of any kind?

Anyway, thanx. Haven't played with the ST too much, but it looks interesting.

desiv
desiv is offline   Reply With Quote
Old 23 June 2012, 22:54   #3
prowler
Global Moderator
 
prowler's Avatar
 
Join Date: Aug 2008
Location: Sidcup, England
Posts: 8,694
Hi BlankVector,

Thanks for sharing this news with us here.
prowler is offline   Reply With Quote
Old 24 June 2012, 07:40   #4
XDelusion
Alien Breeder
 
XDelusion's Avatar
 
Join Date: Mar 2011
Location: NW Ohio
Posts: 234
Very cool!
XDelusion is offline   Reply With Quote
Old 24 June 2012, 13:12   #5
fishyfish
Registered User
 
Join Date: Jul 2010
Location: Australia
Posts: 445
Interesting stuff, and thank you

Just curious though, can this be used on a real amiga as well, or is it soley for the emulator realm? I dont mean to discredit your work, but Im not sure I see much point if it doesnt run on real amigas as well (why wouldnt someone just use something like STonX, Hatari, or Steem for example instead?)
fishyfish is offline   Reply With Quote
Old 24 June 2012, 13:34   #6
strim
NetBSD developer
 
Join Date: May 2012
Location: Warsaw, Poland
Posts: 81
Quote:
Originally Posted by BlankVector View Post
I'm proud to announce that EmuTOS is now available for Amiga.
That's really incredible. I'm interested how (and if) it works on a real hardware. Unfortunately, now I am away from my amigas, but I'll test as soon as possible.

I don't know much about TOS internals, but maybe I could help adding support for some Amiga hardware. I wrote a few drivers for the NetBSD .
strim is offline   Reply With Quote
Old 24 June 2012, 13:44   #7
frank_b
Registered User
 
Join Date: Jun 2008
Location: Glasgow/Scotland
Posts: 209
Quote:
Originally Posted by strim View Post
That's really incredible. I'm interested how (and if) it works on a real hardware. Unfortunately, now I am away from my amigas, but I'll test as soon as possible.

I don't know much about TOS internals, but maybe I could help adding support for some Amiga hardware. I wrote a few drivers for the NetBSD .
They need floppy support implemented for the amiga. Colour support would be nice too
frank_b is offline   Reply With Quote
Old 24 June 2012, 14:11   #8
deg
Registered User
 
Join Date: May 2012
Location: Nottingham
Posts: 8
> That's really incredible. I'm interested how (and if) it works on a real hardware.

I seem to remember that programming TOS on Atari works as follows:

move.w #<parameter>, -(sp) ; push function parameter onto stack
move.w #<function number>, -(sp) ; the function you want to call
trap #21 ; call tos function
add.w #4, sp ; correct stack

the "trap" is like a user interrupt, on both the ST and Amiga you can set a handler for it something like eg move.l #handler, $80

and <function number> might be 1 for open file, 2 for close file, etc in which case a simple tos emulator would look like this:

void handler(int function_number, ...)
{
if (function_number == 1)
{
// put code for open file here
}
else if (function_number == 2)
{
// put code for close file here
}
}
etc

very cool project, with the only problem that most of the worthwhile ST applications would hit the hardware in some way and not be pure TOS/GEM. My guess is that the neochome paint program will not work, however perhaps the "Magic Shadow Archiver" for atari .msa disk images will work?
deg is offline   Reply With Quote
Old 24 June 2012, 14:17   #9
frank_b
Registered User
 
Join Date: Jun 2008
Location: Glasgow/Scotland
Posts: 209
Quote:
Originally Posted by deg View Post
> That's really incredible. I'm interested how (and if) it works on a real hardware.

I seem to remember that programming TOS on Atari works as follows:

move.w #<parameter>, -(sp) ; push function parameter onto stack
move.w #<function number>, -(sp) ; the function you want to call
trap #21 ; call tos function
add.w #4, sp ; correct stack

the "trap" is like a user interrupt, on both the ST and Amiga you can set a handler for it something like eg move.l #handler, $80

and <function number> might be 1 for open file, 2 for close file, etc in which case a simple tos emulator would look like this:

void handler(int function_number, ...)
{
if (function_number == 1)
{
// put code for open file here
}
else if (function_number == 2)
{
// put code for close file here
}
}
etc

very cool project, with the only problem that most of the worthwhile ST applications would hit the hardware in some way and not be pure TOS/GEM. My guess is that the neochome paint program will not work, however perhaps the "Magic Shadow Archiver" for atari .msa disk images will work?
Correct about the TOS calls above however MSA won't work yet because there's no floppy support. What would be cool would be do get Emutos running as a process in Amiga OS in the same manner as shapeshifter.
frank_b is offline   Reply With Quote
Old 24 June 2012, 17:03   #10
fishyfish
Registered User
 
Join Date: Jul 2010
Location: Australia
Posts: 445
Quote:
What would be cool would be do get Emutos running as a process in Amiga OS in the same manner as shapeshifter.
That'd be very cool
Im not hugely familiar with atari's 16bit computers beyond playing with them on emulators, so excuse my ignorance, but what's the relationship between tos and gem? Does it parallel kickstart/WB, or is gem more akin to a kickstart replacement?
Ultimately I guess Im trying to find out if the above hypothetical scenario would allow a person to use some Falcon software? (this is assuming the falcom uses, or can use Gem?)
fishyfish is offline   Reply With Quote
Old 24 June 2012, 17:04   #11
gibs
Banned
 
Join Date: Jan 2010
Location: france
Posts: 932
What to do with the .img file ?
gibs is offline   Reply With Quote
Old 24 June 2012, 17:12   #12
Schlachtwerk
68k RULEZ
 
Schlachtwerk's Avatar
 
Join Date: Jul 2010
Location: Germany
Posts: 53
Quote:
Originally Posted by gibs View Post
What to do with the .img file ?
The IMG is the Kickstart Replacment.
Schlachtwerk is offline   Reply With Quote
Old 24 June 2012, 17:19   #13
gibs
Banned
 
Join Date: Jan 2010
Location: france
Posts: 932
Yes, I know but how to kick it (on real hw)? I tried with BlizKick without success...
gibs is offline   Reply With Quote
Old 24 June 2012, 17:35   #14
Schlachtwerk
68k RULEZ
 
Schlachtwerk's Avatar
 
Join Date: Jul 2010
Location: Germany
Posts: 53
Quote:
Originally Posted by gibs View Post
Yes, I know but how to kick it (on real hw)? I tried with BlizKick without success...
I dont know, i have only test it with winuae.
Schlachtwerk is offline   Reply With Quote
Old 24 June 2012, 18:33   #15
Cammy
Registered User
 
Cammy's Avatar
 
Join Date: Aug 2007
Location: Gold Coast, Australia
Age: 28
Posts: 1,098
This is awesome news, I hope we can run it as a process like Shapeshifter some day too... at the same time as Shapeshifter would be nice. I'd like to show off running three OSs at the same time.

I'm going to try and see if I can get it running on the ACA1230.
__________________
A1200 030@28Mhz/2MB+32MB/RTC/KS3.1/IDE-CF+4GB/4-Way Clockport Expander/S-Video/PCMCIA NIC
A1200 020@14Mhz/2MB+8MB/FPU/RTC/KS3.0/IDE-CF+2GB/IndivisionAGA
CD32 020@14Mhz/2MB+8MB/RTC/KS3.1/IDE-CF+4GB
A600 000@7Mhz/2MB+2MB/RTC/ROM Switcher/KS3.1+1.3/IDE-CF+4GB/Subway USB/S-Video/PCMCIA NIC/USB Numeric Keypad+Hub+Mouse+Control Pad
A500 000@7Mhz/512kB+512kB/ROM Switcher/KS3.1+1.3/S-Video

Get AmigaOS for your PC, it's FREE and comes in two flavours!
www.icarosdesktop.org
www.aros-broadway.de
Cammy is offline   Reply With Quote
Old 24 June 2012, 19:31   #16
frank_b
Registered User
 
Join Date: Jun 2008
Location: Glasgow/Scotland
Posts: 209
Quote:
Originally Posted by fishyfish View Post
That'd be very cool
Im not hugely familiar with atari's 16bit computers beyond playing with them on emulators, so excuse my ignorance, but what's the relationship between tos and gem? Does it parallel kickstart/WB, or is gem more akin to a kickstart replacement?
Ultimately I guess Im trying to find out if the above hypothetical scenario would allow a person to use some Falcon software? (this is assuming the falcom uses, or can use Gem?)
TOS is the bios and console mode part of the OS and GEM is the gui.
http://en.wikipedia.org/wiki/Atari_TOS

There is an emu tos build for the Falcon too.
frank_b is offline   Reply With Quote
Old 24 June 2012, 23:04   #17
BlankVector
Registered User
 
Join Date: Jun 2012
Location: Paris, France
Posts: 82
Send a message via MSN to BlankVector
Quote:
Originally Posted by desiv View Post
The other project I was interested in was KickTOS.
Exactly! When I saw the KickTOS video 2 years ago, I realized that the ST-High video mode (only 1 bitplane) was compatible with the Amiga Playfield hardware. So I thought that EmuTOS should work... and it does

Quote:
Originally Posted by fishyfish View Post
Just curious though, can this be used on a real amiga as well, or is it soley for the emulator realm?
It should work on real Amiga hardware, but you will have to replace the Kickstart ROM
Also, the keyboard may not work correctly because I didn't send the acknowledges (not required by WinUAE).

For Atari machines, EmuTOS is also shipped as RAM version, to be loaded from floppy or hard disk without having to replace the ROM. It works fine on ST hardware. We could easily do the same for Amiga, if someones writes a loader.

Quote:
Originally Posted by fishyfish View Post
(why wouldnt someone just use something like STonX, Hatari, or Steem for example instead?)
Don't search any good reason for the existence of EmuTOS for Amiga. I did it because it's cool, no more

Quote:
Originally Posted by strim View Post
I don't know much about TOS internals, but maybe I could help adding support for some Amiga hardware. I wrote a few drivers for the NetBSD .
Definitely, you are welcome! Feel free to examine the sources (the Amiga specific parts are really tiny), and you can join the emutos-devel mailing list for further work.

Quote:
Originally Posted by frank_b View Post
They need floppy support implemented for the amiga. Colour support would be nice too
Yes, floppy support is really a key missing feature.
However, EmuTOS supports only FAT12/FAT16 filesystems, so it is probably not worth supporting traditional Amiga floppies.
And I'm not sure if Amiga emulators support Atari floppy images (similar to PC ones).

About Color video modes, unfortunately I'm not sure if they could work (without additional drivers, of course). The Atari hardware uses interlaced bitplanes every 16 pixels, and I'm not sure that the Amiga Playfield hardware is able to handle that

Quote:
Originally Posted by deg View Post
very cool project, with the only problem that most of the worthwhile ST applications would hit the hardware in some way and not be pure TOS/GEM.
True. But the latest Atari compatible machines (Milan...) were not so much compatible with the original ST hardware, so clean programs finally appeared. Those ones should work fine on Amiga.

Quote:
Originally Posted by deg View Post
My guess is that the neochome paint program will not work
It will probably never work. It uses ST-Low color video mode, rasters...

Quote:
Originally Posted by deg View Post
however perhaps the "Magic Shadow Archiver" for atari .msa disk images will work?
If MSA only uses the BIOS to access the floppies, it should also work on Amiga as soon as a floppy driver is available.

Quote:
Originally Posted by gibs View Post
Yes, I know but how to kick it (on real hw)? I tried with BlizKick without success...
I don't know BlizKick, but if you explain me what it does I may be able to build a custom EmuTOS for it.
BlankVector is offline   Reply With Quote
Old 25 June 2012, 01:03   #18
Galahad/FLT
Going nowhere
 
Galahad/FLT's Avatar
 
Join Date: Oct 2001
Location: United Kingdom
Age: 39
Posts: 5,026
Converting the Atari ST screen mode in realtime can be done, its not exactly speedy, but if someone wanted to run GEM in colour, it isn't a problem.

Obviously on base 68000 systems it'll be slow, but on faster machines, its not really a problem at all, its a very simple routine to write and you simply wait for the main routine in TOS to finish writing to the ST screen, and then convert in realtime to an area set aside in Amiga chip ram to display a 16 colour screen.
__________________
Former member of: LSD, Scoopex, Razor 1911, Dual Crew Shining, Rednex, Fairlight.

www.southwestscrap.co.uk
Galahad/FLT is offline   Reply With Quote
Old 25 June 2012, 01:06   #19
XDelusion
Alien Breeder
 
XDelusion's Avatar
 
Join Date: Mar 2011
Location: NW Ohio
Posts: 234
I was trying to get Magic to run under Shape Shifter some months ago with no success.

This may well be the solution to that problem. No Magic OS per say, but access to Atari apps, yes!
XDelusion is offline   Reply With Quote
Old 25 June 2012, 07:14   #20
frank_b
Registered User
 
Join Date: Jun 2008
Location: Glasgow/Scotland
Posts: 209
Quote:
Originally Posted by BlankVector View Post

About Color video modes, unfortunately I'm not sure if they could work (without additional drivers, of course). The Atari hardware uses interlaced bitplanes every 16 pixels, and I'm not sure that the Amiga Playfield hardware is able to handle that
The VDI should already support contiguous bitplanes. It probably wouldn't be a huge lot of work to make the destination screen use contiguous planes or interleaved line by line. This is just a guess however. The Amiga blitter couldn't be used in an ST style screen mode either. It lacks a programmable x increment. Not that emu tos has blitter support in the VDI yet
frank_b is offline   Reply With Quote
Old 25 June 2012, 09:27   #21
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 38
Posts: 11,941
Quote:
Originally Posted by BlankVector View Post
Also, the keyboard may not work correctly because I didn't send the acknowledges (not required by WinUAE).
Required since 2.4.0.
Toni Wilen is online now   Reply With Quote
Old 25 June 2012, 18:43   #22
gibs
Banned
 
Join Date: Jan 2010
Location: france
Posts: 932
Quote:
Originally Posted by BlankVector View Post
It should work on real Amiga hardware, but you will have to replace the Kickstart ROM
It should...
IMO no. I would be able to reckick it no ?
gibs is offline   Reply With Quote
Old 25 June 2012, 18:59   #23
BlankVector
Registered User
 
Join Date: Jun 2012
Location: Paris, France
Posts: 82
Send a message via MSN to BlankVector
Quote:
Originally Posted by gibs View Post
IMO no. I would be able to reckick it no ?
Sorry, I'm an Amiga newbie.
Is "reckicking" the ability to test another ROM without physically removing (or flashing) the current ROM?
BlankVector is offline   Reply With Quote
Old 25 June 2012, 19:04   #24
desiv
Registered User
 
Join Date: Oct 2009
Location: Salem, OR
Posts: 849
Quote:
Originally Posted by BlankVector View Post
Sorry, I'm an Amiga newbie.
Is "reckicking" the ability to test another ROM without physically removing (or flashing) the current ROM?
Yep.

Basically, say you have an Amiga with a 3.0 kickstart ROM and you want to use 3.1.
You boot the computer, it loads the 3.1 into memory and then you re-kick the machine and it starts from the new (or in some cases older) ROM.

desiv
desiv is offline   Reply With Quote
Old 25 June 2012, 19:10   #25
BlankVector
Registered User
 
Join Date: Jun 2012
Location: Paris, France
Posts: 82
Send a message via MSN to BlankVector
Quote:
Originally Posted by desiv View Post
Basically, say you have an Amiga with a 3.0 kickstart ROM and you want to use 3.1.
You boot the computer, it loads the 3.1 into memory and then you re-kick the machine and it starts from the new (or in some cases older) ROM.
Excellent! Well, it should work with emutos-amiga.img, too.
The keyboard will not work due to missing acknowledges (will be fixed), but everything else should work.

That would be great if someone could try that.
BlankVector is offline   Reply With Quote
Old 25 June 2012, 20:49   #26
gibs
Banned
 
Join Date: Jan 2010
Location: france
Posts: 932
I tried if you read my previous message. It doesn't work with BlizKick (an utility delivered by Phase5). Cammy is also trying with the ACA board...
gibs is offline   Reply With Quote
Old 25 June 2012, 21:50   #27
BlankVector
Registered User
 
Join Date: Jun 2012
Location: Paris, France
Posts: 82
Send a message via MSN to BlankVector
Quote:
Originally Posted by gibs View Post
I tried if you read my previous message. It doesn't work with BlizKick (an utility delivered by Phase5).
Sorry, I'm not familiar with those tools. If they can run on WinUAE, I could have a look.
BlankVector is offline   Reply With Quote
Old 25 June 2012, 22:31   #28
desiv
Registered User
 
Join Date: Oct 2009
Location: Salem, OR
Posts: 849
I wonder if it's possible/likely that the rekick tools in question are looking for an Amiga ROM specifically somehow and are failing on this image...

desiv
desiv is offline   Reply With Quote
Old 25 June 2012, 23:32   #29
twiggy
 
twiggy's Avatar
 
Join Date: Nov 2008
Location: Devon, U.K.
Age: 24
Posts: 181
I used ACAtune and got something loaded up (on a A600). As the documentation says, the keyboard doesn't work. Other than that, I just got a trashcan and a set of menus that didn't do much.
twiggy is offline   Reply With Quote
Old 26 June 2012, 00:00   #30
BlankVector
Registered User
 
Join Date: Jun 2012
Location: Paris, France
Posts: 82
Send a message via MSN to BlankVector
Quote:
Originally Posted by twiggy View Post
I used ACAtune and got something loaded up (on a A600). As the documentation says, the keyboard doesn't work. Other than that, I just got a trashcan and a set of menus that didn't do much.
Excellent, you are the first one running EmuTOS on real Amiga hardware

You went to the EmuTOS desktop, there is not much more (it is a minimal OS).

You didn't get any drive icon on the desktop because no mass storage was detected. Currently, only IDE drives (or CompactFlash) cards are supported on A600/A1200 hardware. They need to be connected as Master device. EmuTOS has limited partition support, it requires a PC-like partition table and one or more FAT16 primary partition. Basically, if you format an IDE hard disk or CompactFlash card on a PC, carefully using a FAT16 (2GB max) partition, it should work immediately on EmuTOS. Then you can run external Atari programs, etc.

About the keyboard issue, I reproduced it using WinUAE 2.4.1 (thanks Toni for the hint). I will look at that acknowledge issue.

Many thanks for your test
BlankVector is offline   Reply With Quote
Old 26 June 2012, 00:14   #31
desiv
Registered User
 
Join Date: Oct 2009
Location: Salem, OR
Posts: 849
Quote:
Originally Posted by twiggy View Post
... I just got a trashcan and a set of menus that didn't do much.
..

Sounds like an ST to me..

ba dum dum...

:-)

desiv

I'll have to try that on my 1200...
I wonder how much work it would be to get it to recognize the Amiga floppy controller?

Last edited by desiv; 26 June 2012 at 00:30.
desiv is offline   Reply With Quote
Old 26 June 2012, 09:40   #32
BlankVector
Registered User
 
Join Date: Jun 2012
Location: Paris, France
Posts: 82
Send a message via MSN to BlankVector
Quote:
Originally Posted by desiv View Post
I wonder how much work it would be to get it to recognize the Amiga floppy controller?
I have a few notions about the Amiga floppy interface, so I have a rough idea about that.

First, reading Amiga floppies will be useless because the filesystem will not be recognized by EmuTOS. And EmuTOS is not designed to support alternate file systems.

To read Atari/PC floppies, it would require reading a whole raw track, split it into sectors, decode the MFM... Nothing impossible, but it requires some amount of work. And write support will probably be a bit more complicated. I know this was supported by PcMountAll long ago, and probably by many other modern AmigaOS tools.
On the EmuTOS side, the interface is minimal and easily implementable. You just have to write a routine which takes a drive number, track and sector, and you're done.
I'm not going to dig into that myself, but if someone wants to write such routine (or already have it), your support will be welcome.
BlankVector is offline   Reply With Quote
Old 26 June 2012, 10:24   #33
twiggy
 
twiggy's Avatar
 
Join Date: Nov 2008
Location: Devon, U.K.
Age: 24
Posts: 181
@BlankVector - Thanks for the information and advice. I may give that FAT16 thing a go when I get a moment. At the moment I have two 4GB CF cards, one with SFS and the other with whatever NetBSD uses, so I doubt that'd be detected, ha. Cheers again, I look forward to further developments.

Out of interest, what are the "killer apps" and games that would be EmuTOS compatible (on a Amiga)?

Last edited by twiggy; 26 June 2012 at 16:03.
twiggy is offline   Reply With Quote
Old 26 June 2012, 13:12   #34
gibs
Banned
 
Join Date: Jan 2010
Location: france
Posts: 932
Mmmmmm none.
gibs is offline   Reply With Quote
Old 26 June 2012, 13:30   #35
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 38
Posts: 11,941
Quote:
Originally Posted by BlankVector View Post
To read Atari/PC floppies, it would require reading a whole raw track, split it into sectors, decode the MFM... Nothing impossible, but it requires some amount of work.
WinUAE (and uaeunp sources) and aros m68k trackdisk.device has PC MFM to sectors decoder included that should be quite easy to use. (no, I am not going to bother, sorry)
Toni Wilen is online now   Reply With Quote
Old 26 June 2012, 13:58   #36
BlankVector
Registered User
 
Join Date: Jun 2012
Location: Paris, France
Posts: 82
Send a message via MSN to BlankVector
Quote:
Originally Posted by twiggy View Post
Out of interest, what are the "killer apps" and games that would be EmuTOS compatible (on an Amiga)?
I'm afraid that gibs is right
Old word processors or monochrome games running in a window may work, but certainly no exciting stuff.
BlankVector is offline   Reply With Quote
Old 26 June 2012, 17:03   #37
desiv
Registered User
 
Join Date: Oct 2009
Location: Salem, OR
Posts: 849
I was wondering about an "EMUTOS format" that would work more easily with EMUTOS and the Amiga, but not necessarily compatible with ST or Amiga formats (ALA A-Max format), but then I read:
Quote:
Originally Posted by Toni Wilen View Post
WinUAE (and uaeunp sources) and aros m68k trackdisk.device has PC MFM to sectors decoder included that should be quite easy to use.
So, it sounds like it would be better to just go for MFM...

Also, as for applications, if you could get an Amiga serial port MIDI device to look like an ST MIDI device, it might be nice for people to play with the MIDI software, which I always heard was pretty good...
(I never used MIDI, so I'm not sure..)

desiv
desiv is offline   Reply With Quote
Old 26 June 2012, 17:37   #38
BlankVector
Registered User
 
Join Date: Jun 2012
Location: Paris, France
Posts: 82
Send a message via MSN to BlankVector
Quote:
Originally Posted by desiv View Post
Also, as for applications, if you could get an Amiga serial port MIDI device to look like an ST MIDI device, it might be nice for people to play with the MIDI software, which I always heard was pretty good...
For sure, in EmuTOS we could redirect the MIDI BIOS functions (that's dumb character I/O) to the Amiga serial port MIDI device. That will work with software using the BIOS, but not the ones using direct hardware access. However, most Atari MIDI software are designed for the ST-High monochrome mode (the one which works on Amiga), that would be worth trying.
BlankVector is offline   Reply With Quote
Old 01 July 2012, 20:10   #39
twiggy
 
twiggy's Avatar
 
Join Date: Nov 2008
Location: Devon, U.K.
Age: 24
Posts: 181
I have a MIDI device. I don't suppose you'd know which MIDI software packages are system friendly? Cubase?
twiggy is offline   Reply With Quote
Old 01 July 2012, 20:40   #40
BlankVector
Registered User
 
Join Date: Jun 2012
Location: Paris, France
Posts: 82
Send a message via MSN to BlankVector
Quote:
Originally Posted by twiggy View Post
I don't suppose you'd know which MIDI software packages are system friendly? Cubase?
I don't know, each software has to be tested. Recently I tried Devpac2 and Degas Elite, both worked perfectly.

Also, note that EmuTOS may not be 100% accurate compared to the original TOS, even on Atari hardware. But it is Free Software, so any bug can be fixed.
BlankVector is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
We NEED something like EmuTOS Antiriad Amiga scene 10 25 June 2012 00:21


All times are GMT +2. The time now is 19:16.

-->

Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Page generated in 0.54335 seconds with 12 queries