Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Possible to Edit Game Roms?  (Read 1392 times)

0 Members and 1 Guest are viewing this topic.

AmericanDemon

  • The Reason the short bus was invented... 100% Slacker Guaranteed, 4:20 yet?
  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1357
  • Last login:September 22, 2019, 11:08:03 pm
  • Still an AmericanDemon
Possible to Edit Game Roms?
« on: October 13, 2004, 07:11:57 pm »
I was playing X-Men today and thought it would be cool to update the clothing on the characters.  I know that in some NES Emulators you can go in and make changes.  Has anyone here done anything similar or know a way that it could be done for the arcade roms?

maraxle

  • Guest
  • Trade Count: (0)
Re:Possible to Edit Game Roms?
« Reply #1 on: October 13, 2004, 07:31:08 pm »
I remember an old utility that let you change things in the (Ms.) Pac-Man roms, so it is possible.

Crazy Cooter

  • Senator Cooter was heard today telling the entire congressional body to STFU...
  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2041
  • Last login:June 05, 2025, 12:39:19 pm

DaemonCollector

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 443
  • Last login:December 26, 2009, 07:02:16 pm
  • All your base are belong to us.
Re:Possible to Edit Game Roms?
« Reply #3 on: October 13, 2004, 08:41:51 pm »
http://www.arcadecontrols.org/yabbse/index.php?board=3;action=display;threadid=25177

Howard is doing it.

How is that anything like what he's talkin about? Howard is writing a stand alone game. You should be able to change the graphics though, its just a matter of figuring out how they are stored...maybe replacing the code in one of the roms files.

ericball

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 220
  • Last login:March 13, 2025, 11:01:47 am
Re:Possible to Edit Game Roms?
« Reply #4 on: October 13, 2004, 08:47:13 pm »
Hacks of this kind are certainly possible.  You first have to identify which ROMs the graphics are stored in and what format (bit and byte layout/organization) they are stored in.  Then you need to fix any checksums which may exist to make such changes difficult.  There may be other complications like fixed palettes and collision detection.

Some of that may be easier if you are able to use the MAME source, or recompile it with custom debugging and tracing.

Possible, yes, but not generically simple unless you are re-implementing a hack someone else has done.
MAME Projects % completed:
2004 3 sided cocktail cabinet w/ modular CP <25% (discarded)
2004 Tempest cabinet & CP > 75% (sold)
2017 Raspberry Pi Zero W w/ Lakka microconsole 50%
2021 Vertical Bartop - in progress > 80%, 100% functional (sleeping)

AmericanDemon

  • The Reason the short bus was invented... 100% Slacker Guaranteed, 4:20 yet?
  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1357
  • Last login:September 22, 2019, 11:08:03 pm
  • Still an AmericanDemon
Re:Possible to Edit Game Roms?
« Reply #5 on: October 13, 2004, 09:14:30 pm »
Gotcha.  It appears as if this may be more difficult than I am wanting to do.  ;)  I mean I can live with old school costumes.  

ften

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 180
  • Last login:March 06, 2022, 10:20:43 pm
  • Beep Beep
    • Fathertom.net
Re:Possible to Edit Game Roms?
« Reply #6 on: October 13, 2004, 10:44:32 pm »
   You can do a search in Google for pages about rom hacking by searching on "IPS ROMs" or "IPS patching". IPS stands for International Patching System, just in case you were wondering.
   Also Zophar.net has a Utility section specifically for hacking graphics on ROMs.
http://www.zophar.net/utilities/graphics.html
   This is a specific arcade rom hacking Utility.... although a little dated.
http://www.cis.rit.edu/~jerry/Software/turacoCL/classic/

Hope that helped some.

-FTen

AmericanDemon

  • The Reason the short bus was invented... 100% Slacker Guaranteed, 4:20 yet?
  • Trade Count: (+3)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1357
  • Last login:September 22, 2019, 11:08:03 pm
  • Still an AmericanDemon
Re:Possible to Edit Game Roms?
« Reply #7 on: October 14, 2004, 11:14:55 am »
Whoa thanks!  Lots of stuff to read up on now.  :)

Crazy Cooter

  • Senator Cooter was heard today telling the entire congressional body to STFU...
  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2041
  • Last login:June 05, 2025, 12:39:19 pm
Re:Possible to Edit Game Roms?
« Reply #8 on: October 14, 2004, 08:12:07 pm »
How is that anything like what he's talkin about? Howard is writing a stand alone game.

So wouldn't he be a good person to talk to about manipulating the rom files?  I would think he'd know how things are stored and what proggies to check out. ;)