OS4 DepotLogo by Liksmaskaren 
(anonymous IP: 18.221.235.209,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Game » Misc » bjldump.lha

Bjldump

Description: Dump Bombjack levels (arcade ROM dumps)
Download: bjldump.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 30kb
Version: 0.3.0
Date: 21 Jan 2006
Author: André Majorel, Morphos port by Fabrizio "Lanch" Bartoloni, AOS4 Compile by Spot / Up Rough
Submitter: Spot / Up Rough
Homepage: http://www.uprough.net
Requirements: Bombjack ROMS
Category: game/misc
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 1515
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 321  (Current version)
321  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
dump Bombjack levels (arcade ROM dumps)

Notes from MOS porting author: GCC warns me about a comparison in the source
code that
could always fail, this may be peculiar to the original program, try it at your
risk.
This applies to the AOS version aswell.


Okay, after much head scratching, I've finally partly figured
how level data is stored in bombjack.

First, prepare a file containing the entire CPU1 address space :

  $ cat 09_j01b.bin 10_l01b.bin 11_m01b.bin 12_n01b.bin >mem
  $ dd bs=1024 count=16 </dev/zero >>mem 
  $ cat 13.1r >>mem

Now run bjldump on that :

  $ make bjldump
  $ ./bjldump mem >bjldump.out

Next step is to find where enemies are defined.

-- AYM 2001-07-24


HISTORY

0.1.0 (2001-07-21)

0.1.1 (2001-07-22)

- Now prints the correct row list address (it was the address
  plus two that was printed)

0.2.0 (2001-07-22)

- Omit space in platform design dump.

0.3.0 (2001-07-24)

- Added dump of empty platform design
- Added bombs
- Used obtain addresses from the code



Copyright © 2004-2024 by Björn Hagström All Rights Reserved