[M100] M100 lib for Small C 85 0.0.3 release

2017-06-06 Thread Willard Goosey
The not-very-C compatible Clib supporting the Model 100 with the Small C-85 compiler is updated! Get it at http://www.sdc.org/~goosey/m100/m100smallc0.0.3.zip or from my personal library (Willard Goosey) at club100.org, in my "Linux Cross Development" directory. The 2 big stars of th

[M100] Cross Assembly library release

2017-06-06 Thread Willard Goosey
. These are available from http://www.sdc.org/~goosey/m100 and my ("Willard Goosey") personal library at Club100.org. (All but dosm100.zip are under "Linux Cross Development".) Code, and grow strong! Willard -- Willard Goosey goo...@sdc.org Socorro, New Mexico, USA I search my hea

Re: [M100] Any way to get the M100 to come back in same program

2017-06-03 Thread Willard Goosey
If you've got a REX and he doesn't, I'd say yes. As trade-offs go it is one that is definitely worth it! Willard -- Willard Goosey goo...@sdc.org Socorro, New Mexico, USA I search my heart and find Cimmeria, land of Darkness and the Night. -- R.E. Howard

Re: [M100] Any way to get the M100 to come back in same program

2017-06-02 Thread Willard Goosey
As of REX manager 4.8 this doesn't work with REX. :-( This is what finally drove me to add proper savegames to ROG. ;-) There must be calls in ROM to do the same thing, but they aren't officially documented and I haven't stumbled across them randomly reading the Covington maps. Willard -- Will

Re: [M100] Any way to get the M100 to come back in same program

2017-06-02 Thread Willard Goosey
with REX. :-( This is what finally drove me to add proper savegames to ROG. ;-) There must be calls in ROM to do the same thing, but they aren't officially documented and I haven't stumbled across them randomly reading the Covington maps. Willard -- Willard Goosey goo...@sdc.org Socorro,

Re: [M100] m100smallc.0.0.2 upload

2017-05-17 Thread Willard Goosey
stalled > out. I'm having trouble understanding some of the code. Reading one > of my college compiler theory books, maybe that will help. Compilers are hard, and the 808x isn't particularly compiler-friendly. So there's 2 pretty major obstacles before you even got started. Good luck wi

[M100] m100smallc.0.0.2 upload

2017-05-16 Thread Willard Goosey
Version 0.0.2 of the SmallC-85 Model 100 C library has been uploaded to: http://www.sdc.org/m100/m100smallc0.0.2.zip and my (Willard Goosey) personal library at club100, under Linux Cross Development. This version has bug fixes, is re-organized, and has more header files to support it. The docs

[M100] "old member uploads" at Club100

2017-05-09 Thread Willard Goosey
-- Willard Goosey goo...@sdc.org Socorro, New Mexico, USA I search my heart and find Cimmeria, land of Darkness and the Night. -- R.E. Howard

[M100] SmallC 85 libs...

2017-04-30 Thread Willard Goosey
I might need to specify that on club100's personal librarys, all the files are in my "linux cross development" directory except dosm100.zip Willard -- Willard Goosey goo...@sdc.org Socorro, New Mexico, USA I search my heart and find Cimmeria, land of Darkness and the Night. -- R.E. Howard

[M100] bcr update

2017-04-28 Thread Willard Goosey
up on ebay...) Willard -- Willard Goosey goo...@sdc.org Socorro, New Mexico, USA I search my heart and find Cimmeria, land of Darkness and the Night. -- R.E. Howard

[M100] bar code reader

2017-04-27 Thread Willard Goosey
. ;-) Willard -- Willard Goosey goo...@sdc.org Socorro, New Mexico, USA I search my heart and find Cimmeria, land of Darkness and the Night. -- R.E. Howard

Re: [M100] Finally won a round of Text Sweeper

2017-04-16 Thread Willard Goosey
my life back now! :) They don't call it "mindsweeper" for nothing! :-) Willard -- Willard Goosey goo...@sdc.org Socorro, New Mexico, USA I search my heart and find Cimmeria, land of Darkness and the Night. -- R.E. Howard

Re: [M100] Finally won a round of Text Sweeper

2017-04-16 Thread Willard Goosey
e for it. OBontopic: Still haven't beaten Text Sweeper. Definitely set on "hard" level! Willard -- Willard Goosey goo...@sdc.org Socorro, New Mexico, USA I search my heart and find Cimmeria, land of Darkness and the Night. -- R.E. Howard

Re: [M100] Text Sweeper - Minesweeper Clone

2017-04-12 Thread Willard Goosey
ow if you find any bugs. I just played a couple of rounds. Yeah, it is a little slow (as a fellow BASIC programmer I feel your pain :) But it plays pretty well. I like it! Great job, Willard -- Willard Goosey goo...@sdc.org Socorro, New Mexico, USA I search my heart and find Cimmeria, land of Darkness and the Night. -- R.E. Howard

Re: [M100] smallC was Re: Dockerized VirtualT

2017-04-12 Thread Willard Goosey
P/M compilers that could target the Model 100 if they had a runtime library. Trust me, you wouldn't be much happier with C/80... > -- John. Willard -- Willard Goosey goo...@sdc.org Socorro, New Mexico, USA I search my heart and find Cimmeria, land of Darkness and the Night. -- R.E. Howard

Re: [M100] smallC was Re: Dockerized VirtualT

2017-04-11 Thread Willard Goosey
it is something to do when taking brain > breaks. It has been my experience that the insides of a compiler will break your brain, yes. :-) > -- John. Willard -- Willard Goosey goo...@sdc.org Socorro, New Mexico, USA I search my heart and find Cimmeria, land of Darkness and the Night. -- R.E. Howard

[M100] smallC was Re: Dockerized VirtualT

2017-04-10 Thread Willard Goosey
DE with SP plus an offset? Now I understand, these instructions are to make a compiler's life easier! LDSI and LHLX are a very useful pair and I wish I had them on Z80! ("What do you mean I can't ld hl,(de)?!?!??!") (OTOH I accidently used dec b instead of dcr b and when as8085 complained I was all "

Re: [M100] Dockerized VirtualT

2017-04-09 Thread Willard Goosey
rmal automated regression testing? That would be awesome! (Oh BTW I'm just doing the library... the compiler and assembler/linker (aka the hard parts) aren't mine. :) > > -- John. Willard -- Willard Goosey goo...@sdc.org Socorro, New Mexico, USA I search my heart and find Cimmeria, land of D

Re: [M100] ROM call question: BRKCHK

2017-04-06 Thread Willard Goosey
On Thu, 6 Apr 2017 01:20:51 -0400 Mike Nugent wrote: > Oh, and one more thing. If you have a daughter named Lucy, you’re a > seriously funny (yet sick) man. And I’m a bad person for even > thinking it. "Lucy Goosey"? Is it just the rhyming thing (which would be enough to make

Re: [M100] ROM call question: BRKCHK

2017-04-06 Thread Willard Goosey
On Thu, 6 Apr 2017 01:16:17 -0400 Mike Nugent <m100l...@tmne.com> wrote: > Oops, forgot something significant you mentioned … > > > On Apr 5, 2017, at 9:50 PM, Willard Goosey <goo...@sdc.org> wrote: > > >> CTLCHK > >> 7283H - Check for break (Con

Re: [M100] ROM call question: BRKCHK

2017-04-06 Thread Willard Goosey
On Thu, 6 Apr 2017 00:07:50 -0400 Mike Nugent wrote: > Looks to me like you’re still diligently hacking away, pal. :-) I guess. I could wish I'd been so diligent in doing my homework. :-( > Anyhow … I posted that RAM/ROM map file earlier tonight, as you’ve > probably seen

Re: [M100] ROM call question: BRKCHK

2017-04-05 Thread Willard Goosey
On Wed, 5 Apr 2017 16:25:23 -0400 Mike Nugent wrote: > LOL I think it’s the other way around these days. Huh? I'm just another failed CS student who never finishes anything. > I took another look, and it appears the address Tandy gave you is > where it checks to see whether

[M100] ROM call question: BRKCHK

2017-04-02 Thread Willard Goosey
So the totally infallible and 100% correct M100 Tech Ref (*) says that BRKCHK (0X7283) returns with the Carry bit set if the break key was pressed. What I'm seeing is that it returns Z set if break was pressed. Can someone confirm this for me? (*)HHOK Willard Sent from Samsung tablet

[M100] Smallc question: kyread()

2017-03-30 Thread Willard Goosey
Ok people its time for community design! So. The ROM function KYREAD checks to see if a key has been pressed on the keyboard. If a key has been pressed, it returns the ASCII value. Nice and simple... Until someone presses a function key. Then it returns a whole different set of numbers, with

Re: [M100] Yeah im an idiot

2017-03-29 Thread Willard Goosey
n philosophy by Socrates. Greetings from the TyRannoSaurus Jan-80   |\  _,,,--,,_ @ work  / ,`.-'`'   ._  \-;;,    |,4-  ) )_    .;.(  `'-'   <---''(_/._)--'(_\_) From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Willard Goosey Sent: donderdag 23 maart 2017 21:48 To:

[M100] Smallc delay

2017-03-25 Thread Willard Goosey
Ok. This morning Socorro had a huge windstorm.  This offended our infamously fragile power grid. 2 of my computers were on and they got quite rudely power cycled. Multiple times. (Now that I'm actually earning more than grocery and bill money I should get some UPSes.) Anyway the machine with

Re: [M100] Yeah im an idiot

2017-03-24 Thread Willard Goosey
kopat.slu.se Från: M100 [m100-boun...@lists.bitchin100.com] för Willard Goosey [goo...@sdc.org] Skickat: den 24 mars 2017 06:38 Till: Model 100 Discussion Ämne: Re: [M100] Yeah im an idiot Well, unless someone makes a weird feature request I think the hard parts are done. I just need to grind

Re: [M100] Yeah im an idiot

2017-03-23 Thread Willard Goosey
Well, unless someone makes a weird feature request I think the hard parts are done. I just need to grind through m100.def and make all the wrapper functions. I suppose I should test them, too :-) This is probably one of the largest and least compatible Small C libraries ever. I don't know

Re: [M100] Yeah im an idiot

2017-03-23 Thread Willard Goosey
Hogerhuis" <jho...@pobox.com> Date: 03/23/2017 2:49 PM (GMT-07:00) To Model 100 Discussion <m100@lists.bitchin100.com> Subject Re: [M100] Yeah im an idiot On Thu, Mar 23, 2017 at 1:48 PM, Willard Goosey <goo...@sdc.org> wrote: John you're right i'm an idiot  Extern c

[M100] Yeah im an idiot

2017-03-23 Thread Willard Goosey
John you're right i'm an idiot  Extern char CSRX is the right thing. Are you sure you want me writing the compiler's library? :-( Willard Sent from Samsung tablet

Re: [M100] Smallc tech note

2017-03-23 Thread Willard Goosey
sion <m100@lists.bitchin100.com> Subject Re: [M100] Smallc tech note On Thu, Mar 23, 2017 at 1:55 AM, Willard Goosey <goo...@sdc.org> wrote: G!!! Ok, so. My m100.def has, for SmallC purposes,  3 classes of equates. ROM function that don't require arguments or retu

Re: [M100] Smallc tech note

2017-03-23 Thread Willard Goosey
G!!! Ok, so. My m100.def has, for SmallC purposes,  3 classes of equates. ROM function that don't require arguments or return values, ROM functions that do require args or return values, and system variables. Because I use sed to translate the ASM/ZMAC original equates into ASX syntax

Re: [M100] Smallc tech note

2017-03-22 Thread Willard Goosey
rom Samsung tablet Original message From Daryl Tester <dt-m...@handcraftedcomputers.com.au> Date: 03/22/2017 3:57 PM (GMT-07:00) To m100@lists.bitchin100.com Subject Re: [M100] Smallc tech note On Wed, 22 Mar 2017 02:46:34 -0600, Willard Goosey wrote: > Functio

Re: [M100] Small C teaser

2017-03-22 Thread Willard Goosey
I'm not sure yet what order function parameters are stored in on the stack (this is one of the things I still need to figure out) but this particular Small C also sets accumulator A to be equal to the number of parameters.  And then (from what I'm seeing in the generated code) doesn't use this

Re: [M100] Small C teaser

2017-03-21 Thread Willard Goosey
>Does small c compile to direct 8085 assembly or threaded code (jump lists)? It's directly generating 8085 assembly. I'm not gonna say it's generating particularly efficient assembly?  Because it probably isn't. But yes, it's generating real code, not some weird p-code or something.  A "hello

Re: [M100] Small C teaser

2017-03-20 Thread Willard Goosey
To goo...@sdc.org Subject Re: [M100] Small C teaser Hi Willard, Exciting news! Which version of the small C 8085 compiler did you start with?  Regards, Douglas On Mar 20, 2017, at 1:32 AM, Willard Goosey <goo...@sdc.org> wrote: That moment when the linker quits fighting you and hands you h

[M100] Wp2 : it is possible

2017-03-09 Thread Willard Goosey
http://randomvariations.com/category/tandy-wp-2/ Not mine (id never be all "look what I did and no you can't have a copy" ) but proof the lowly wp2 can run interesting programs... Willard Sent from Samsung tablet

[M100] WP2 status

2017-03-01 Thread Willard Goosey
So, I definitely have a early-model WP-2 (26-3930) that has all the serial communication problems (3930A supposedly fixed at least some of those issues) and an early ROM that makes CamelFORTH crash. OTOH it seems to speak PDD protocol without any issues so I don't really care how good or bad

Re: [M100] Model 600 telcom

2017-02-25 Thread Willard Goosey
RAM Filesize is limited to one 8088 segment? That is the kind of screwy logic the 8088 and its software is known for.  As for xmodem, that is not a limit in the protocol itself.  I routinely download X-hundred kilobyte files to my CP/M box via xmodem. Willard Sent from Samsung tablet

[M100] forth was Re: Wp2 here and working

2017-02-25 Thread Willard Goosey
to be recalled. Later, or you can save the new "version" to disk as a standalone FORTH. Get Outlook for Android From: M100 <m100-boun...@lists.bitchin100.com> on behalf of Willard Goosey <goo...@sdc.org> Sent: Thursday, February 23, 2017 11:03:41 PM To: Model 100 Discuss

Re: [M100] Wp2 here and working!

2017-02-23 Thread Willard Goosey
>So you were able to format he RAM disk? Yes! There must be a 32K chip in there. Even copied files to it! >Have you tried with laddiealpha? Should work. Works fine!  Even (finally) figured out how to run .CO file straight from the disk! I didn't  think about just copying over some random m100

[M100] Wp2 here and working!

2017-02-23 Thread Willard Goosey
Dropped in 4 new AA's and a new cr2430 and it was good to go! It appears to have the 32k expansion already. I'm really happy with this thing. I don't know how much I'm going to actually use it?  I don't do a lot of "word processing " any more, but I like it anyway! Willard Sent from Samsung

Re: [M100] WP2

2017-02-21 Thread Willard Goosey
>The memory or program cards that go into the side slot are impossible to find >- if they were ever made in any quantity.   It was my impression that they never actually existed. :-) Willard  Sent from Samsung tablet

Re: [M100] WP2

2017-02-21 Thread Willard Goosey
 >I can give you the chip information if you want. I'll just have to look it up. Yes please! Thanks, Willard Sent from Samsung tablet

Re: [M100] WP2!

2017-02-21 Thread Willard Goosey
Subject Re: [M100] WP2! Not that I know of. But the software reference describes the basics of assembler programming for it.  -- John.  On Tue, Feb 21, 2017 at 12:01 AM Willard Goosey <goo...@sdc.org> wrote: So I have a WP2 on the way..."Untested as-is" So, what is there

[M100] WP2!

2017-02-21 Thread Willard Goosey
So I have a WP2 on the way..."Untested as-is" So, what is there to know about this thing? What are its common failure modes? I have CamelFORTH and the old CIS SIG archive, is there any other software for it? Willard Sent from Samsung tablet

[M100] Auto-mangled file extension?

2017-02-19 Thread Willard Goosey
So I had my fist experience with LaddieAlpha's automatic file extension mangling, and I'm a little confused. So it started with (on the linux side) file a-duel.ba which was ascii source. Such sloppiness is a good way to visit Cold Start City, so Laddie presented it as a-duel.db to tsdos, which

Re: [M100] Added some mComm/Android/Tandy info

2017-02-18 Thread Willard Goosey
Some good info here but some of your links to other sites are busted. (Geocities? Really!?!?? :) Willard Sent from Samsung tablet Original message From Daryn Hanright Date: 02/18/2017 8:20 PM (GMT-07:00) To Tandy Model 100 List

Re: [M100] Model 600 basic rom

2017-02-06 Thread Willard Goosey
hat it falls on the right side of possible vs not-possible. --  bkw On Feb 5, 2017 4:13 PM, "Willard Goosey" <goo...@sdc.org> wrote: Just when I'd convinced myself that I don't need more old computers, you have to go and get me all interested in the T600! ;-) I was sort of interest

Re: [M100] Model 600 basic rom

2017-02-05 Thread Willard Goosey
Just when I'd convinced myself that I don't need more old computers, you have to go and get me all interested in the T600! ;-) I was sort of interested anyway, because it's the only 8088 box I've ever heard of that runs neither MSDOS or CP/M-86. OTOH it was such a failure!  I don't actually

Re: [M100] Assembly question: free RAM

2017-02-02 Thread Willard Goosey
OK, so the stack is down in free RAM, good to know. I was afraid it was some 16-byte block up above MAXRAM. :-) Willard Sent from Samsung tablet

Re: [M100] Assembly question: free RAM

2017-02-01 Thread Willard Goosey
d memory */     0xF5F4, /* Address where HIMEM is stored */     0xF88C, /* End of RAM for file storage */     0xFAC0, /* Lowest RAM used by system */     0xF962, /* Start of RAM directory */ Ken On 1/31/17 11:14 PM, Willard Goos

[M100] Assembly question: free RAM

2017-01-31 Thread Willard Goosey
I know BASIC files grow upwards from the bottom of RAM, and other files grow downward from the top. Are there system pointers  to the end of BASIC files and the end of data files? I'm thinking of a .CO file that would need a fairly large buffer space... Can I just put my (volatile) data in the

Re: [M100] THAT didn't work... ;-)

2017-01-10 Thread Willard Goosey
ct Re: [M100] THAT didn't work... ;-) ah ok. i'd been fiddling with pipes, sockets and fifos aloy recently and in workaround mode so misread your post bst rgrds Russell On 1/9/2017 6:53 PM, Willard Goosey wrote: Huh? No the behavior of the pipe itself is perfect! Date blocked on the pipe *be

Re: [M100] THAT didn't work... ;-)

2017-01-10 Thread Willard Goosey
M100] THAT didn't work... ;-) On Mon, Jan 9, 2017 at 1:04 PM, Willard Goosey <goo...@sdc.org> wrote: So I tried a clever trick and it didn't work. (This is NOT a bug report about any of the named programs, as it's a weird edge case.) So UNIX (and therefore Linux) has these things called "named p

Re: [M100] THAT didn't work... ;-)

2017-01-09 Thread Willard Goosey
> ./foo pi@glooston:~/GnuCOBOL/open-cobol-code/branches/gnu-cobol-2.0 $ although that brings up another problem in that ^C needed to kill the reader unless you background the reader. bst rgrds Russell On 1/9/2017 4:04 PM, Willard Goosey wrote: So I tried a clever trick and it didn't work

Re: [M100] Happy New Year

2017-01-04 Thread Willard Goosey
of old laptops and try to figure out a proper way to connent them with serial to linux boxes or perhaps android phones. I have an serial-to-wifi adapter but that one doesn't work properly under 2400 bps which is too much for M100 serial buffer :( - Kim > On 03 Jan 2017, at 23:45, Willa

Re: [M100] Happy New Year

2017-01-03 Thread Willard Goosey
>What are your hopes for the Model 100 in 2017? 1) Put together the Atari Joystick Adapter 1a) Write a game or demo that uses it! 2) At least one release of ROG 3) Finish, document, and release support for the ASx assembler suite. Willard Sent from Samsung tablet

Re: [M100] Welcome to 2017

2017-01-03 Thread Willard Goosey
From Daryl Tester <dt-m...@handcraftedcomputers.com.au> Date: 01/03/2017 12:07 AM (GMT-07:00) To Model 100 Discussion <m100@lists.bitchin100.com> Subject Re: [M100] Welcome to 2017 On 03/01/17 12:10, Willard Goosey wrote: > Yeah I pre-date the m100 by a decad

Re: [M100] Welcome to 2017

2017-01-02 Thread Willard Goosey
Model 100 Discussion <m100@lists.bitchin100.com> Subject Re: [M100] Welcome to 2017 On 02/01/17 10:22, Willard Goosey wrote: > The 34th year of the Model 100! Man, I wish it were my 34th year ... > Lots of computers have come and gone, but the Model 100 is still one of the >

Re: [M100] Welcome to 2017

2017-01-02 Thread Willard Goosey
in100.com> Subject Re: [M100] Welcome to 2017 Agreed! Like my poor Pebble watch, there's been nothing else out there like it since.  On Jan 1, 2017 6:50 PM, "Willard Goosey" <goo...@sdc.org> wrote: The 34th year of the Model 100! Lots of computers have come and gone, bu

Re: [M100] Model 100 ad

2016-12-23 Thread Willard Goosey
I wonder if Fletcher really did go far... Willard  Sent from Samsung tablet Original message From "John R. Hogerhuis" Date: 12/23/2016 1:29 PM (GMT-07:00) To Model 100 Discussion Subject [M100] Model 100 ad

Re: [M100] laddiealpha works on pocketchip!

2016-12-11 Thread Willard Goosey
Laddiealpha is rather hidden away. Look at the bottom of the laddiecon docs on the wiki. Willard Sent from Samsung tablet

[M100] laddiealpha works on pocketchip!

2016-12-11 Thread Willard Goosey
on... all in all I'd say about 5Meg of space used. Which really isn't bad for a modern OOP runtime.) Anyway, bedtime now zzz Willard -- Willard Goosey goo...@sdc.org Socorro, New Mexico, USA I search my heart and find Cimmeria, land of Darkness and the Night. -- R.E. Howard

Re: [M100] PocketCHIP runs DL+ fine

2016-11-24 Thread Willard Goosey
fit on the PocketCHIP screen! At 480x272 it's not even NTSC! > > (I know the M100 has a --way-- better keyboard though) This is most definetely true! :-) Willard -- Willard Goosey goo...@sdc.org Socorro, New Mexico, USA I search my heart and find Cimmeria, land of Darkness and the Night. -- R.E. Howard

Re: [M100] PocketCHIP runs DL+ fine

2016-11-22 Thread Willard Goosey
On Wed, Nov 23, 2016 at 12:39:39AM +, John R. Hogerhuis wrote: > Whatever works :-) It turns out the mono runtime's not nearly as huge as I feared it would be... > On Tue, Nov 22, 2016 at 4:20 PM Willard Goosey <goo...@sdc.org> wrote: > > > Finally got my PocketCHIP

[M100] PocketCHIP runs DL+ fine

2016-11-22 Thread Willard Goosey
, sorry :) Willard -- Willard Goosey goo...@sdc.org Socorro, New Mexico, USA I search my heart and find Cimmeria, land of Darkness and the Night. -- R.E. Howard

Re: [M100] Announcing: CloudT emulator (EXPERIMENTAL)

2016-08-29 Thread Willard Goosey
Wow, that's quite a compliment! My tablet runs CloudT at about .9 MHz according to the display, so if you don't have a faster android, ROG is gonna be rather slow beyond level 5 or so... OTOH the only place ROG even approaches "bare metal" is up at the top where it PEEK()s the system clock.

Re: [M100] Announcing: CloudT emulator (EXPERIMENTAL)

2016-08-28 Thread Willard Goosey
That's really cool! Willard Sent from Samsung tablet

Re: [M100] chip

2016-05-24 Thread Willard Goosey
figure, plug in a USB->RS232 adapter and job done! Myself I'm not chopping up the Model 100, even to replace the 300baud modem with something more useful. :-) Willard -- Willard Goosey goo...@sdc.org Socorro, New Mexico, USA I search my heart and find Cimmeria, land of Darkness and the Night.

Re: [M100] steps with CHIP

2016-05-13 Thread Willard Goosey
A friend gave the CHIP to me, he's probably a backer or whatever. I wasn't even aware that they're not generally available yet. :-( It's running Debian Linux, and I don't know enough about the hardware of either to know how similar it is to the Pi. I also don't know it any other OS's are

Re: [M100] steps with CHIP

2016-05-12 Thread Willard Goosey
ion would be a level-converter for the UART pins, powered off the CHIP's battery. I haven't gone deep enough into the hardware side to say if this is practical, yet. Willard -- Willard Goosey goo...@sdc.org Socorro, New Mexico, USA I search my heart and find Cimmeria, land of Darkness and the Night. -- R.E. Howard

Re: [M100] steps with CHIP

2016-05-12 Thread Willard Goosey
ut attaching my RPi "B 3" unit to an LCD > monitor, and make a stand-alone computer unit out of it. I should > probably see if I can get Mono installed (via apt) and run laddiealpha. I believe its been done and Laddiealpha runs fine on the PI series. > > Howard Willard --

Re: [M100] steps with CHIP

2016-05-12 Thread Willard Goosey
On Thu, May 12, 2016 at 03:32:11PM -0400, Jeff Gonzales wrote: > What's that dork doing on the CHIP home page? No clue, man. I was given the CHIP, so I'm not really plugged into the CHIP community, whatever shape it has. Willard -- Willard Goosey goo...@sdc.org Socorro, New Mexico, US

[M100] steps with CHIP

2016-05-12 Thread Willard Goosey
it worked fine! (I know, I know, laddiealpha. Mono is going to take me *at least* all night to download. I'll get to it!) Admittedly the USB route isn't the greatest for a portable setup, but CHIP also has 3V UART I/O pins that would only require a level-converter... Willard -- Willard Goosey goo

Re: [M100] Legacy

2016-05-11 Thread Willard Goosey
ERM with its hardware flow control. Would DOLLY by S. Adolph help with a download to BASIC or does it only help TELCOM out? I saved a copy but haven't ever messed with it. When is HTERM going to grow downloading? :-) Willard -- Willard Goosey goo...@sdc.org Socorro, New Mexico, USA I search my he

Re: [M100] Legacy

2016-05-11 Thread Willard Goosey
n the PC/CIS/whatever side didn't really matter. Willard -- Willard Goosey goo...@sdc.org Socorro, New Mexico, USA I search my heart and find Cimmeria, land of Darkness and the Night. -- R.E. Howard

Re: [M100] Legacy

2016-05-11 Thread Willard Goosey
6 blew its hard drive last week. Minicom under Linux isn't so trouble-free. :-( *)My time of lots of ASCII downloads was long long ago, I started developing ROG in 1998 and it soon left no room in RAM for any other programs. And then I got a REX which has TSDOS. Willard -- Willard Goosey goo...@s

Re: [M100] Legacy

2016-05-11 Thread Willard Goosey
o M100 yesterday. :-) Willard -- Willard Goosey goo...@sdc.org Socorro, New Mexico, USA I search my heart and find Cimmeria, land of Darkness and the Night. -- R.E. Howard

Re: [M100] Legacy

2016-05-10 Thread Willard Goosey
Wow I'd forgotten what a PITA it is to have to download directly into BASIC. To anyone who has to load ROG the old-fashioned way, i apologize.  But LEGACY does seem to work. Willard Sent from my T-Mobile 4G LTE Device Original message From: "John R. Hogerhuis"

[M100] ASxxxx even more complications!

2016-04-17 Thread Willard Goosey
exactly the same effect! So I now believe I have solved this problem and can get back to making [boring 8080 code] do what I want it to... Willard -- Willard Goosey goo...@sdc.org Socorro, New Mexico, USA I search my heart and find Cimmeria, land of Darkness and the Night. -- R.E. Howard

[M100] ASX assembler was Re: OpenSSL Web Access and Small-C

2016-04-11 Thread Willard Goosey
On Sun, Apr 10, 2016 at 03:52:07PM -0700, John Gardner wrote: > Thanks, Willard. That's good stuff... Unfortunately I haven't given ASX the love it deserves. and I'm still pretty lost in the woods when it comes to making it happy. :-( Willard -- Willard Goosey goo...@sdc.org Socorro,

Re: [M100] OpenSSL Web Access and Small-C

2016-04-09 Thread Willard Goosey
small matter of writing the runtime library... https://github.com/ncb85/SmallC-85 seems to be the most up to date. It would be _my_ starting point, since it's currently maintained and creates assembly for an assembler that is actually available (ASX). Willard -- Willard Goosey goo...@sdc.org S

Re: [M100] Lucid ROM

2016-03-30 Thread Willard Goosey
t works fine in REX. :-) Also nice collection of z80 TRS80 goodies! :-) Thanks, Willard -- Willard Goosey goo...@sdc.org Socorro, New Mexico, USA I search my heart and find Cimmeria, land of Darkness and the Night. -- R.E. Howard

Re: [M100] ROM Available

2016-03-30 Thread Willard Goosey
00 ASM.BA ASSM.OBJ CMZASM.BA I haven't actually tried any of them, you're on your own there. Probably the ultimate on-machine assembler is ROM2 but I haven't actually messed with it yet. Willard -- Willard Goosey goo...@sdc.org Socorro, New Mexico, USA I search my heart and find Cimme

Re: [M100] A New ROM on the way

2016-03-29 Thread Willard Goosey
have wanted to some time. I finished it up today so the image is off to the EPROM burner. Now the real testing begins. Kurt On 3/28/2016 4:18 PM, Willard Goosey wrote: That's an interesting combo ROM!  Willard 

Re: [M100] A New ROM on the way

2016-03-29 Thread Willard Goosey
[M100] A New ROM on the way I think so. It's the ROM I have wanted to some time. I finished it up today so the image is off to the EPROM burner. Now the real testing begins. Kurt On 3/28/2016 4:18 PM, Willard Goosey wrote: That's an interesting combo ROM!  Willard  Sent from Sa

Re: [M100] A New ROM on the way

2016-03-28 Thread Willard Goosey
That's an interesting combo ROM!  Willard  Sent from Samsung tablet Original message From Kurt McCullum Date: 03/28/2016 6:49 AM (GMT-07:00) To Model 100 Discussion Subject [M100] A New ROM on the way I've been working

[M100] Please tell me this has already been done!

2016-03-27 Thread Willard Goosey
So I discovered SOLIT.100 in the Games directory of the old CIS sig on club100 and I really like it. Excellent work on the interface, it's the most playable non-mouse solitaire (Klondike) I've ever seen! Except that it only lets the player go the deck once. When I play Klondike I want to go

Re: [M100] Is there a NADSbox alternative

2016-03-27 Thread Willard Goosey
You need the USB OTG (On The Go) cable that is appropriate for your Android, a USB to RS232 converter, a null modem, and db9 to db25 adapter. Some Androids don't support OTG, and those just won't work. Others support OTG but limit the amount of power they're willing to output, and those will

Re: [M100] No otg on new phone

2016-03-24 Thread Willard Goosey
bout ;-)   m - Original Message - From: Willard Goosey To: Model 100 List Sent: Wednesday, March 23, 2016 3:24 PM Subject: [M100] No otg on new phone Someday I will learn to do my research... Got a new Android phone last week and can now confirm the Samsung Galaxy Grand Prime does not have USB

[M100] No otg on new phone

2016-03-23 Thread Willard Goosey
Someday I will learn to do my research... Got a new Android phone last week and can now confirm the Samsung Galaxy Grand Prime does not have USB-OTG support. No mComm over usb on this phone :-( Maybe time for me to spring for bluem... Willard Sent from Samsung tablet

Re: [M100] ROG March 2016 release

2016-03-19 Thread Willard Goosey
>I just bought one! The spell is broken! Good to hear! Willard Sent from Samsung tablet

Re: [M100] Newcomer

2016-03-18 Thread Willard Goosey
ome settings not properly setup.  This gives me a starting point.  I have all the technical docs I could find, so I have some reading to do. The 102 is still in transit yet, but should be here Monday. Bill Nobel > On Mar 15, 2016, at 7:27 PM, Willard Goosey <goo...@sdc.org> wrote: >

Re: [M100] ROG March 2016 release

2016-03-15 Thread Willard Goosey
e's become! :-) Hope you enjoy it! Willard -- Willard Goosey goo...@sdc.org Socorro, New Mexico, USA I search my heart and find Cimmeria, land of Darkness and the Night. -- R.E. Howard

[M100] ROG March 2016 release

2016-03-15 Thread Willard Goosey
Can it possibly be? A new version of ROG less than a month after the last? Yes, in fact, it can! http://www.sdc.org/~goosey/m100/rog-mar2016.zip Also available from my (Willard Goosey) Personal Library on Club100.org Because of Internet feedback by our own Master of mComm, Kurt McCullum, all

[M100] Mcomm 1.2

2016-03-08 Thread Willard Goosey
I lack the hardware to test mcomm over Bluetooth but the new version works fine over usb Willard Sent from Samsung tablet

Re: [M100] Freewrite machine for writing

2016-02-26 Thread Willard Goosey
It seemed appropriate.  :-) Willard Sent from Samsung tablet Original message From John Gardner Date: 02/26/2016 9:07 PM (GMT-07:00) To Model 100 Discussion Subject Re: [M100] Freewrite machine for writing

Re: [M100] mComm for Android Version 1

2016-02-22 Thread Willard Goosey
Works great! Samsung Gakaxy Tab 2 7" Android 4.2.2 Willard Sent from Samsung tablet Original message From Kurt McCullum Date: 02/21/2016 9:44 PM (GMT-07:00) To Model 100 Discussion Subject [M100] mComm for Android Version

Re: [M100] OSYS Usage Questions -- WAS: RE: Android mcomm 0.8

2016-02-20 Thread Willard Goosey
I occasionally use the OSYS D system. I have no rampac and compressing memory files does not appeal to me. Willard Sent from Samsung tablet

<    1   2   3   4   >