Coder Social home page Coder Social logo

dromsm's Introduction

DROMsM

DROMsM is a Windows application written in C# WinForms that exposes several helpful operations that assist you in maintaining your romset collections.

Features

  • Open and view DAT files in a spreadsheet-like environment with column reordering, filtering and searching.
  • Export filtered DAT files to CSV.
  • Move similarly named roms out of the collection and only keep the best one.
  • Move similarly named roms into their own directory.
  • Move all ROMS from their subdirectories to the root directory.
  • Remove empty root directories.
  • Combine multiple bin files into a single bin file.
  • Given a list containing rom filenames, remove all the matching files from the romset.
  • Show or hide entire LaunchBox platforms
  • Batch create MAME ini files from a filtered DAT file

Main Operations Window

Main View

Viewing or modifying a DAT File

DAT File Viewer

Batch creating MAME ini files

Create MAME ini files

Showing/Hiding LaunchBox Platforms

From Tools -> LaunchBox -> Manage Platforms, you can access a window which allows you to toggle the visibility of entire LaunchBox platforms. This allows you to show or hide platforms in LaunchBox without removing them.

The way this works is by modifying the file extenstions of the files that LaunchBox uses to handle your platforms.

image

dromsm's People

Contributors

dreasgrech avatar

Stargazers

Labo avatar MinimumAttic410 avatar  avatar Mårten Rånge avatar

Watchers

 avatar James Cloos avatar

dromsm's Issues

Add a DAT File Parser

Add the ability to parse DAT xml files and have them be displayed in a human readable format

adding more details into .csv

is it possible to add more details into .csv such as :

driver status
driver emulation
driver savestate

input details such as :
players
coins
control type: what kind of controller/gamepad/joy/lightgun
buttons

monitor orientation: Vertical or Horizontal

<driver status="good" emulation="good" savestate="supported"/>

Controller details if game is 'lightgun' compatible or what kind of 'contoller/gamepad/joy' game supports?
https://cdn.discordapp.com/attachments/951454112078241802/955623994537693214/unknown.png

Screen position if it is 'vertical' or 'horizontal'
https://cdn.discordapp.com/attachments/951454112078241802/955624123512537189/unknown.png
<dipswitch name="Monitor Orientation" tag="DSW1" mask="32"> <diplocation name="SW2" number="6"/> <dipvalue name="Horizontal" value="32" default="yes"/> <dipvalue name="Vertical" value="0"/> </dipswitch>

'Player' details
https://cdn.discordapp.com/attachments/951454112078241802/955627305869385778/unknown.png

<input players="1" coins="4" service="yes"> <control type="only_buttons" buttons="7"/> </input>

etc?

Add BIOS Column

<machine name="3dobios" sourcefile="3do.cpp" isbios="yes">

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.