| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
This enables SoftPC to run.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Many changes, most notable end result is the ability to boot the "blue screen" rebuild floppy, and nearly booting CLIX (hangs trying to mount the filesystems).
Summary of changes:
* added a softlist
* refactored cpu/mmu memory access
* added alignment faults
* implemented most c400 instructions
* fixed wait instruction
* corrections to interpro driver
* removed broken forced interrupt handling
* added support for dma virtual addressing
|
| |
|
|
|
|
|
|
| |
Disassemblers are now independant classes. Not only the code is
cleaner, but unidasm has access to all the cpu cores again. The
interface to the disassembly method has changed from byte buffers to
objects that give a result to read methods. This also adds support
for lfsr and/or paged PCs.
|
| |
|
|
|
|
|
|
|
|
|
| |
* interpro: serial dma
* implemented basic serial dma
* switch to ncr53c94
* initial ethernet preparation
* timer-based dma
* oops (nw)
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
also fixed up formatting
|
| |
|