forked from fabiensanglard/cpsb
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
\chapter{Made in France} | ||
\label{sec:mif} | ||
\lstset{style=6502Style} | ||
\begin{figure}[H] | ||
\centering | ||
\includegraphics[width=10cm]{src/mif/mif.png}% | ||
\caption{Splash screen for the version of 'Made in France' released on Compunet.} | ||
\end{figure} | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
[PET] | ||
Window0Height=630 | ||
Window0Width=704 | ||
Window0Xpos=784 | ||
Window0Ypos=390 | ||
Sound=0 | ||
KeymapUserSymFile="D:\c64\C64StudioRelease\GTK3VICE-3.6.0-win64\PET\gtk3_grus_sym.vkm" | ||
KeymapIndex=2 | ||
KbdStatusbar=1 | ||
KernalName="kernal-1.901439-04-07.bin" | ||
EditorName="edit-1-n.901439-03.bin" | ||
BasicName="basic-1.901439-09-05-02-06.bin" | ||
RamSize=8 | ||
IOSize=2048 | ||
Crtc=0 | ||
VideoSize=40 | ||
Basic1Chars=1 | ||
EoiBlank=1 | ||
Screen2001=1 | ||
CrtcPaletteFile="white" | ||
CrtcExternalPalette=1 | ||
KeySet2NorthWest=119 | ||
KeySet2North=101 | ||
KeySet2NorthEast=114 | ||
KeySet2East=102 | ||
KeySet2SouthEast=118 | ||
KeySet2South=99 | ||
KeySet2SouthWest=120 | ||
KeySet2West=115 | ||
KeySet2Fire=32 | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Deflex for the PET. The original version is lost to time so i remade it. | ||
|
||
No idea why but it's a right pain in the tits to get it in a state where I can share it. | ||
|
||
Trying to make a .TAP and using SAVE from BASIC will save but it'll be corrupt when it reloads. | ||
|
||
Snapshots seem flaky as hell and often load up in a frozen state or with the wrong keyboard map. | ||
|
||
This procedure with these files SEEMS to work on VICE/xpet 3.6.0 | ||
(GTK3 3.24.31, GLib 2.70.2, Cairo 1.17.4, Pango 1.50.2) as copied from the about popup in the emu. | ||
|
||
- Run xpet, it comes up in an 80 column mode with 31743 bytes free | ||
- Go to "load settings from" and load in the deflex.ini file. This should change the screen to 40 columnn (and black and white because that was what the PET I learned on looked like) but it'll be frozen. | ||
- Reset the machine and it'll come back to 7167 bytes free boot screen | ||
- Go to "load snapshot image" and load deflex.vsf | ||
|
||
it should come up stopped and hopefully with the cursor flashing and HOPEFULLY not with the wrong bloody keyboard map. | ||
Just type RUN to enjoy this simple ass game which has been far too much of a papaver to get into a sharable form for some reason. | ||
|
||
Additional - I just fixed a little bug that could make the targets appear in the wrong place or not at all. And then it was a total ballache to get another working snapshot file. This one SHOULD work ok and without the bug. | ||
|
||
|
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.