Does anyone else here play with the Emac 8085 Primer Trainer?
Kotobuki
Posts: 82
Does anyone here use the Emac 8085 Primer Trainer? I have the Extended op system that allows downloading code from a computer. It is a nice unit that has upgrades from the old and venerable SDK trainer. Does anyone know of a community for this? Google has not been my friend with this search.
Thank you again,
Best,
J
Thank you again,
Best,
J
Comments
First try on Google gives me this page:
emacinc.com/primer-trainer
I was not very specific with my post, but I was looking for a forum type of thing specifically for the Primer Trainer. The company site is very good and informational.
Thank you very much :-)
Best,
J
I like using an Arduino to program the 2764 as a stand alone this way I can write an entire routine check it and just pop the 2764 back into the trainer.
Hi! I have one of these, with MOS 2.7 from March of '96. My ROM accepts hex downloads of ASM I cross-compile with the DOS assembler provided by EMAC from their FTP site. My development environment is Ubuntu 14.04 running on an Intel NUC, using a cheap-o USB to RS-232 adapter I bought off eBay for a couple of bucks.
I just dug this thing back out after not playing with it for three years. I'd just about finished a little coding project, a recreation of the "follow me" game Simon. It heavily relies on MOS routines, but allows one to play a game of Simon (here called ECHO8085) on an attached terminal emulator. The code draws an ANSI game board, and uses the EMAC Primer piezo beeper to generate the tones to match the colors shown on the ANSI terminal. Player interaction is via the terminal keyboard.
I'll get this code cleaned up and post it to a GitHub repo tonight for anyone interested to mess about with. It's not perfect, but was my first attempt at learning some 8085 asm, and as I said it relies heavily on MOS ROM routines.
Christopher
The ANSI welcome screen and gameboard were drawn in TheDraw, a DOS ANSI editor.
Christopher