BizHawk/BizHawk.Emulation.Cores/Computers/AmstradCPC
YoshiRulz b2a3477f52
Enable SA1123 and fix noncompliance
"Do not place regions within elements"
2020-01-25 18:06:56 +10:00
..
Hardware Enable SA1123 and fix noncompliance 2020-01-25 18:06:56 +10:00
Machine Enable SA1504 and fix noncompliance 2020-01-25 14:56:56 +10:00
Media Enable SA1123 and fix noncompliance 2020-01-25 18:06:56 +10:00
ROM Enable SA1504 and fix noncompliance 2020-01-25 14:56:56 +10:00
AmstradCPC.Controllers.cs Convert spaces to tabs in ZX Spectrum and AmstradCPC cores 2019-12-06 17:47:59 -06:00
AmstradCPC.IDebuggable.cs Convert spaces to tabs in ZX Spectrum and AmstradCPC cores 2019-12-06 17:47:59 -06:00
AmstradCPC.IEmulator.cs Convert spaces to tabs in ZX Spectrum and AmstradCPC cores 2019-12-06 17:47:59 -06:00
AmstradCPC.IMemoryDomains.cs Convert spaces to tabs in ZX Spectrum and AmstradCPC cores 2019-12-06 17:47:59 -06:00
AmstradCPC.ISettable.cs Convert spaces to tabs in ZX Spectrum and AmstradCPC cores 2019-12-06 17:47:59 -06:00
AmstradCPC.IStatable.cs Convert spaces to tabs in ZX Spectrum and AmstradCPC cores 2019-12-06 17:47:59 -06:00
AmstradCPC.InputPollable.cs Enable SA1504 and fix noncompliance 2020-01-25 14:56:56 +10:00
AmstradCPC.Messaging.cs Enable SA1139 and fix noncompliance 2020-01-25 07:55:48 +10:00
AmstradCPC.Util.cs Convert spaces to tabs in ZX Spectrum and AmstradCPC cores 2019-12-06 17:47:59 -06:00
AmstradCPC.cs Convert spaces to tabs in ZX Spectrum and AmstradCPC cores 2019-12-06 17:47:59 -06:00
SoundProviderMixer.cs Enable SA1504 and fix noncompliance 2020-01-25 14:56:56 +10:00
readme.md CPCHawk: Update readme 2018-09-19 17:03:57 +01:00

readme.md

CPCHawk

Still very much work in progress....

In Place

  • CPC464, CPC6128
  • Port IO decoding
  • i8255 Programmable Peripheral Interface (PPI) chip emulation
  • AY-3-8912 PSG (and Port IO)
  • Keyboard/Joystick
  • FDC and FDD devices
  • .DSK image parsing and identification (to auto differenciate from ZX Spectrum disk bootloader)

There, but needs more work

  • CRCT (Cathode Ray Tube Controller) chip emulation
  • Amstrad Gate Array chip emulation
  • Video rendering (modes 0, 1, 2 & 3)
  • Datacorder (tape) device
  • .CDT tape image file support

Not Yet

  • CPC664, CPC464plus, CPC6128plus, GX4000 models
  • Expansion IO

Known Issues

  • The CRCT and Gatearray chips are undergoing a re-write at the moment, so video emulation is nowhere near accurate (yet)
  • .CDT tape image files will nearly always fail to load - timing conversion is still needed (so the tape device 'plays back' at the wrong speed)

-Asnivor