Bring back Trangg Bow's change, now with AT clones

Until it gets added to The Retro Web, this is assumed now.
This commit is contained in:
MaxwellS04
2025-09-12 02:03:42 +07:00
parent f7323ddb58
commit bf8a64067a

View File

@@ -3588,8 +3588,8 @@ const machine_t machines[] = {
.flags = MACHINE_FLAGS_NONE,
.ram = {
.min = 256,
.max = 512,
.step = 256
.max = 1024, /* assumed; more can be added via memory expansions */
.step = 128
},
.nvrmask = 63,
.jumpered_ecp_dma = 0,
@@ -3632,8 +3632,8 @@ const machine_t machines[] = {
.flags = MACHINE_FLAGS_NONE,
.ram = {
.min = 256,
.max = 512,
.step = 256
.max = 1024, /* assumed; more can be added via memory expansions */
.step = 128
},
.nvrmask = 63,
.jumpered_ecp_dma = 0,
@@ -3853,8 +3853,8 @@ const machine_t machines[] = {
.flags = MACHINE_FLAGS_NONE,
.ram = {
.min = 256,
.max = 512,
.step = 256
.max = 1024, /* assumed; more can be added via memory expansions */
.step = 128
},
.nvrmask = 63,
.jumpered_ecp_dma = 0,