Apple II

APPLE ][ NOTEPAD BY TOOLKITMAN

I have programmed this simple APPLE ][ NOTEPAD for Applesoft basic:
5 SPEED=150
6 HOME
10 PRINT "APPLE ][ NOTEPAD BY MATTEO TREVISAN VERSION 1.0"
20 PRINT "WRITE TITLE HERE ": INPUT A$
30 PRINT "WRITE COMMENT HERE ": INPUT B$
40 PRINT "WRITE BODY HERE TYPE RETURN AFTER EVERY LINE YOU HAVE 19 LINE OF TEXT MAXIMUM IF YOU WANT TO LEAVE BLANK LINE TYPE RETURN UNTIL THE END OF 19 LINES"

Forums: 

Tasman Turtle - Restoration

Hi all,

Here is my Tasman Turtle restoration. I know some of you have been after this info for quite a while.

http://lukazi.blogspot.com.au/2016/05/tasman-turtle-restoration.html

Cheers,

Alex.

Forums: 

Vulcan CF

Sadly one of the 32mb compact flash I use with Vulcan controllers died. The markings on the back were the same as a couple of CFs at MemoryTen so I ordered one of each.
The Vulcan controller wouldn’t see them when I first tried, so I tried formatting them on something else. Then the Vulcan controller recognized both and formatted them.
So if anyone has a controller with a 40mb or larger EPROM these are two that’ll work

http://www.memoryten.com/p/005596.htm

http://www.memoryten.com/p/018261.htm

Forums: 

Upgrading a ramworks III?

Having some issues...

Does a Ramworks III require parity ram? Is 80 nanosecond ram too fast?

Looks like the first 8 drams are marked p-15. The ram I'm trying to add is -08.

I can only get bank a & c recognized. Additionally, after trying to clean the card up, bank 8 got hot as hades!

Ram? Borked card? Any suggestions appreciated.

Forums: 

Putting disk images into a hard drive image? (Floppy Emu)

Im trying to figure out how I can put disk images into a hard drive (HD20) image. Is this possible? I want it to be so when I use System Software 6, I can click on the HD and have a list of games/programs.

I have Floppy Emu Model B.

Im presuming I can somehow open the HD in cider press, and insert the files in...

Thank you for any help!

Forums: 

Apple II+ Telnet from Windows PC to Apple II+

Hey guys,

Is it possible to be on a Windows 7/10 PC and telnet into my Apple II+ using Uthernet Card?

I guess it kind of defeats the purpose of experiencing the original flavor of 1980's Apple technology, but am curious if anyone has done this before.

David

Forums: 

Here you can download Toolkitman and cooperators programs

Here you can download my programs in .dsk format

Forums: 

APPLE ][ CALCULATOR PROGRAMMED BY TOOLKITMAN

I have programmed this Apple ][ Calculator:
5 SPEED = 150
10 PRINT "APPLE ][ CALCULATOR 1.0 BY MATTEO TREVISAN"
20 HOME
30 PRINT "DO YOU WANT TO ADD,SUBTRACT,DIVIDE OR MULTIPLY":INPUT A$
40 IF A$ = "ADD" THEN GOTO 120
50 IF A$ = "SUBTRACT" THEN GOTO 170
60 IF A$ = "DIVIDE" THEN GOTO 220
70 IF A$ = "MULTIPLY" THEN GOTO 270
120 PRINT "TELL ME THE NUMBER TO ADD"
130 PRINT "NUMBER ONE":INPUT B
140 PRINT "NUMBER TWO":INPUT C
150 D = B+C
160 PRINT "THE ADDITION IS "; D
165 GOTO 10

Forums: 

Corrupted prodos image?

Can someone compare or take a look at this disk image and see if it's supposed to be this way or if it's corrupted? The problem is the helpscreens file, Copy II+ doesn't copy it correctly, and ciderpress says it's 12MB.

ftp://ftp.apple.asimov.com/pub/apple_II/images/masters/prodos/prodos_basic.dsk

Forums: 

Description of versions of ProDOS?

Is there a version history or changelog of ProDOS that describes all the changes between each version?

Forums: 

Pages

Subscribe to Apple II