Add XiBus as a module

This commit is contained in:
Romain Dolbeau 2022-10-31 15:18:16 +01:00
parent c3ec10e2dd
commit 513ba19e29
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "nubus-to-ztex-gateware/XiBus"]
path = nubus-to-ztex-gateware/XiBus
url = git@github.com:rdolbeau/XiBus.git

View File

@ -10,4 +10,4 @@ First prototype is working in a Quadra 650. It implements a single-screen-resolu
Some basic acceleration now exists for 8/16/32 bits, doing rectangle screen-to-screen blits and pattern rectangle fills. 1/2/4 bits also has some acceleration, ut only for byte-aligned cases.
There's also a basic RAM Disk using the 248 MiB of SDRAM not used by the framebuffer. So far this is by 32-bits accesses from the host; DMA using 1x block mode is still TBD.
There's also a basic RAM Disk using the 248 MiB of SDRAM not used by the framebuffer. The driver can use either synchronous direct access to the memory bt the CPU, or asynchronous using DMA (using 16-bytes blocks). Frustratingly, the direct access methode seems faster.

@ -0,0 +1 @@
Subproject commit 44d7267ff802b54cebda7e0a643a90cff71247e4