NuBusFPGA/nubus-to-ztex-gateware/DeclROM/DepVideo.inc

57 lines
1.1 KiB
PHP
Raw Normal View History

.include "res.inc"
NuBusFPGAID = 0xC0
2021-12-21 07:26:30 +00:00
defMinorBase = 0 /* beginning */
2022-04-18 15:04:32 +00:00
defMinorLength = 0x800000 /* 8192 KiB */
2021-12-21 07:26:30 +00:00
2022-04-18 09:51:07 +00:00
Pages8s = 1
2022-04-18 12:10:17 +00:00
Pages4s = 1
Pages2s = 1
2022-04-18 09:51:07 +00:00
Pages1s = 1
2022-04-22 21:00:25 +00:00
Pages15s = 1
2022-04-18 15:04:32 +00:00
Pages24s = 1
2021-12-21 07:26:30 +00:00
defmBounds_Ls = 0
defmBounds_Ts = 0
defmBounds_Rs = HRES
defmBounds_Bs = VRES
defScrnRow = HRES
2022-04-18 09:51:07 +00:00
/* row bytes */
RB8s = HRES
2022-04-18 12:10:17 +00:00
RB4s = HRES/2
RB2s = HRES/4
2022-04-18 09:51:07 +00:00
RB1s = HRES/8
2022-04-22 21:00:25 +00:00
RB15s = HRES*2
2022-04-18 15:04:32 +00:00
RB24s = HRES*4
2021-12-21 07:26:30 +00:00
DrHwNuBusFPGA = 0xBEEF /* placeholder for GoboFB */
2023-01-08 14:11:22 +00:00
DrHwNuBusFPGADsk = 0xBEEE /* placeholder for RAM Dsk */
DrHwNuBusFPGAAudio = 0xBEED /* placeholder for Audio */
2023-09-16 13:16:40 +00:00
DrHwNuBusFPGASDCard = 0xBEEC /* placeholder for SD Card */
typeDrive = 0x1000 /* placeholder for RAM Dsk*/
2023-01-08 14:11:22 +00:00
typeAudio = 0x1001 /* placeholder for Audio*/
2021-12-21 07:26:30 +00:00
defmBaseOffset = 0 /* beginning, placeholder */
devVersion = 0 /* placeholder */
defmHRes = 0x480000 /* Horizontal Pixels/inch */
defmVRes = 0x480000 /* Vertical pixels/inch */
2022-04-18 15:04:32 +00:00
clutType = 0
directType = 2
2021-12-21 07:26:30 +00:00
defmPlaneBytes = 0 /* Offset from one plane to the next. */
SGammaResID = 0
ChunkyIndexed = 0
2022-04-18 15:04:32 +00:00
ChunkyDirect = 16
2021-12-21 07:26:30 +00:00
defVersion = 0 /* Version = 0 */