Howard M. Harte
f8a9f9bbe7
AltairZ80: m68k: Avoid buffer overflow detected by gcc 9.4.0.
2023-07-15 17:20:05 -04:00
Peter Schorn
4c1aee0887
AltairZ80: Correct spelling, formatting and years
2023-06-30 14:31:06 +02:00
Peter Schorn
b0a496446f
AltairZ80: Code cleanup and simplifications
2023-05-23 21:44:47 +02:00
Peter Schorn
8b1b5eaeb7
AltairZ80: Add void when missing in function declaration
2023-04-05 16:28:15 +02:00
Howard M. Harte
74eb45492a
AltairZ80: Fix warnings in m68kfpu.c.
2023-04-01 07:01:15 -07:00
Mark Pizzolato
decbe5b76b
Various simulators: Set line endings to CRLF for consistency, remove stray tabs
...
Project standard source code has tabs converted to spaces and CRLF line
endings.
Other text files have CRLF line endings.
2023-03-19 16:51:27 -04:00
Howard M. Harte
ef6667b05c
Fix AltairZ80 compilation with Visual Studio 2008 ( #85 )
...
* AltairZ80: SS1: Fix disable after reset.
The CompuPro System Support 1 could not be disabled after enabled and
used due to timers causing it to be busy. Reset properly so that "set
ss1 disabled" works after reset.
* AltairZ80: wd179x: Properly reset 179x state.
* AltairZ80: M68K: Fix compile with VS2008.
* Musashi: Fix compilation with Visual Studio 2008.
* AltairZ80: M68K: Resolve warnings in softfloat.
* AltairZ80: Add headers to .vcproj
2022-10-24 17:15:51 -04:00
Howard M. Harte
1110802bb1
AltairZ80: M68K: Changes for SIMH.
...
Build: Compiled with VS 2022, Clang, gcc.
Test: Boot and run CP/M-68K from: https://schorn.ch/cpm/zip/cpm68k.zip
2022-10-08 00:25:04 -07:00
Howard M. Harte
ab21cbab7a
AltairZ80: M68K: Update to Musashi 4.10
...
Includes up through commit fc7a6fc602e2fbcd24851670a5242358765feacf from
https://github.com/kstenerud/Musashi
2022-10-08 00:24:59 -07:00
Howard M. Harte
9fa55d0013
AltairZ80: M68K: Move Musashi to m68k directory.
...
The M68K CPU is from https://github.com/kstenerud/Musashi . Move into
its own directory to facilitate easier synchronization with upstream
Musashi.
2022-10-08 00:24:49 -07:00