@Jrobj

5 Followers
30 Following
20 Posts
Copying files from my Fujinet to an 8” floppy as you do 🙂

@hkz here is a couple of projects out there:
Fujinet - I personally like this one with is ability to source the disk images over WiFi/Internet. Its open source. No through hole design yet for the Apple2, worth a look though.
https://github.com/FujiNetWIFI

And this one:
https://github.com/vibr77/AppleIIDiskIIStm32F411

Here is a shot of the current menu you get on power on. And the accompanying flash utility disk to flash it in place
This is coming along nicely, it’s an updated version of the the Titan 3 plus 2 card for the Apple ///. It’s designed to attach as a daughter board to the main 3plus2e card. This then saves a slot that can be used for some cards. It also has a 128k flash rom with the emulation software modified to load on boot with a tweaked menu.

#atari8bit #apple2 #coco #c64 #plus4 #commodore #trs80coco #msdos #pcjr

All playing the same networked game. Together.

More to come.

That's FujiNet.

https://youtu.be/F4l51soCiiA

(website: fujinet dot online)

#retrocomputing #retrogaming

FujiNet 5 Card Stud Poker Brings Retrocomputers and Retrogamers together!

YouTube

I've put a gallery of photos I took during the INIT HELLO Apple II conference at the System Source Computer Museum this past weekend online for anyone who might like a look at some of the festivities.

What a wonderful time it was! Can't wait for next year!

https://www.flickr.com/photos/blakespot/albums/72177720328016203/

#INITHELLO #AppleII #Apple2Forever #vintageApple #SystemSource #vintagecomputing #retrocomputing #retrocomputers #computers #computinghistory #vintagetech #vintage #museums #photo #gallery #Flickr #conference #mainframe #minicomputer #history #Apple

Announcing Total Reprint: 20th century Print Shop for the 21st century Apple ][

https://archive.org/details/TotalReprint

Total Reprint is:
• The Print Shop Color (1986)
• all Broderbund graphic libraries
• additional openly licensed 3rd party graphics and fonts
• a unified UI for selecting 3rd party graphics and borders
• installable on any ProDOS hard drive, in any directory
• still runnable on any Apple ][ with 64K

Thanks @a2_qkumba and @init_hello for everything.

#AppleII #retrocomputing

Two-players #Shufflepuck news: I've cleaned up and abstracted the serial code from the two-players code, and put an effort into describing things, so I've opened issues to point out that if someone were to implement it, Shufflepuck could get #Uthernet and/or #Fujinet support.

It's just a matter of four callbacks (and the actual driver).

See https://github.com/colinleroy/a2tools/issues/7 for details.

#RetroComputing #AppleII #GameDev

Come learn about programming the Fujinet and Apple2 in cc65 at the show.
#init:hello

These last days I've actually implemented the things I wanted to do since a while in my 6502 debugger, and it now counts cycles with page-crossing penalties, resolves y-indirect "($nn), y" memory accesses, warns me when a function returns with a stack imbalance.

It can now also exclude files or segments from the symbol-resolving, which is good when your projects have nine opponents sharing the same segment at different times.

I'm impatient to use all that extra help on my next project!

#RetroComputing #AppleII