Milli Vee
-
Content Count
230 -
Joined
-
Last visited
Posts posted by Milli Vee
-
-
Hi guys - Starting in January I am launching a very Coleco Adam specific YouTube channel and I would appreciate it if all of you would subscribe to help get it off the ground. YouTube requires 1000 subscribers before it will really start promoting you so I can use all the help. Besides that - I think you will really enjoy it - not your typical mail call channel or watch me play video game channel etc. The channel link is here (I have to get a certain number of subscribers before the URL gets customized). Take a look at the coming soon video! Once you have subscribed let me know what you think of the set - BTW you can also go to the channels Facebook page, Twitter and Patreon while there.
-
2
-
-
Does anyone know - are the chip numbers on the Colecovision board for the VRAM the same as that in the Adam? They are the same numbers but are they same meaning? On the Adam they are:BIT Chip === ==== 0 U16 1 U14 2 U12 3 U10 4 U17 5 U15 6 U13 7 U11Are they the same on the ColecoVision? -
-
-
HI - I am working on a revamp of CP/M for the Adam and have released a test 8mb image for tinkering with: http://smartbasic.net/forum/viewtopic.php?f=34&t=118&p=436#p436 if anyone is interested. More details are here: http://smartbasic.net/forum/viewforum.php?f=33
-
3
-
-
On 9/7/2020 at 9:41 AM, Ikrananka said:There are quite a number of different sources and I certainly don't know all the options. That said here are the one's I know about:
- DIY - Grand Idea Studios still has all of their Pixels Past PCB design available for free download, including schematics and gerber files. Scroll down this page to find the ColecoVision section. I believe the PCB fits both original classic cart shells as well as those made with the newer Opcode/CollectorVision mold.
- DIY - Here's another DIY option but this is limited to 16KB max and the PCB will not fit properly in a classic cart.
- DIY - Here's yet another DIY option. Aimed purely at development work so not designed to fit in a properly in a classic cart.
- Ready to use - here's one that someone in France is selling on eBay. Looks like this is designed to fit in standard cart shells.
- Ready to use - and here's Pkk's mini cart PCB options.
Hope this helps. I'm likely to have missed some options so hopefully others will chime in.
I like the Pkk option since all the parts are there unless someone knows of a 27256 source
-
I know this is probably mentioned somewhere in the 1000's of messages in this forum but I suffer from a bad case of "Oh something shiney" and I would get very sidetracked looking for it so I'll start a new post.
I am looking for new blank CV cartridges with sockets, 27256 EPROM chips and case, so basically blank carts. Does anyone make / sell them or do I have to go down the route of making them myself?
-
-
22 hours ago, ftdi232 said:Thank you Kalidomra for letting me know about that feature. Very helpful. Also, thank you NIAD for the tips. I'll have to try out Adamem without the front end and see what I can do with it.
Thanks again.
You can use my front end Adam 2018 also which lets you do just about anything
-
20 hours ago, MrPix said:Chances of large gatherings going ahead in a month seem pretty slim.
Not trying to be a downer, but don't buy tix now. If things get worse, but the event is NOT cancelled, you'll be able to get some super cheap flights and hotels.I see they cancelled the one on the west coast
http://vcfed.org/wp/2020/03/05/vcf-pnw-2020-has-been-cancelled/
-
Where is it?
-
If you have an ADAMouse I laying around and want to use it here are instructions on how to create the power adapter and modify it to work correctly: -
1 hour ago, ftdi232 said:Thank you for the information. Do you know how to create a compilation dsk with roms that are 32k or less with Virtual Adam/Adamem?
Thanks again.
Look at the ones I have on http://adamware.us (or in the archive) - just about every rom is there.
-
I have done a number of updates to the code running the archive:
- You can now click on the Details icon for Disk and Data images to see the directory of the image (EOS & CP/M & TDOS).
- You can now click on the Details icon for a ZIP file to see the contents of the zip file.
- You can now click on the Discuss icon for a file and it will bring you to the Adam Archive forum and open a new message with the file name as the subject.
- You can now click on the Find icon for a file and it will search the Adam Archive forum for the file in the subject.
- Updates to how the site looks, cleaned up some of the code.
-
3
-
2
-
-
I uploaded 65 manuals to the archive this morning. Thanks James Notini for reminding me I had the CP/M manual on the DVD. There are now over 5800 files in the archive. I know many like uploading things to here but seriously, upload them to the archive too! http://adamarchive.org/updates.php?d=12/31/2019Milli-
2
-
1
-
-
On 11/28/2019 at 8:15 AM, rietveld said:You can't. You need adamlink 2 or higher. That feature was added in after adamlink 1
You can set up a version of Qterm in CP/M to use the AdamLink and then you have xmodem and the like
Milli
-
On 11/21/2019 at 9:23 AM, Ikrananka said:So, yes it does work the Player 2 joystick but not the Player 1 joystick. This seems rather counter intuitive in a one player game. I would suggest switching control to the Player 1 joystick.
I'll do that as I work on it
-
1
-
-
Use port #1 if port 0 doesn't work - I tested on the adam and in the emulator and it worked for both - it also worked for my testers. Fire button = Left button
-
I posted a demo of a game I wrote for the CV and Adam if interested:
http://smartbasic.net/forum/viewtopic.php?f=31&t=58-
2
-
-
-
Do the shake test - make sure nothing is floating around in the case. But it does look like a bad cable or bad connection to the TV. Don't use the 5 pin - use a standard AV cable from the monitor port - yes no sound but it lets you see if its cable versus system.
Milli
-
I know this is a very old post but can someone point me to an example of using the export assembly code? As en example I created this simple noise (below) and can see that it is in the standard sound data format OS7 wants I am just unsure how I would go about playing it. Any example code in z80 would be great.
Milli
sfx_test_1:
.db 0x40,0x44,0x30,4
.db 0x40,0xe1,0x30,1
.db 0x40,0xdb,0x30,1
.db 0x40,0xd1,0x30,1
.db 0x40,0xc5,0x30,2
.db 0x40,0xf1,0x30,1
.db 0x40,0x03,0x31,1
.db 0x40,0x0d,0x31,1
.db 0x40,0x17,0x31,1
.db 0x40,0x21,0x31,1
.db 0x40,0x2d,0x31,1
.db 0x40,0xfb,0x30,1
.db 0x40,0xeb,0x30,1
.db 0x40,0xe5,0x30,1
.db 0x40,0xff,0x30,1
.db 0x40,0x1d,0x31,1
.db 0x40,0x25,0x31,2
.db 0x40,0x1b,0x31,1
.db 0x40,0xf1,0x30,1
.db 0x40,0xdf,0x30,1
.db 0x40,0xd7,0x30,1
.db 0x40,0xcd,0x30,1
.db 0x40,0xd1,0x30,1
.db 0x40,0xd7,0x30,1
.db 0x40,0xdd,0x30,1
.db 0x40,0xe3,0x30,1
.db 0x40,0xe9,0x30,1
.db 0x40,0xf5,0x30,1
.db 0x40,0xfb,0x30,1
.db 0x40,0x05,0x31,1
.db 0x40,0x11,0x31,1
.db 0x40,0x0d,0x31,1
.db 0x40,0xcb,0x30,1
.db 0x40,0xc3,0x30,1
.db 0x40,0xcb,0x30,1
.db 0x40,0xd1,0x30,1
.db 0x40,0xd7,0x30,2
.db 0x40,0xdf,0x30,1
.db 0x40,0xe1,0x30,1
.db 0x40,0xe5,0x30,1
.db 0x40,0xed,0x30,1
.db 0x40,0xe3,0x30,1
.db 0x40,0xdf,0x30,1
.db 0x40,0xdd,0x30,1
.db 0x40,0xd7,0x30,5
.db 0x40,0xd5,0x30,1
.db 0x40,0xcf,0x30,1
.db 0x40,0xb3,0x30,2
.db 0x40,0xb1,0x30,1
.db 0x40,0xad,0x30,1
.db 0x40,0xa5,0x30,1
.db 0x40,0x9f,0x30,2
.db 0x40,0xd3,0x30,1
.db 0x40,0xe1,0x30,1
.db 0x40,0xeb,0x30,1
.db 0x40,0xf5,0x30,1
.db 0x40,0x27,0x31,1
.db 0x40,0x2f,0x31,1
.db 0x40,0x39,0x31,1
.db 0x40,0x43,0x31,1
.db 0x40,0x4f,0x31,1
.db 0x40,0x57,0x31,1
.db 0x40,0x59,0x31,3
.db 0x40,0x44,0x30,1
.db 0x40,0x55,0x31,1
.db 0x40,0x44,0x30,1
.db 0x40,0x53,0x31,1
.db 0x40,0x44,0x30,1
.db 0x40,0x4d,0x31,1
.db 0x40,0x44,0x30,1
.db 0x40,0x1b,0x31,1
.db 0x40,0x0f,0x31,1
.db 0x40,0xf3,0x30,1
.db 0x40,0xef,0x30,1
.db 0x40,0xe7,0x30,1
.db 0x40,0xe5,0x30,1
.db 0x40,0xe1,0x30,1
.db 0x40,0xdd,0x30,1
.db 0x40,0xd9,0x30,2
.db 0x40,0xdf,0x30,1
.db 0x40,0xe3,0x30,1
.db 0x40,0xe1,0x30,1
.db 0x40,0x44,0x30,23
.db 0x50 -
On 7/19/2019 at 4:26 PM, Mike Harris said:Being as this is specific and I see no hardware area to post in then I will do it here.
Can I safely assume that the Digital Data Drives Hardware is nothing more than a motor control unit and that the independent 1601 CPU that controls with BIOS instruction is mounted on the ADAM logic board?
Unlike the Disk Drive which is an all in one device that connects to the ADAM NET.
I am finding that the pin outs on the main board for DATA do not connect to the DATA on ADAM NET directly.
Technology that makes sense in the 80's, especially when you would have redundant chips and space on the DDDrive.
Definitely not for today especially with surface mount.Your post got lost here but yes. On the main board there are 2 6801's. One is the master and runs all AdamNet communication, the other runs the 2 data drives. All other peripherals, keyboard, printer, disk drive, have their own 6801 built in them. Any questions you have about the data drives should be referred to Howard Eglowstein who helped design them. He hangs out in the Coleco Adam facebook group (https://www.facebook.com/groups/115531017844/) - not sure if he frequents here.
There is also a lot of information in the archive (http://adamarchive.org/)
Milli


February is #FebruAdam
in ColecoVision / Adam
Posted
Not sure how the post ended up in ColecoVision Programming - Can't delete it