mirror of
https://github.com/86Box/86Box.git
synced 2025-01-23 17:52:01 -05:00
Rename the Microsoft RAMCard to just that - the other variant is for the Apple II which is obviously outside of our scope so there's no point in clarifying which this is.
This commit is contained in:
parent
d7a2db5025
commit
5078063a39
1 changed files with 1 additions and 1 deletions
|
@ -1080,7 +1080,7 @@ static const device_config_t msramcard_config[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const device_t msramcard_device = {
|
static const device_t msramcard_device = {
|
||||||
.name = "Microsoft RAMCard for IBM PC",
|
.name = "Microsoft RAMCard",
|
||||||
.internal_name = "msramcard",
|
.internal_name = "msramcard",
|
||||||
.flags = DEVICE_ISA,
|
.flags = DEVICE_ISA,
|
||||||
.local = ISAMEM_RAMCARD_CARD,
|
.local = ISAMEM_RAMCARD_CARD,
|
||||||
|
|
Loading…
Add table
Reference in a new issue