Memotech MTX-512 DART serial routines.

Post Reply
tschak909
Well known member
Posts: 171
Joined: Sun Sep 09, 2018 5:44 pm

Memotech MTX-512 DART serial routines.

Post 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
User avatar
dom
Well known member
Posts: 2072
Joined: Sun Jul 15, 2007 10:01 pm

Post 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.
tschak909
Well known member
Posts: 171
Joined: Sun Sep 09, 2018 5:44 pm

Post by tschak909 »

meh ;) No biggie, :)

-Thom
tschak909
Well known member
Posts: 171
Joined: Sun Sep 09, 2018 5:44 pm

Post by tschak909 »

Also, it's worth noting that it can be tested with this emulator:
http://www.nyangau.org/memu/memu.htm

-Thom
User avatar
dom
Well known member
Posts: 2072
Joined: Sun Jul 15, 2007 10:01 pm

Post by dom »

I think that was the correct answer!

I?m busy this weekend but I?ll import them early next week.
User avatar
dom
Well known member
Posts: 2072
Joined: Sun Jul 15, 2007 10:01 pm

Post 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.
tschak909
Well known member
Posts: 171
Joined: Sun Sep 09, 2018 5:44 pm

Post by tschak909 »

Thank you! :)
Post Reply