Apple II

cc65 users: A2SimpleIO, ProDOSi and Fields

Hi!  For those here who program for the Apple2 using cc65, I have three libraries which should help to produce more efficient code.  They are A2SimpleIO and ProDOSi.  A2SimpleIO is a replacement of cc65's standard and console I/O libraries that uses the OS directly and performs little extra processing; ProDOSi is an interface to the Apple2's DOS, and Fields provides an UI that handles dialog box-like and menu support.  A2SimpleIO and Fields can be found at c65 additions - Manage /ui at SourceForge.net and ProDOSi at 

Forums: 

Viruses

does anyone have viruses other than Elk Cloner? if so, please send the file!

Forums: 

Apple II ITX

Has anyone ever thought about relaying out the IIplus, IIe, or even possibly the IIgs mothboard in a new design to fit inside an ITX case, with possible improvements integrated into the motherboard such as the PS connector, USB keyboard and mouse?

This concept has already been done on other popular 8bit computers such as the Atari line.

Forums: 

cc65: Apple2enh standard binary config q?

Hi!  I'm working on a special project for the C64 and 128 using cc65--even though its target is not quite cc65--and may soon want to port it to the Apple2enh and Atari targets.  This program wants both a very large main memory area and plenty of extra Low RAM via my Cubbyhole optimization technique.  A system file is not quite suitable for the task, as it leaves a 6k gap of memory unused, but my ProDOSi library could use 4k of that and leave 2k for two open files.  I really want that extra memory.  A few minutes ago, I perused cc65's Apple2enh doc and found the binary config.  How do I use

Forums: 

What encoding is used in of the custom alternative keyboard for the Apple2ix emulator

I've been playing around with some Apple II emulators for Android lately, and one of them is Apple2ix Android. It has a really nice UI and the customizable keyboard is very flexible in terms of adjusting the UI layout for both landscape and portrait modes. I'm currently trying to figure out something about its alternate keyboard setup. It uses some json files to define the keys that the alternate keyboard displays, and one of them, 00default.kbd.json, looks like this:

[

    "Default Alternate Touch Keyboard",

 

    {

Forums: 

Mouse Basic program needs correction

This program needs corrections to operate properly. Your input please...

 

1 REM **********************

2 REM * MOUSE SKETCH *

3 REM **********************

 

100 REM *** VARIABLE USAGE ***

110 REM * X, Y = CURRENT MOUSE POSITION

120 REM * OX, OY = PREVIOUS POSITION

130 REM * C = COLOR AT (X,Y)

140 REM * S = MOUSE BUTTON STATUS

150 REM * N = MOUSE SLOT NUMBER

 

200 GOSUB 710: IF N = 0 THEN PRINT "NO MOUSE DETECTED!": END

 

210 GOSUB 620: REM INITIALIZE SCREEN & MOUSE

Forums: 

//e motherboard troubleshooting

So I have a //e motherboard that I aquired from another AppleFritter member recently along with a few other things like a keyboard and power supply.  I was able to replace the blown RIFA in the power supply and get it working and the keyboard appears to be very nice.  The motherboard came sans CPU, so I dropped a Rockwell 6503 that I had into it.  But I'm getting nothing at all, no video.  I also tried a WDC W65C02 in an adapter in it, same result.  I put a A2VGA card in and that reports "No bus activity".  I tried a different power supply and the first one I tried works fine with another /

Forums: 

Apple II Logic Ananlyser Card and no Software

Hello,

i have a Logic Analyser Card for Apple II and no Software. Is here everybody who know about this Card and have Software?

 

 

 

Forums: 

Pages

Subscribe to Apple II