Changes

Jump to: navigation, search

MAME

905 bytes added, 16:12, 22 June 2015
/* ROMs and extension hardware */ hard disc
|brunword4
|[[BrunWord]] Elite MK4
|-
|hd20
|[[Dobbertin Harddisc]] (MAME 0.163)
|}
Up to 8 external ROMs (-rom1 to -rom8) are supported this way.
 
;[[Dobbertin Harddisc]] (coming feature in MAME 0.163)
 
From the [http://www.cpcwiki.eu/forum/emulators/got-bored-again/msg102272/#msg102272 forum post]:
 
To use, add -exp hd20 to the commandline, which will also allow you to add -hard <filename>.
Code: [Select]
 
mame cpc6128 -exp hd20 -hard1 disk.chd
 
Only MAME CHDs are supported, you can create a blank hard disk image using chdman. Geometry is 615/4/17.
Code: [Select]
 
chdman createhd -o disk.chd -c none -chs 615,4,17
 
(-c none means no compression, but this is required for MAME to write directly to the CHD image. If you use compression, then data writes will be written to a separate file)
 
You can use X-DDOS 2.00 or 2.10 by using -exp hd20,bios=xddos200 or -exp hd20,bios=xddos210. v2.10 is the default.
 
See http://mahlemiut.marpirc.net/cpc_hd20.avi, a quick demo loading a game from HD.
==GUI front-ends==
1,544
edits