mirror of
https://github.com/86Box/docs.git
synced 2026-02-21 17:15:33 -07:00
Move custom CSS and default highlight language away from include.rst
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
.. include:: /include.rst
|
||||
|
||||
Devices
|
||||
=======
|
||||
|
||||
@@ -113,7 +111,7 @@ Most devices need a place to store their internal state. We discourage the use o
|
||||
|
||||
typedef struct {
|
||||
uint32_t type; /* example: copied from device_t.local */
|
||||
uint8_t regs[256]; /* example: 256*8-bit registers */
|
||||
uint8_t regs[256]; /* example: 256*8-bit registers */
|
||||
} foo_t;
|
||||
|
||||
/* ... */
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
.. include:: /include.rst
|
||||
|
||||
DMA
|
||||
===
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
.. include:: /include.rst
|
||||
|
||||
Port I/O
|
||||
========
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
.. include:: /include.rst
|
||||
|
||||
Threads
|
||||
=======
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
.. include:: /include.rst
|
||||
|
||||
Timers
|
||||
======
|
||||
|
||||
|
||||
Reference in New Issue
Block a user