Skip to content

Commit 8116b72

Browse files
committed
hookup 2102s by default
1 parent cc06a4e commit 8116b72

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/hw/system.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,23 @@ static const system_preset_t f8_systems[] =
5151
{ F8_DEVICE_3851, 14, 0, { 0x2000, -1 }, NULL, NULL },
5252
{ F8_DEVICE_3851, 15, 0, { 0x2400, -1 }, NULL, NULL },
5353

54+
/* Schach RAM */
5455
{ F8_DEVICE_2114, 16, 0, { 0x2800, -1 }, NULL, NULL },
5556
{ F8_DEVICE_2114, 17, 0, { 0x2A00, -1 }, NULL, NULL },
5657
{ F8_DEVICE_2114, 18, 0, { 0x2C00, -1 }, NULL, NULL },
5758
{ F8_DEVICE_2114, 19, 0, { 0x2E00, -1 }, NULL, NULL },
5859

60+
/* Schach LED */
5961
{ F8_DEVICE_SCHACH_LED, 20, 0, { 0x3800, 0x8000 }, NULL, NULL },
6062

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+
6171
{ F8_DEVICE_INVALID, 0, 0, { -1 }, NULL, NULL }
6272
}
6373
},

0 commit comments

Comments
 (0)