[M100] file i/o

2018-12-18 Thread Peter Vollan
I am just about to post the final version of my RPG character generator, and I figured out a solution to the problem that I have been bothering you guys with for a while. First I OPEN LCD: FOR OUTPUT AS 1, and I changed all my PRINT statements to PRINT #1. Then CLOSE the "file". Then, if the user

Re: [M100] Virtual-T question

2018-12-18 Thread Kurt McCullum
Thanks Josh/Ken, I'm now up and running. Kurt On Tue, Dec 18, 2018, at 9:14 AM, Josh Malone wrote: > For REX NEC, you would need to manually set up the REX flash. Create > default flash just to make the file, then load the RFNxx.CO file into> V-T. > Place the other needed files at the root of

Re: [M100] Noob squared

2018-12-18 Thread Gregory McGill
Yep I have more On Tue, Dec 18, 2018 at 9:30 AM Gregory McGill wrote: > I may have more. let me check > > Greg > arcadeshopper.com > > On Tue, Dec 18, 2018 at 4:12 AM Charles Hudson wrote: > >> The offending battery is removed. I had already removed the AAs and 6 >> VDC adapter before opening

Re: [M100] Noob squared

2018-12-18 Thread Gregory McGill
I may have more. let me check Greg arcadeshopper.com On Tue, Dec 18, 2018 at 4:12 AM Charles Hudson wrote: > The offending battery is removed. I had already removed the AAs and 6 VDC > adapter before opening the case. I am opting for an 80 mAh NiMh > replacement. Arcadeshopper is out of

Re: [M100] Virtual-T question

2018-12-18 Thread Josh Malone
For REX NEC, you would need to manually set up the REX flash. Create default flash just to make the file, then load the RFNxx.CO file into V-T. Place the other needed files at the root of your virtual TPDD (configured in V-T as well) and run RFNxx.CO to do a manual REX flash in an emulated NEC.

Re: [M100] Virtual-T question

2018-12-18 Thread Ken Pettit
Hi Kurt, Looking at the VirtualT source code, the "Create default Flash" button only load the proper REX code into the FLASH for M100/T102 and T200. It does not check for PC8201 emulation. So it is loading the wrong REXMGR. You would have to load it manually using the Memory Editor window.

Re: [M100] Model 100 power adapter

2018-12-18 Thread Kurt McCullum
Nice! I have been looking for one with the right angle plug. On Tue, Dec 18, 2018, at 8:25 AM, Rick Shear wrote: > I use these... > https://www.ebay.com/itm/Panasonic-PQLV19-AC-DC-Power-Supply-Adapter-Charger-Output-6V-500mA/302298091261?hash=item46625ecefd:g:t1gAAOSwtGlZAnB1:rk:4:pf:0> > >

Re: [M100] Model 100 power adapter

2018-12-18 Thread Roger Mullins
This one was recommended to me a while back and I picked it up for my M100. Works great! https://www.digikey.com/products/en/power-supplies-external-internal-off-board/ac-dc-desktop-wall-adapters/130?k=EPS060100==EPS060100=6=0=0=1=0=0=0=25 -Roger > > > On Mon, Dec 17, 2018, at 3:42 PM, gotoole

Re: [M100] Model 100 power adapter

2018-12-18 Thread Rick Shear
I use these... https://www.ebay.com/itm/Panasonic-PQLV19-AC-DC-Power-Supply-Adapter-Charger-Output-6V-500mA/302298091261?hash=item46625ecefd:g:t1gAAOSwtGlZAnB1:rk:4:pf:0 The Panasonic PQLV19 works great, and no re-wiring required. On Tue, Dec 18, 2018 at 8:42 AM Jonathan Yuen wrote: > Hello, >

[M100] Virtual-T question

2018-12-18 Thread Kurt McCullum
Is there a trick to getting the emulated REX to work with Virtual-T? Whenever I use exec 62394 to initialize it, Virtual-T hangs. Kurt