summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/t10spc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* t10spc.cpp: Fix minor error in previous refactoring AJR2024-03-091-1/+1
|
* akiko, am79c90, i82586, k053252, spi_sdcard, stvcd, t10mmc, t10sbc, t10spc: ↵ AJR2023-09-171-7/+4
| | | | Use helpers from multibyte.h
* interpro improvements, plus some naive scsi hacks (#2330) Patrick Mackinlay2017-05-231-0/+6
| | | | | | | | | | | | | | | Various InterPro changes: * fixed cpu/mmu ssw bug * added preliminary nscsi support * added preliminary mmu address translation * expanded memory maps for several devices * improved irq and dma handling (still not working properly) * stubbed out more sga registers, added srarb For the following, I don't really know what I'm doing, so please check carefully: * WARNING: includes a naïve addition of ncr53c94 support to ncr5390.cpp * WARNING: adds a start/stop unit command to t10spc.cpp After these changes, ip2800 boots to FDM prompt with a ton of memdiag test failures, but not much else is visibly improved.
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
| | | | | | | | | | | | Per Vas' request. If the compile fails for you (i'm thinking osx and windows native debuggers here in particular), add '#include "emu.h"' as first include of the cpp files that fail. Due to our use of precompilation and forced inclusion, emu.h must be included as the very first non-comment thing we do if we want to be sure msvc compiles are identical to gcc/clang ones. Doing it directly instead of through an include increases the correctness probability by a magnitude.
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+151