Page 1 of 1

Memotech MTX-512 DART serial routines.

Posted: Mon Jul 22, 2019 12:18 am
by tschak909
These are from Andy Key and are in M80 macro assembler format.

They work on either the Memotech MTX-512 RS-232-C expansion, or the REMEMOrizer expansion.
https://drive.google.com/open?id=1XiupZ ... 2sLyLEaFDv

-Thom

Posted: Wed Jul 24, 2019 8:07 pm
by dom
That looks pretty easy.

The only snag is that the only way to handle multiple ports is to have different libraries which may not be desirable.

Posted: Thu Jul 25, 2019 12:05 am
by tschak909
meh ;) No biggie, :)

-Thom

Posted: Thu Jul 25, 2019 12:08 am
by tschak909
Also, it's worth noting that it can be tested with this emulator:
http://www.nyangau.org/memu/memu.htm

-Thom

Posted: Fri Jul 26, 2019 8:55 am
by dom
I think that was the correct answer!

I?m busy this weekend but I?ll import them early next week.

Posted: Mon Jul 29, 2019 9:17 pm
by dom
I had a bit of free time and I've now wrapped the routines in the rs232 API. By default it will use port A, but if you provide -pragma-define:CLIB_RS232_PORT_B=1 then it will use port B.

Posted: Tue Jul 30, 2019 6:35 am
by tschak909
Thank you! :)