Skip to content

Commit

Permalink
Add mif chapter skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
mwenge committed Oct 30, 2023
1 parent 9313e32 commit 45b7c5a
Show file tree
Hide file tree
Showing 9 changed files with 63 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/mif.tex
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 added src/mif/Deflex_PET_fixed.zip
Binary file not shown.
31 changes: 31 additions & 0 deletions src/mif/Deflex_PET_fixed/Deflex PET/deflex.ini
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 added src/mif/Deflex_PET_fixed/Deflex PET/deflex.vsf
Binary file not shown.
22 changes: 22 additions & 0 deletions src/mif/Deflex_PET_fixed/Deflex PET/readme.txt
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 added src/mif/deflex-remake.zip
Binary file not shown.
Binary file added src/mif/deflex.prg
Binary file not shown.
Binary file added src/mif/mif.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 45b7c5a

Please sign in to comment.