Un émulateur de Commodore C65 qui fut un prototype et qui ne fut jamais vendu officiellement par Commodore.
 

C65

 
Il reste du travail car il manque un fichier pour fabriquer un programme en basic. L’emulateur n’est pas tout à fait opérationnel à ce niveau ; il faut d’abord prendre le fichier manquant COMDLG32.OCX qu’il faut installer dans win32 ou wow64 puis écrire le programme Basic dans le pad de windows et le ‘tokenized’ (transormer le texte en programme).

 
– Added support for additional resolutions (1360*768 and 1440*900).
– Rewrote the zoom routines for the instructions BOX, CIRCLE, DRAW, ELLIPSE and LINE, to make them more compact and have them accept more zoom values (for running the emulator at different resolutions) up to 6x.
– Implemented the GOSUB instruction.
– Added a partial implementation of the ASC instruction (to return the ASCII value of the first character of a string, with no string operations for now).
– Extended the PRINT instruction to support string chaining (with the operator + ) and the CHR$ parameter (to turn an ASCII code into a character).
– Fixed a bug in the frontend that used to corrupt the status of the MuParser flag.
– Fixed a bug that used to crash the program if a pixel was drawn beyond the edge of the current resolution.
– UPDATE 8.1: fixed a bug in the string array that used to hang the emulator when a file with a name shorter than 16 characters was opened. Removed leftover debug code.

 

Télécharger Hi65 v9.1 (1.7 Mo)

Site Officiel

En savoir plus…