refactored device_t and all declarations

This commit is contained in:
Jess Lovelace
2022-01-13 21:06:11 -05:00
parent 8bb18ef598
commit f18615ae87
219 changed files with 707 additions and 10 deletions

View File

@@ -361,6 +361,7 @@ sis_85c4xx_init(const device_t *info)
const device_t sis_85c401_device = {
"SiS 85c401/85c402",
"sis_85c401",
0,
0x060,
sis_85c4xx_init, sis_85c4xx_close, sis_85c4xx_reset,
@@ -370,6 +371,7 @@ const device_t sis_85c401_device = {
const device_t sis_85c460_device = {
"SiS 85c460",
"sis_85c460",
0,
0x050,
sis_85c4xx_init, sis_85c4xx_close, sis_85c4xx_reset,
@@ -380,6 +382,7 @@ const device_t sis_85c460_device = {
/* TODO: Log to make sure the registers are correct. */
const device_t sis_85c461_device = {
"SiS 85c461",
"sis_85c461",
0,
0x050,
sis_85c4xx_init, sis_85c4xx_close, sis_85c4xx_reset,
@@ -389,6 +392,7 @@ const device_t sis_85c461_device = {
const device_t sis_85c471_device = {
"SiS 85c407/85c471",
"sis_85c471",
0,
0x150,
sis_85c4xx_init, sis_85c4xx_close, sis_85c4xx_reset,