summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/superfx/sfx_dasm.cpp
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2022-06-16 12:47:52 +0200
committer Olivier Galibert <galibert@pobox.com>2025-04-29 23:06:41 +0200
commit45d4cd52a8194f2ef9e0383cfb2e2a35634af6ff (patch)
tree4e8d8fcb7382a5e9e0bce5ec59939bcfbe67155a /src/devices/cpu/superfx/sfx_dasm.cpp
parent5c14bcdfcb4aefb71b5b62387c4ad05dbeb3814e (diff)
full xtal conversionxtal
Diffstat (limited to 'src/devices/cpu/superfx/sfx_dasm.cpp')
0 files changed, 0 insertions, 0 deletions
'>| | | | handler, must be fixed better later * Added VME local address mapping to dummy access methods Joakim Larsson Edstrom2015-08-281-24/+122 | * Started LO command support, to be able to upload S-records to fccpu1 over ↵ Joakim Larsson Edstrom2015-08-281-13/+23 | | | | serial host port * Added centronics-ish interface support for the fccpu1 board as expected by ↵ Joakim Larsson Edstrom2015-08-281-285/+404 | | | | the system ROM, tested and works * change flags from GAME_ to MACHINE_ David Haywood2015-07-291-6/+6 | | | | this better fits the drivers from MESS (which have always illogically used the GAME_ flags despite not being games) and also fits fine with arcade machines. * Cleanups and version bumpmame0164 Miodrag Milanovic2015-07-291-55/+55 | * Figured out that ROM:s support a Centronics printer on P2 Joakim Larsson Edström2015-07-211-6/+7 | * updated driver status Joakim Larsson Edström2015-07-201-1/+1 | * started FORCE SYS68K MONITOR V 1.0 printer support Joakim Larsson Edström2015-07-201-3/+13 | * Added 58167 RTC, works but no support for it in current system rom, verified ↵ Joakim Larsson Edström2015-07-201-2/+6 | | | | through mame debugger * Fixed some comments Joakim Larsson Edström2015-07-201-4/+1 | * Fixed clocks, FORCE SYS68K MONITOR V 1.0 now works in terminal, removed RAM ↵ Joakim Larsson Edström2015-07-201-4/+76 | | | | definitions for Zbug no longer needed * Added PIT68230 device to driver and removed support for Zbug/68ksbc Joakim Larsson Edström2015-07-201-20/+16 | * Removed legacy RAM from address map and added correct baud generator crystal Joakim Larsson Edström2015-07-201-5/+9 | * Added support for dumped ROM:s from the cpu1 PCB Joakim Larsson Edström2015-07-201-3/+3 | * Added correct read handler for bootvector and changed zbug (now defunct) values Joakim Larsson Edstrom2015-07-201-4/+11 | * Added fake read driver for boot vector mirroring