<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="http://smartbasic.net/forum/app.php/feed/forum/8" />

	<title>SmartBASIC - A Coleco Adam Forum</title>
	<subtitle>Let's Talk Adam</subtitle>
	<link href="http://smartbasic.net/forum/index.php" />
	<updated>2022-05-09T08:31:50-04:00</updated>

	<author><name><![CDATA[SmartBASIC - A Coleco Adam Forum]]></name></author>
	<id>http://smartbasic.net/forum/app.php/feed/forum/8</id>

		<entry>
		<author><name><![CDATA[Wmaalouli]]></name></author>
		<updated>2022-05-09T08:31:50-04:00</updated>

		<published>2022-05-09T08:31:50-04:00</published>
		<id>http://smartbasic.net/forum/viewtopic.php?t=188&amp;p=726#p726</id>
		<link href="http://smartbasic.net/forum/viewtopic.php?t=188&amp;p=726#p726"/>
		<title type="html"><![CDATA[Miscellaneous • Fujinet questions]]></title>

					<category term="Miscellaneous" scheme="http://smartbasic.net/forum/viewforum.php?f=8" label="Miscellaneous"/>
		
		<content type="html" xml:base="http://smartbasic.net/forum/viewtopic.php?t=188&amp;p=726#p726"><![CDATA[
I've been playing with my Fujinet device and it's really great overall. I do have a few questions:<br><br>- What are the plans for the 2 leftward buttons?<br>- How do I know which firmware version I have?<br>- There is an OUT Adamnet port on the device, but when I connect a Virtual Disk Drive to it, it locks up and refuses to boot<br>- I have a Micro Innovations disk with TDOS set up to use the serial port for output which I use to display CP/M on an external terminal. This does not seem to work when I boot the disk from Fujinet.<br><br>Any insights would be greatly appreciated.<p>Statistics: Posted by <a href="http://smartbasic.net/forum/memberlist.php?mode=viewprofile&amp;u=51">Wmaalouli</a> — Mon May 09, 2022 8:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wmaalouli]]></name></author>
		<updated>2022-03-30T07:20:16-04:00</updated>

		<published>2022-03-30T07:20:16-04:00</published>
		<id>http://smartbasic.net/forum/viewtopic.php?t=182&amp;p=715#p715</id>
		<link href="http://smartbasic.net/forum/viewtopic.php?t=182&amp;p=715#p715"/>
		<title type="html"><![CDATA[Miscellaneous • Re: Greetings from Spain]]></title>

					<category term="Miscellaneous" scheme="http://smartbasic.net/forum/viewforum.php?f=8" label="Miscellaneous"/>
		
		<content type="html" xml:base="http://smartbasic.net/forum/viewtopic.php?t=182&amp;p=715#p715"><![CDATA[
Welcome.<br>I am a relative newcomer to the Coleco Adam as well, having gotten my hands on a system only about 3 years ago.<br>I am a big fan of CP/M on it and have been programming for it in Turbo Pascal 3 beefed up with graphics, sound and controller extensions specific to the Adam.<br>A very nice machine hobbled by poor quality controls initially which torpedoed customer confidence in the system.<p>Statistics: Posted by <a href="http://smartbasic.net/forum/memberlist.php?mode=viewprofile&amp;u=51">Wmaalouli</a> — Wed Mar 30, 2022 7:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[masteries]]></name></author>
		<updated>2022-03-26T06:30:03-04:00</updated>

		<published>2022-03-26T06:30:03-04:00</published>
		<id>http://smartbasic.net/forum/viewtopic.php?t=182&amp;p=711#p711</id>
		<link href="http://smartbasic.net/forum/viewtopic.php?t=182&amp;p=711#p711"/>
		<title type="html"><![CDATA[Miscellaneous • Greetings from Spain]]></title>

					<category term="Miscellaneous" scheme="http://smartbasic.net/forum/viewforum.php?f=8" label="Miscellaneous"/>
		
		<content type="html" xml:base="http://smartbasic.net/forum/viewtopic.php?t=182&amp;p=711#p711"><![CDATA[
Greetings Coleco mates,<br><br>I am Masteries, a new user of Coleco Adam computer.<br><br>Currently, the Coleco Adam in use is a shared one, <br>due to there are few of these computers in Spain.<br><br><br>Despite this, its very surprisingly that a 1983 released computer<br>has 80 KB RAM and MSX mode 2 video capabilities.<br><br>I hope we continue to see each other on this forum,<br>learning programming and related things for Coleco.<p>Statistics: Posted by <a href="http://smartbasic.net/forum/memberlist.php?mode=viewprofile&amp;u=326">masteries</a> — Sat Mar 26, 2022 6:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tschak909]]></name></author>
		<updated>2022-02-01T17:15:36-04:00</updated>

		<published>2022-02-01T17:15:36-04:00</published>
		<id>http://smartbasic.net/forum/viewtopic.php?t=177&amp;p=699#p699</id>
		<link href="http://smartbasic.net/forum/viewtopic.php?t=177&amp;p=699#p699"/>
		<title type="html"><![CDATA[Miscellaneous • #FujiNet Feature for Developers - Appkeys]]></title>

					<category term="Miscellaneous" scheme="http://smartbasic.net/forum/viewforum.php?f=8" label="Miscellaneous"/>
		
		<content type="html" xml:base="http://smartbasic.net/forum/viewtopic.php?t=177&amp;p=699#p699"><![CDATA[
I am still writing the test program, but wanted to let developers know of a useful FujiNet feature: AppKeys. <br><br>These are small 64-byte strings that can be used to hold anything that should remain on the FujiNet and requested by the application, such as credentials or program preferences. These are stored on the FujiNet SD card, and thus can go with you, if you place the SD card in another FujiNet.<br><br>We use this on e.g. the Atari FujiNet to store user credentials, and in the weather program to store geographic location and theme preferences.<br><br>As stated before, each app key is 64 bytes in length, and are categorized by Creator and application ID. The  Creator ID is 16 bits wide, allowing for 65,535 creator IDs, and the app ID is 8 bits (allowing for 256 applications per creator type), and each app can have up to 256 keys assigned to it, at 64 bytes each. This should be sufficient to store any configuration information outside of a program.<br><br>This feature is implemented using the open, read, and write appkey commands that can be sent to the Fuji device ID at any time.<br><br>-Thom<p>Statistics: Posted by <a href="http://smartbasic.net/forum/memberlist.php?mode=viewprofile&amp;u=318">tschak909</a> — Tue Feb 01, 2022 4:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[joltguy]]></name></author>
		<updated>2021-05-14T11:16:44-04:00</updated>

		<published>2021-05-14T11:16:44-04:00</published>
		<id>http://smartbasic.net/forum/viewtopic.php?t=143&amp;p=585#p585</id>
		<link href="http://smartbasic.net/forum/viewtopic.php?t=143&amp;p=585#p585"/>
		<title type="html"><![CDATA[Miscellaneous • Re: What Do You Use Your Adam For?]]></title>

					<category term="Miscellaneous" scheme="http://smartbasic.net/forum/viewforum.php?f=8" label="Miscellaneous"/>
		
		<content type="html" xml:base="http://smartbasic.net/forum/viewtopic.php?t=143&amp;p=585#p585"><![CDATA[
I really use my ADAM for fun. Not just games though... I love exploring all the old ADAM software!<br><br>Back in the late 80s when I got my ADAM (the one I still use today) I mainly used SmartBASIC and (once I got a modem) ADAMLink for some good old 300-baud BBSing. Of course I also used SmartWriter to type up all my school reports too!<br><br>Nowadays I still spend the majority of my ADAM time hacking around in BASIC but I also love playing with CP/M and SmartLOGO. If I'm short on time or just want to have some fun I'll fire up a game and play for a bit. No shortage of awesome games for ADAM!  <img class="smilies" src="http://smartbasic.net/forum/images/smilies/icon_cool.gif" width="15" height="17" alt="8-)" title="Cool"><p>Statistics: Posted by <a href="http://smartbasic.net/forum/memberlist.php?mode=viewprofile&amp;u=198">joltguy</a> — Fri May 14, 2021 11:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wmaalouli]]></name></author>
		<updated>2021-05-13T13:07:41-04:00</updated>

		<published>2021-05-13T13:07:41-04:00</published>
		<id>http://smartbasic.net/forum/viewtopic.php?t=143&amp;p=578#p578</id>
		<link href="http://smartbasic.net/forum/viewtopic.php?t=143&amp;p=578#p578"/>
		<title type="html"><![CDATA[Miscellaneous • Re: What Do You Use Your Adam For?]]></title>

					<category term="Miscellaneous" scheme="http://smartbasic.net/forum/viewforum.php?f=8" label="Miscellaneous"/>
		
		<content type="html" xml:base="http://smartbasic.net/forum/viewtopic.php?t=143&amp;p=578#p578"><![CDATA[
The cart contains a microcontroller doing all the heavy lifting and high speed streaming of the video data with the TI just dumping it onto the video processor for display and managing player input. Could not have been possible otherwise. Still impressive nonetheless.<p>Statistics: Posted by <a href="http://smartbasic.net/forum/memberlist.php?mode=viewprofile&amp;u=51">Wmaalouli</a> — Thu May 13, 2021 1:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[clindholm]]></name></author>
		<updated>2021-05-13T10:33:12-04:00</updated>

		<published>2021-05-13T10:33:12-04:00</published>
		<id>http://smartbasic.net/forum/viewtopic.php?t=143&amp;p=574#p574</id>
		<link href="http://smartbasic.net/forum/viewtopic.php?t=143&amp;p=574#p574"/>
		<title type="html"><![CDATA[Miscellaneous • Re: What Do You Use Your Adam For?]]></title>

					<category term="Miscellaneous" scheme="http://smartbasic.net/forum/viewforum.php?f=8" label="Miscellaneous"/>
		
		<content type="html" xml:base="http://smartbasic.net/forum/viewtopic.php?t=143&amp;p=574#p574"><![CDATA[
WOW!<br><br>That was amazing! I had no idea a ti99 could even REMOTELY do something like that!<p>Statistics: Posted by <a href="http://smartbasic.net/forum/memberlist.php?mode=viewprofile&amp;u=297">clindholm</a> — Thu May 13, 2021 10:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wmaalouli]]></name></author>
		<updated>2021-05-13T09:38:55-04:00</updated>

		<published>2021-05-13T09:38:55-04:00</published>
		<id>http://smartbasic.net/forum/viewtopic.php?t=143&amp;p=572#p572</id>
		<link href="http://smartbasic.net/forum/viewtopic.php?t=143&amp;p=572#p572"/>
		<title type="html"><![CDATA[Miscellaneous • Re: What Do You Use Your Adam For?]]></title>

					<category term="Miscellaneous" scheme="http://smartbasic.net/forum/viewforum.php?f=8" label="Miscellaneous"/>
		
		<content type="html" xml:base="http://smartbasic.net/forum/viewtopic.php?t=143&amp;p=572#p572"><![CDATA[
Interactive fiction with still images is totally doable, but animation is very slow unless everything is loaded into memory first or we have a fast storage device like a cart to store the data. Look at what was done on the TI 99/4A with Dragon's Lair as an example here: <a href="https://youtu.be/dYcl0ozAjiE" class="postlink">https://youtu.be/dYcl0ozAjiE</a><p>Statistics: Posted by <a href="http://smartbasic.net/forum/memberlist.php?mode=viewprofile&amp;u=51">Wmaalouli</a> — Thu May 13, 2021 9:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[clindholm]]></name></author>
		<updated>2021-05-12T22:33:24-04:00</updated>

		<published>2021-05-12T22:33:24-04:00</published>
		<id>http://smartbasic.net/forum/viewtopic.php?t=143&amp;p=570#p570</id>
		<link href="http://smartbasic.net/forum/viewtopic.php?t=143&amp;p=570#p570"/>
		<title type="html"><![CDATA[Miscellaneous • Re: What Do You Use Your Adam For?]]></title>

					<category term="Miscellaneous" scheme="http://smartbasic.net/forum/viewforum.php?f=8" label="Miscellaneous"/>
		
		<content type="html" xml:base="http://smartbasic.net/forum/viewtopic.php?t=143&amp;p=570#p570"><![CDATA[
Cool! I've seen your Ace of Aces. Very impressive stuff. I never thought CP/M could do graphics. You ever thought about doing some sort of "Under a killing Moon" type game on the Adam?<p>Statistics: Posted by <a href="http://smartbasic.net/forum/memberlist.php?mode=viewprofile&amp;u=297">clindholm</a> — Wed May 12, 2021 10:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wmaalouli]]></name></author>
		<updated>2021-05-12T21:36:43-04:00</updated>

		<published>2021-05-12T21:36:43-04:00</published>
		<id>http://smartbasic.net/forum/viewtopic.php?t=143&amp;p=569#p569</id>
		<link href="http://smartbasic.net/forum/viewtopic.php?t=143&amp;p=569#p569"/>
		<title type="html"><![CDATA[Miscellaneous • Re: What Do You Use Your Adam For?]]></title>

					<category term="Miscellaneous" scheme="http://smartbasic.net/forum/viewforum.php?f=8" label="Miscellaneous"/>
		
		<content type="html" xml:base="http://smartbasic.net/forum/viewtopic.php?t=143&amp;p=569#p569"><![CDATA[
Never had an Adam until 3 years ago or so. I kind of developed a soft spot for it though, and have been programming on it in both assembly and Turbo Pascal under CP/M.<p>Statistics: Posted by <a href="http://smartbasic.net/forum/memberlist.php?mode=viewprofile&amp;u=51">Wmaalouli</a> — Wed May 12, 2021 9:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[clindholm]]></name></author>
		<updated>2021-05-12T21:24:30-04:00</updated>

		<published>2021-05-12T21:24:30-04:00</published>
		<id>http://smartbasic.net/forum/viewtopic.php?t=143&amp;p=567#p567</id>
		<link href="http://smartbasic.net/forum/viewtopic.php?t=143&amp;p=567#p567"/>
		<title type="html"><![CDATA[Miscellaneous • What Do You Use Your Adam For?]]></title>

					<category term="Miscellaneous" scheme="http://smartbasic.net/forum/viewforum.php?f=8" label="Miscellaneous"/>
		
		<content type="html" xml:base="http://smartbasic.net/forum/viewtopic.php?t=143&amp;p=567#p567"><![CDATA[
Back when I was in high school, I found my Adam in a thrift store. I used it alot for reports and essays.<br><br>Now, I'm 49 and still have it. I have always been curious as to whether the Adam (or any 8bit machine) was actually used as a productivity tool way back when. I have always wanted to spend a month or so using my Adam exclusively in my day to day use (other than work of course).<br><br>How did you.... Or do you use your Adam? Games only? Programming for a reason? Programming for the hell of it? Or are you a full time Admite!?<p>Statistics: Posted by <a href="http://smartbasic.net/forum/memberlist.php?mode=viewprofile&amp;u=297">clindholm</a> — Wed May 12, 2021 9:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wmaalouli]]></name></author>
		<updated>2020-10-27T19:34:35-04:00</updated>

		<published>2020-10-27T19:34:35-04:00</published>
		<id>http://smartbasic.net/forum/viewtopic.php?t=128&amp;p=504#p504</id>
		<link href="http://smartbasic.net/forum/viewtopic.php?t=128&amp;p=504#p504"/>
		<title type="html"><![CDATA[Miscellaneous • Re: Blank disk image]]></title>

					<category term="Miscellaneous" scheme="http://smartbasic.net/forum/viewforum.php?f=8" label="Miscellaneous"/>
		
		<content type="html" xml:base="http://smartbasic.net/forum/viewtopic.php?t=128&amp;p=504#p504"><![CDATA[
Much obliged.<p>Statistics: Posted by <a href="http://smartbasic.net/forum/memberlist.php?mode=viewprofile&amp;u=51">Wmaalouli</a> — Tue Oct 27, 2020 7:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Milli]]></name></author>
		<updated>2020-10-27T10:29:08-04:00</updated>

		<published>2020-10-27T10:29:08-04:00</published>
		<id>http://smartbasic.net/forum/viewtopic.php?t=128&amp;p=503#p503</id>
		<link href="http://smartbasic.net/forum/viewtopic.php?t=128&amp;p=503#p503"/>
		<title type="html"><![CDATA[Miscellaneous • Re: Blank disk image]]></title>

					<category term="Miscellaneous" scheme="http://smartbasic.net/forum/viewforum.php?f=8" label="Miscellaneous"/>
		
		<content type="html" xml:base="http://smartbasic.net/forum/viewtopic.php?t=128&amp;p=503#p503"><![CDATA[
Here is a 160kb blank image<br><div class="inline-attachment"><dl class="file"><dt><span class="imageset icon_topic_attach"></span> <a class="postlink" href="http://smartbasic.net/forum/download/file.php?id=107">BLANK.zip</a></dt></dl></div><p>Statistics: Posted by <a href="http://smartbasic.net/forum/memberlist.php?mode=viewprofile&amp;u=2">Milli</a> — Tue Oct 27, 2020 10:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wmaalouli]]></name></author>
		<updated>2020-10-26T21:44:19-04:00</updated>

		<published>2020-10-26T21:44:19-04:00</published>
		<id>http://smartbasic.net/forum/viewtopic.php?t=128&amp;p=499#p499</id>
		<link href="http://smartbasic.net/forum/viewtopic.php?t=128&amp;p=499#p499"/>
		<title type="html"><![CDATA[Miscellaneous • Re: Blank disk image]]></title>

					<category term="Miscellaneous" scheme="http://smartbasic.net/forum/viewforum.php?f=8" label="Miscellaneous"/>
		
		<content type="html" xml:base="http://smartbasic.net/forum/viewtopic.php?t=128&amp;p=499#p499"><![CDATA[
I'm unable to erase the files. I get a BDOS error...<br>I would greatly appreciate an empty disk image if you have one.<p>Statistics: Posted by <a href="http://smartbasic.net/forum/memberlist.php?mode=viewprofile&amp;u=51">Wmaalouli</a> — Mon Oct 26, 2020 9:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Milli]]></name></author>
		<updated>2020-10-26T20:10:14-04:00</updated>

		<published>2020-10-26T20:10:14-04:00</published>
		<id>http://smartbasic.net/forum/viewtopic.php?t=128&amp;p=498#p498</id>
		<link href="http://smartbasic.net/forum/viewtopic.php?t=128&amp;p=498#p498"/>
		<title type="html"><![CDATA[Miscellaneous • Re: Blank disk image]]></title>

					<category term="Miscellaneous" scheme="http://smartbasic.net/forum/viewforum.php?f=8" label="Miscellaneous"/>
		
		<content type="html" xml:base="http://smartbasic.net/forum/viewtopic.php?t=128&amp;p=498#p498"><![CDATA[
I’ve never had problems with them - I never use format in the emulator in cpm - it always crashes. Just erase all the files. I can post a clean one here in the morning<p>Statistics: Posted by <a href="http://smartbasic.net/forum/memberlist.php?mode=viewprofile&amp;u=2">Milli</a> — Mon Oct 26, 2020 8:10 pm</p><hr />
]]></content>
	</entry>
	</feed>
