Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

samcoupe_flop.xml: Added 2 working items #11467

Merged
merged 3 commits into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions hash/samcoupe_flop.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ license:CC0-1.0
</dataarea>
</part>
</software>

<software name="samdos1">
<description>Sam Coupe System Disk (SAMDOS v1.1)</description>
<year>1990</year>
Expand All @@ -45,6 +46,7 @@ license:CC0-1.0
</dataarea>
</part>
</software>

<software name="samdos2">
<description>Sam Coupe System Disk (SAMDOS v2.0)</description>
<year>1990</year>
Expand All @@ -55,6 +57,7 @@ license:CC0-1.0
</dataarea>
</part>
</software>

<software name="batnball">
<description>Batz 'n Balls</description>
<year>1992</year>
Expand All @@ -65,6 +68,7 @@ license:CC0-1.0
</dataarea>
</part>
</software>

<software name="boing">
<description>Boing!</description>
<year>1992</year>
Expand All @@ -75,6 +79,7 @@ license:CC0-1.0
</dataarea>
</part>
</software>

<software name="castle">
<description>Castle</description>
<year>1991</year>
Expand All @@ -85,6 +90,7 @@ license:CC0-1.0
</dataarea>
</part>
</software>

<software name="defenders">
<description>Defenders Of The Earth</description>
<year>1990</year>
Expand All @@ -95,6 +101,7 @@ license:CC0-1.0
</dataarea>
</part>
</software>

<software name="dominobx">
<description>Domino Box</description>
<year>1997</year>
Expand All @@ -105,6 +112,7 @@ license:CC0-1.0
</dataarea>
</part>
</software>

<software name="doubletp">
<description>Double Top</description>
<year>1993</year>
Expand All @@ -115,6 +123,7 @@ license:CC0-1.0
</dataarea>
</part>
</software>

<software name="exodus">
<description>Exodus</description>
<year>1993</year>
Expand All @@ -130,6 +139,7 @@ license:CC0-1.0
</dataarea>
</part>
</software>

<software name="5trislnd">
<description>Five on a Treasure Island</description>
<year>1990</year>
Expand All @@ -140,6 +150,7 @@ license:CC0-1.0
</dataarea>
</part>
</software>

<software name="lemmings">
<description>Lemmings</description>
<year>1993</year>
Expand All @@ -150,6 +161,7 @@ license:CC0-1.0
</dataarea>
</part>
</software>

<software name="ppersia">
<description>Prince of Persia</description>
<year>1990</year>
Expand All @@ -160,6 +172,7 @@ license:CC0-1.0
</dataarea>
</part>
</software>

<software name="quizball">
<description>Quizball</description>
<year>1991</year>
Expand All @@ -170,6 +183,19 @@ license:CC0-1.0
</dataarea>
</part>
</software>

<software name="rickdang">
<description>Rick Dangerous</description>
<year>2021</year>
<publisher>D.T.A. Software Studio</publisher>
<info name="developer" value="Anton Javorček" />
<part name="flop1" interface="floppy_3_5">
<dataarea name="flop" size="860416">
<rom name="DTA_RickDangerous.dsk" size="860416" crc="deb55b68" sha1="d34dd9e1d63f8a07b91eba8a4773b34d773a4133"/>
</dataarea>
</part>
</software>

<software name="samstrikes">
<description>Sam Strikes Out!</description>
<year>1990</year>
Expand All @@ -180,6 +206,7 @@ license:CC0-1.0
</dataarea>
</part>
</software>

<software name="sophistry">
<description>Sophistry</description>
<year>1994</year>
Expand All @@ -190,6 +217,7 @@ license:CC0-1.0
</dataarea>
</part>
</software>

<software name="spellmst">
<description>Spell Master</description>
<year>1992</year>
Expand All @@ -201,6 +229,7 @@ license:CC0-1.0
</dataarea>
</part>
</software>

<software name="sphera">
<description>Sphera</description>
<year>1990</year>
Expand All @@ -211,6 +240,7 @@ license:CC0-1.0
</dataarea>
</part>
</software>

<software name="splat">
<description>Splat!</description>
<year>1991</year>
Expand All @@ -221,4 +251,17 @@ license:CC0-1.0
</dataarea>
</part>
</software>

<software name="sf">
<description>Street Fighter 1</description>
<year>2017</year>
<publisher>D.T.A. Software Studio</publisher>
<info name="developer" value="Anton Javorček" />
<part name="flop1" interface="floppy_3_5">
<dataarea name="flop" size="819200">
<rom name="DTA_StreetFighter1_v1.mgt" size="819200" crc="33d4efbc" sha1="f7dc378b96d38c44f8936129cbb6f8a74f2fd74d"/>
</dataarea>
</part>
</software>

</softwarelist>
2 changes: 1 addition & 1 deletion src/devices/bus/samcoupe/drive/atom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// DEVICE DEFINITIONS
//**************************************************************************

DEFINE_DEVICE_TYPE(SAM_ATOM_HDD, sam_atom_hdd_device, "sam_atom_hdd", "SAM Coupe ATOM HDD interface")
DEFINE_DEVICE_TYPE(SAM_ATOM_HDD, sam_atom_hdd_device, "sam_atom_hdd", "SAM Coup\xC3\xA9 ATOM HDD interface")

//-------------------------------------------------
// device_add_mconfig - add device configuration
Expand Down
2 changes: 1 addition & 1 deletion src/devices/bus/samcoupe/drive/drive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// DEVICE DEFINITIONS
//**************************************************************************

DEFINE_DEVICE_TYPE(SAMCOUPE_DRIVE_PORT, samcoupe_drive_port_device, "samcoupe_drive_port", "SAM Coupe Drive Port")
DEFINE_DEVICE_TYPE(SAMCOUPE_DRIVE_PORT, samcoupe_drive_port_device, "samcoupe_drive_port", "SAM Coup\xC3\xA9 Drive Port")


//**************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/devices/bus/samcoupe/drive/floppy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// DEVICE DEFINITIONS
//**************************************************************************

DEFINE_DEVICE_TYPE(SAM_FLOPPY, sam_floppy_device, "sam_floppy", "SAM Coupe Internal Floppy")
DEFINE_DEVICE_TYPE(SAM_FLOPPY, sam_floppy_device, "sam_floppy", "SAM Coup\xC3\xA9 Internal Floppy")

void sam_floppy_device::floppy_formats(format_registration &fr)
{
Expand Down
2 changes: 1 addition & 1 deletion src/devices/bus/samcoupe/expansion/expansion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// DEVICE DEFINITIONS
//**************************************************************************

DEFINE_DEVICE_TYPE(SAMCOUPE_EXPANSION, samcoupe_expansion_device, "samcoupe_expansion", "SAM Coupe Expansion Bus")
DEFINE_DEVICE_TYPE(SAMCOUPE_EXPANSION, samcoupe_expansion_device, "samcoupe_expansion", "SAM Coup\xC3\xA9 Expansion Bus")


//**************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/devices/bus/samcoupe/mouse/mouse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// DEVICE DEFINITIONS
//**************************************************************************

DEFINE_DEVICE_TYPE(SAM_MOUSE, sam_mouse_device, "sam_mouse", "SAM Coupe Mouse Interface")
DEFINE_DEVICE_TYPE(SAM_MOUSE, sam_mouse_device, "sam_mouse", "SAM Coup\xC3\xA9 Mouse Interface")

//-------------------------------------------------
// input_ports - device-specific input ports
Expand Down
2 changes: 1 addition & 1 deletion src/devices/bus/samcoupe/mouse/mouseport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// DEVICE DEFINITIONS
//**************************************************************************

DEFINE_DEVICE_TYPE(SAMCOUPE_MOUSE_PORT, samcoupe_mouse_port_device, "samcoupe_mouse_port", "SAM Coupe Mouse Port")
DEFINE_DEVICE_TYPE(SAMCOUPE_MOUSE_PORT, samcoupe_mouse_port_device, "samcoupe_mouse_port", "SAM Coup\xC3\xA9 Mouse Port")


//**************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion src/mame/samcoupe/samcoupe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -988,4 +988,4 @@ ROM_END
***************************************************************************/

// YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS
COMP( 1989, samcoupe, 0, 0, samcoupe, samcoupe, samcoupe_state, empty_init, "Miles Gordon Technology plc", "SAM Coupe", MACHINE_SUPPORTS_SAVE )
COMP( 1989, samcoupe, 0, 0, samcoupe, samcoupe, samcoupe_state, empty_init, "Miles Gordon Technology plc", "SAM Coup\xC3\xA9", MACHINE_SUPPORTS_SAVE )