We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc06a4e commit 8116b72Copy full SHA for 8116b72
src/hw/system.c
@@ -51,13 +51,23 @@ static const system_preset_t f8_systems[] =
51
{ F8_DEVICE_3851, 14, 0, { 0x2000, -1 }, NULL, NULL },
52
{ F8_DEVICE_3851, 15, 0, { 0x2400, -1 }, NULL, NULL },
53
54
+ /* Schach RAM */
55
{ F8_DEVICE_2114, 16, 0, { 0x2800, -1 }, NULL, NULL },
56
{ F8_DEVICE_2114, 17, 0, { 0x2A00, -1 }, NULL, NULL },
57
{ F8_DEVICE_2114, 18, 0, { 0x2C00, -1 }, NULL, NULL },
58
{ F8_DEVICE_2114, 19, 0, { 0x2E00, -1 }, NULL, NULL },
59
60
+ /* Schach LED */
61
{ F8_DEVICE_SCHACH_LED, 20, 0, { 0x3800, 0x8000 }, NULL, NULL },
62
63
+ /* Extra RAM (Videocart-18) */
64
+ { F8_DEVICE_2102, 21, 0x21, { -1 }, NULL, f2102_out_write },
65
+ { F8_DEVICE_2102, 21, 0x20, { -1 }, NULL, f2102_out_address },
66
+
67
+ /* Extra RAM (Videocart-10) */
68
+ { F8_DEVICE_2102, 22, 0x25, { -1 }, NULL, f2102_out_write },
69
+ { F8_DEVICE_2102, 22, 0x24, { -1 }, NULL, f2102_out_address },
70
71
{ F8_DEVICE_INVALID, 0, 0, { -1 }, NULL, NULL }
72
}
73
},
0 commit comments