mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-25 03:29:38 +00:00
c644d1609f
The expansion rom base register indicates the size of the expansion rom by the number of bits that remain zero after code attempts to set them all to 1. For example, a result of fffe0000 means 128K. The 11 least significant bits are ignored in the size calculation, which means the minimum rom size is indicated by fffff800 = 2K. Handle the case where an expansion rom file might not have a size that is a multiple of 2 or is not greater than 2K. Bytes between the end of the file and the end of the calculated rom size are set to 0xff. |
||
---|---|---|
.. | ||
adb | ||
i2c | ||
pci | ||
scsi | ||
dbdma.cpp | ||
dbdma.h | ||
dmacore.h | ||
hwcomponent.h | ||
hwinterrupt.h | ||
machineid.h | ||
mmiodevice.h | ||
nvram.cpp | ||
nvram.h | ||
ofnvram.cpp | ||
ofnvram.h | ||
viacuda.cpp | ||
viacuda.h |