Take a look at the movie: if you are patient enough you will see all the 70x100 sheets of the book.

;-)
Moderator: Moderators
The initial campaign fell a little short, but was tweaked a few months later and that second one succeeded.... and now here we are.highinfidelity wrote:I might have missed something in between... I think I remember the fundrising campaign didn't reach the goal...![]()
The 1520? The manual is copyright 1983 so I guess you could say that puts it in the C64 peripheral list.highinfidelity wrote: I was a suprised by not finding the plotter in the "printers" section... I don't recall exactly, was it a 64 peripheral VIC-compatible, perhaps? I didn't own one but I remember there was one at school, in the pretentiously called "IT classroom"...
That's probably because the orders within Italy were among the first batch to be shipped. Still haven't heard anything about the UK.highinfidelity wrote:Again I thought that the books were still being printed/bounded, or that anyway I was going to be amongst the very last buyers to receive his copy, but not without surprise I've already found my "VIC 20 A Visual History" in the mailbox!![]()
I doubt that since I am across the Pond.Mayhem wrote:Yeah, I get the sad impression the UK is going to be last
Code: Select all
10 REM *** SHIPPING SCHEDULE ***
20 $BOOKS = 191
30 HAVE BREAKFAST
40 LOAD "CAR"
50 GOTO POST OFFICE
60 GOTO WORK
70 GOTO HOME: HAVE LUNCH
80 PREPARE SOME BOXES
90 GOTO WORK
100 GOTO HOME: HAVE DINNER
110 PREPARE SOME BOXES
120 SLEEP
130 $BOOKS = $BOOK - 30
140 IF $BOOKS > 0 THEN GOTO 20
150 PRINT "ALL BOOKS ARE SENT!"