Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
06755 Core Minor Always Nov 6, 2017, 07:33 Nov 7, 2017, 06:13
Tester star2root View Status Public Platform MAME (Self-compiled)
Assigned To star2root Resolution Fixed OS
Status [?] Resolved Driver
Version 0.191 Fixed in Version 0.192 Build
Fixed in Git Commit Github Pull Request #
Summary MESS-specific 06755: ts1000: The Timex Sinclair 1000 emulation only has the option of having 2k of ram.
Description I noticed that the Timex Sinclair 1000 emulation only has the option of having 2k of ram, even though the actual machine can use all the same ram expansion options as the ZX81, 16K, 32K, and 48K. I also suggest adding the option to emulate a unit with only a 1K chip installed, since although this is not the default it is possible with the actual machine as well.
Steps To Reproduce Launch the Timex Sinclair 1000 emulation with a ram size parameter other than 2k.
Additional Information To fix this add this code below to the ram configuration section for the Timex Sinclair 1000 in src/mame/drivers/zx.cpp right below the line that reads MCFG_RAM_DEFAULT_SIZE("2K")
MCFG_RAM_EXTRA_OPTIONS("1K,16K,32K,48K")
Github Commit
Flags Verified with Original, Verified with Code
Regression Version
Affected Sets / Systems ts1000
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
0
There are no notes attached to this issue.