aquarium.cpp update [Brian Troha]
Replace PCB layout with with a more informational version.
List out major chips on the PCB including customs.
Correct OKI M6295 clock with actual resonator.
- Created devices for the galaxy games carts (EEPROM + Flash + PIC) and the slot(s)
- Removed code patches and emulated the PIC communication and bank switching
- Converted the blitter to a device (cesblit.cpp)
- moved the Galaxy Games from tmaster.cpp to their own driver (galgames.cpp)
Provided the PIC code for all four StarPak cartridges [Keith M. Kolmos]
New working machines
--------------------
Galaxy Games StarPak 3
[Keith M. Kolmos, Rod_Wod, Sean Sutton, Soren Skou Nielsen, Russell Howard, Francis Ramirez,
Tourniquet, BrianT, coolmod, Smitdogg, The Dumping Union, Luca Elia]
- Write all bits except TO and PD, thus enabling e.g. bcf, bsf or clrf to change the flags.
- rlf and rrf must update the flags after the store to work correctly on this register.
... for updates. This will make device implementation more flexible and
faster. A nice side-effect is that there was some minor (<5%)
performance increase already. Each input is now assigned a notification
handler. Currently this is update, but going forward this may be a
custom handler. In addition
- fixed MEMPOOL on OSX
- removed dead code
- avoid bit-rot
- added delegate support for emscripten and arm processors
- added delegate support for VS 2015 x64
[Couriersud]
- Break up the bogus IOC structure and use 8-bit handlers where appropriate. This fixes a music playback glitch due to the old handler's failure to take byte mirroring into account.
- Improve OKI M6295 sounds by using correct bit for banking
* Add layouts for France/Belgium, Italy and Sweden/Finland
* Remove some Alt- chars from Germany/Austria layout so natural keyboard produces canonical keystroke
* Add borderline usable dead keys for natural keyboard (also applies to A1200 keyboard)
(nw) To use dead keys, you need to type the acent character combined
with a space, followed by the letter. For example if the host system is
a Mac with U.S. or similar keyboard selected, you can type à in the
emulated system in natural keyboard mode with Option-Shift-N Shift-A
(with emulated keyboard, it's Alt-J Shift-A in most keyboard layouts).
- h19 [Mark Garlanger]
- Added comments about the memory and port layout from the manual.
- Fixed the frequency of the beep/keyclick: 2kHz -> 1 kHz
- Fixed the duration of the keyclick: 4 mSec -> 6 mSec
- Fixed the screen size: 200 pixels high -> 250 pixels high
- The code appears to ignore it, and goes by what is programmed in the mc6845, which
is wrong, on a real H19, the screen size/character size does not change when the 25th
line is enabled/disabled. Only an extra line is shown on the screen. The emulated h19,
should always have space for 25 line, whether or not the 25th is enabled.
- Separated the alternative ROMs into separate machines.
-h89.cpp [Mark Garlanger]
- Fixed the memory map.
- Added the disk controller RAM to the lower memory
- Added comment about banked-switched ROM/RAM (Org-0).
- Fixed port addresses and added more comments to them.
- Many are still commented out, but the addresses are all valid now.
- Added SW501 switch definitions for the early ROMs.
- These are commented out, not show the right way to represent multiple definitions.
* Put Amiga keyboard implementations in a namespace
* Factor out matrix keys to a common module shared by A500/A1200
* Make new German matrix based on US matrix with Alt-chars hooked up
* Remove outdated comment
* Fixed Shift-Alt combinations with natural keyboard
* Fixed crash on keyboard inputs with four characters
* Corrected polarity of KB_DATA from Amiga to keyboard
* Completely rewrote 68HC05CxA-based A1200 keyboard device, now working
* Fixed KB_DATA mixing in A500 keyboard
* Made A500 keyboard caps lock LED output name consistent with A1200
* Added Alt- and Alt-Shift- characters to A500 US keyboard
* Fixed natural keyboard modifiers with LLE keyboards