Compare commits

...

4 Commits

Author SHA1 Message Date
ArthurFerreira2
b272efd8e3
Update puce6502.h 2023-09-10 12:50:02 +02:00
ArthurFerreira2
fe9b6f28b6
Update reinetteII+.c 2023-09-10 12:49:48 +02:00
ArthurFerreira2
e213ebacdd
Update puce6502.c 2023-09-10 12:49:26 +02:00
ArthurFerreira2
3342915985
Update README.md 2021-06-25 00:27:41 +02:00
4 changed files with 5 additions and 5 deletions

View File

@ -32,13 +32,13 @@ This emulator is not accurate in many ways and does not compete with
I wrote it with the goal to better understand the Apple ][ internals, and I'm publishing the sources in the hope they will be of any help.
It's compact, less than 1000 SLOC, with two source files only, one for the CPU emulation, the other for the computer itself.
It's compact, with two source files only, one for the CPU emulation, the other for the computer itself.
I did my best to comment the code, and if you have an idea of how an Apple ][ works, it should be easy for you to understand the code, modify and enhance it for your needs (see TODO section).
### Startup
You can specify a .nib file on the command line to start the emulator with a floppy engaged in drive 1. Otherwise, the emulator will start with no floppy (and thus waits until you press the reset key or drag and drop a .nib file)
You can specify a .nib file at the command line to start the emulator with a floppy engaged in drive 1. Otherwise, the emulator will start with no floppy (and thus waits until you press the reset key or drag and drop a .nib file)
### Usage

View File

@ -1,7 +1,7 @@
/*
puce6502 - MOS 6502 cpu emulator
Last modified 21st of June 2021
Copyright (c) 2018 Arthur Ferreira (arthur.ferreira2@gmail.com)
Copyright (c) 2018 Arthur Ferreira
This version has been modified for reinette II plus, a french Apple II plus
emulator using SDL2 (https://github.com/ArthurFerreira2/reinette-II-plus).

View File

@ -1,7 +1,7 @@
/*
Puce6502 - MOS 6502 cpu emulator
Last modified 1st of August 2020
Copyright (c) 2018 Arthur Ferreira (arthur.ferreira2@gmail.com)
Copyright (c) 2018 Arthur Ferreira
This version has been modified for Reinette II plus, a french Apple II plus
emulator using SDL2 (https://github.com/ArthurFerreira2/reinette-II-plus).

View File

@ -2,7 +2,7 @@
* Reinette II plus, a french Apple II emulator, using SDL2
* and powered by puce6502 - a MOS 6502 cpu emulator by the same author
* Last modified 21st of June 2021
* Copyright (c) 2020 Arthur Ferreira (arthur.ferreira2@gmail.com)
* Copyright (c) 2020 Arthur Ferreira
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal