MEGA65 - Maverick-Shark/retroGuru GitHub Wiki
- Usad una microSD limpia (en mi caso, de 4GB y formateada en fat32).
- Copiad la raiz el fichero core.bit (MiST).
- Cread el dir mist y dentro copiad el core del MEGA65 y el fichero mist.ini.
- Al arrancar, sale el menu OSD, cargad el core del MEGA65 manteniendo la tecla ALT GR apretada.
- Arranca con el menu de opciones para formartear al microSD, seleccionad la opción 2.
- Una vez terminado el formateo, sacad la tarjeta microSD y copiad el contenido del MEGA65 (rom, d81, etc...) en la raiz de la tarjeta.
- Copiad también el core.bit y cread la carpeta mist con el core del MEGA65 y el fichero mist.ini cómo antes.
- Arrancad la ZXTres con la microSD puesta.
- Arrancará automáticamente con el menú de configuración, aceptad la configuración por defecto con la tecla RETURN.
- Finalmente, bootea con el menu de selección de los discos.
- NOTA: Seleccionad el disco 1 y la demo A y flipareis !!!
- Descargad este archivo. No lo copies a ningún sitio (de la microSD) aún.
- Meted una SD en blanco con solo el core de Mega65 y renombrar el core como "core.rbf".
- Al encender la NeptUNO+, el core arrancara automáticamente, antes de que llegue a arrancar, mantened pulsado en el teclado la tecla ALT izquierda.
- Aparecerá esta pantalla:
- Pulsad la tecla 2. Vereis que en la SD1 aparecen datos.
- Seleccionad 1 para la SD1 para formatearla.
- Y para formatear teclear "DELETE EVERYTHING" y pulsar ENTER.
- La SD se formateara, el core formatea la SD en 2 particiones, la primera es oculta y es donde se salva la configuracion del core.
- La segunda particion es visible desde Windows y MAC.
- Cuando termine sacais la SD y apagais la NepTUNO
- Meted la SD en vuestro PC o MAC
- Copiad todos los archivos del fichero SD_Mega65_files_without_ROM.zip (descargado anteriormente) en la raiz de la SD y copiad de nuevo el core renombrándolo como "core.rbf".
- Cuando hayais metido todos esos archivos meteis la SD en la NeptUNO+, al encender la NeptUNO+, voala !! ya esta!!!
NOTAS: Sólo funciona con un teclado PS2. Es necesario copiar el fichero de la ROM del Mega65 (MEGA65.ROM) en la raiz de la microSD.
- 256 colores: TUTTER, en disco 1, letra F
- BadApple: En disco 3, demo 1, opción 3, MEGapple.
-
Demos INTRO Disk #03:
- MEGAJuggler (es el Juggler de Amiga)
- Megapoly
- Megatornado
- LARVAE - Screen save PET (se mueve con los cursores)
- Matrix Demo (es Matrix!!!)
- Demos de 256 colores en modo c64 y con sonido: PANORAMA1.D81 y IMAGETST.D81 (la 3)
- Desde el MEGA65, MOUNT "PANORAMA1.D81"
- GO64
- Are you sure? Le decimos que Y. Salta al modo c64
- LOAD "*"
- RUN
- Volver al modo c65
SYS58552
PC Key | SP Key | MEGA65 | Function |
---|---|---|---|
PAGE UP | RePág | RESTORE | Freeze Menu |
- | \ | ||
ESC | RUN/STOP | ||
WINDOWS | WINDOWS | C= / MEGA | |
ALT R | Alt GR | Config Menu | |
F1 | 40/80 Column Mode | ||
F3 | Directory | ||
Shift-F3 | DIR “*=PRG” | ||
F5 | Forward a Word | ||
F7 | Back a Word | ||
Shift-F7 | Monitor | ||
F12 | Delete | ||
NUM Lock | Activate WASD Joystick Mode | ||
@ | ” | ||
^ | & | ||
& | ’ | ||
* | ( | ||
( | ) | ||
= | - | ||
[ | @ | ||
] | * | ||
\ | = | ||
; | : | ||
’ | ; | ||
DEL | ↑ | ||
INS | £ |
- RESET (MiST): CTRL + ALT + ALT GR
- Notes:
Help is F15/16 acts like a function key so on M65 it puts help to screen potentially as a command.
NO SCROLL
Freezes on list - all but C64
Run/Stop RESTORE
As standard
LONG RESTORE (only in which modes)
M65 only (1 second)
Keys in a mode to get all 512 chars on screen at once?
M65 can. 16 bit text mode, 13 bits for char number. Not implemented.
ALT Key
Software only - no functions.
Mega Tab / Control * - matrix mode debugger, machine mode monitor that runs independent of the CPU.
Mega Key + <, > , /, : , ; = gives other chars in M65 only.
Note: International keyboard support for the future.
- Below are the succinct steps:
- Insert a 3.5” floppy disk into the MEGA65 floppy drive bay. The disk does not need to be formatted.
- Use the MOUNT command to mount the 3.5” floppy disk to unit/drive 8 (the default)
- Insert an SD Card into the MEGA65 that contains the disk image you want to copy to the 3.5” floppy disk.
- Use the DIR U12 command to list the contents of the SD Card on the MEGA65.
- Use the MOUNT ,U9 command to mount a disk image from the SD Card to unit/drive 9.
- Use the BACKUP U9 TO U8 command to copy the SD card disk image contents to the 3.5” floppy disk. This process will take a long time and there’s no visual sign. Be patient.
- Verify the contents on the 3.5” floppy disk using the DIR command.
- Extended COPY command:
COPY U8 TO U11 :REM COPY ALL FILES
COPY “T*”,U9 TO U8 :REM COPY FILES STARTING WITH ‘T’
COPY “FROG”,U8 TO U9 :REM COPY SINGLE FILE
- Wide mode for CATALOG, DIR, $
CATALOG W
DIR W
$ W
- List
LIST P : Lista el programa en Basic por tramos
- Mode 40/80 columns
MODE 40 :switches to 40 column mode
MODE 80 :switches to 80 column mode
- SPEED
SPEED 1 : Cambia la velocidad de la CPU a 1 MHz
SPEED 3 : Cambia la velocidad de la CPU a 3.5 MHz
- Test
TEXT x,y,value[,flag]
Set character at x,y to value (if flag == 1 or flag is missing) Set color attribute at x,y, to value (if flag == 2)
RTEXT(x,y,flag)
Returns char value at position x,y (if flag == 1) Returns color attribute at position x,y (if flag == 2)