mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-23 21:29:28 +00:00
machineid: improve Gossamer ID description.
This commit is contained in:
parent
c5ecdb840d
commit
4964008511
@ -70,8 +70,7 @@ private:
|
|||||||
The machine ID for the Gossamer board is accesible at 0xFF000004 (phys).
|
The machine ID for the Gossamer board is accesible at 0xFF000004 (phys).
|
||||||
It contains a 16-bit value revealing machine's capabilities like bus speed,
|
It contains a 16-bit value revealing machine's capabilities like bus speed,
|
||||||
ROM speed, I/O configuration etc.
|
ROM speed, I/O configuration etc.
|
||||||
Because the meaning of these bits is poorly documented, the code below
|
See machines/machinegossamer.cpp for further details.
|
||||||
simply return a raw value obtained from real hardware.
|
|
||||||
*/
|
*/
|
||||||
class GossamerID : public MMIODevice {
|
class GossamerID : public MMIODevice {
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user