Milli Vee
Members-
Content Count
230 -
Joined
-
Last visited
Content Type
Profiles
Member Map
Forums
Blogs
Gallery
Calendar
Store
Everything posted by Milli Vee
-
Not sure how the post ended up in ColecoVision Programming - Can't delete it
-
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. https://youtube.com/channel/UCcOPctXP788CkTiQR_9CtWQ
-
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 U11 Are they the same on the ColecoVision?
-
Show your love for the Adam and help suppurt the Archive: http://adamarchive.org/donate.php
-
I am selling one of my drives if anyone is interested: https://www.ebay.com/itm/224181996187
-
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
-
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?
-
How do I make a custom rom compilation dsk with Virtual Adam?
Milli Vee replied to ftdi232's topic in ColecoVision / Adam
You can use my front end Adam 2018 also which lets you do just about anything http://adamware.us/adam2018.php -
I see they cancelled the one on the west coast http://vcfed.org/wp/2020/03/05/vcf-pnw-2020-has-been-cancelled/
-
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: http://smartbasic.net/forum/viewtopic.php?f=14&t=88
-
How do I make a custom rom compilation dsk with Virtual Adam?
Milli Vee replied to ftdi232's topic in ColecoVision / Adam
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. http://adamarchive.org
-
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/2019 Milli
-
You can set up a version of Qterm in CP/M to use the AdamLink and then you have xmodem and the like Milli
-
I'll do that as I work on it
-
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
-
Ok I missed that part - Open teh adam - pop the cover off the RF and adjust the sub carriers
-
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
-
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
