Search found 11 matches
- Mon May 18, 2020 4:04 pm
- Forum: SmartBASIC
- Topic: HCOLOR pokes
- Replies: 2
- Views: 2547
Re: HCOLOR pokes
It looks like the poke 18747,201 is trying to bypass the routine at 18747 by inserting a RET (opcode C9 = 201). But that routine seems to need to return with a valid value in register A. Try this: poke 11127,255: poke 18747,121:poke 18748,201 This disables the value check with the poke 11127,255 The...
- Wed Nov 20, 2019 6:27 pm
- Forum: Coleco Vision
- Topic: Coding on the CV
- Replies: 2
- Views: 3840
Re: Coding on the CV
Hi Milli, I'll try to explain Colecovision sound programming as best as I can. The three best resources I have found are: 1. "Colecovision Coding Guide" by Daniel Bienvenu starting at page 198. Good documentation on sound structure. 2. "Official Colecovision Programming Manual" section 7 Sound Gener...
- Mon Sep 02, 2019 2:43 pm
- Forum: CP/M & TDOS
- Topic: Need help with testing joysticks
- Replies: 4
- Views: 4512
Re: Need help with testing joysticks
I know this is CP/M but you might want to review the POLLER and READ AND DEBOUNCE GAME CONTROLLER ($E206) subroutine in the EOS 5 source code to see how the game controllers are read and decoded in EOS.
http://adamarchive.org/archive/Adam/Tec ... 20code.zip
http://adamarchive.org/archive/Adam/Tec ... 20code.zip
- Tue Aug 20, 2019 2:24 pm
- Forum: CP/M & TDOS
- Topic: Copy.Asm Source code
- Replies: 3
- Views: 3956
Re: Copy.Asm Source code
What assembler do you use for CP/M? Also is there a disassembler you would recommend?
- Sat Aug 03, 2019 8:34 pm
- Forum: Miscellaneous
- Topic: Adam SERVE
- Replies: 1
- Views: 3036
Re: Adam SERVE
A while ago when the http://theadamresource.com went dark I saved all the TWWMCA articles I could find and put them in a PDF.
- Fri Aug 02, 2019 5:44 pm
- Forum: Serial & Parallel Cards
- Topic: MIB2 low-level access
- Replies: 13
- Views: 10898
Re: MIB2 low-level access
This is one aspect of the ADAM which I find annoying: No standard serial or parallel port. How about using the Adamnet network? Any documents on how to access and decode the signals? There is documentation for ADAMNet in the ADAM Technical Manual which you can probably find on http://adamarchive.org/
- Fri Aug 02, 2019 5:43 pm
- Forum: Serial & Parallel Cards
- Topic: MIB2 low-level access
- Replies: 13
- Views: 10898
- Fri Aug 02, 2019 4:04 pm
- Forum: Serial & Parallel Cards
- Topic: MIB2 low-level access
- Replies: 13
- Views: 10898
Re: MIB2 low-level access
Does that code really work with the MIB2? I ask because the MIB2 and MIB3 do not use an 8251 USART they use a Phillips SCN2681 DUART and when I was dissembling ADAMLink V it uses ports 10H-1DH to communicate with the SCN2681 (see attached port list) when in MIB2/MIB3 mode. Coleco ADAM Port List Upda...
- Mon Jul 22, 2019 1:17 am
- Forum: CP/M & TDOS
- Topic: Turbo Pascal issue under CP/M
- Replies: 18
- Views: 13996
Re: Turbo Pascal issue under CP/M
Did you ever get it to run? I typed in the same code and it compiled and ran fine with the latest disk you uploaded.
- Sun Jul 21, 2019 9:09 pm
- Forum: Miscellaneous
- Topic: Adam Image Manager
- Replies: 9
- Views: 9139
Re: Adam Image Manager
Found the source of the corruption I think. I'll upload AIM 1.1.1 soon for testing. The software should handle both interleaved (DSK) and non-interleaved images (DDP).