Home News Forum                            
 

Play your favorite classic games and more with the GameEx front end. Read more.

pestplce: MAME ROM Information.


History:

Pest Place (c) 1983.


- TECHNICAL -


Main CPU : Z80 (@ 3.072 Mhz)

Sound CPU : I8035 (@ 400 Khz)

Sound Chips : DAC


Screen orientation : Horizontal

Video resolution : 256 x 224 pixels

Screen refresh : 60.00 Hz

Palette colors : 256


Players : 2

Control : 4-way joystick

Buttons : 1


- TRIVIA -


In Pest Place, Mario is named Peter.


Original products :

Mario Bros.


Bootleg/Hacks :

Masao

Pest Place


- SOURCES -


Game's rom.




MAME Info:

0.132u3 [Mr Goodwraith, Smitdogg, Dumping Union]

0.119u1 [Corrado Tomaselli, Stephane Humbert]

0.08 [Mirko Buffoni]


Artwork available


TEST MODE:

- Press F2 for Test-Mode (keep it pressed)


Bugs:

- mario + clones using discrete audio: Walking/Running sound is incorrectly filtered. Tafoid (ID 03679)

- Dip switch titles for bonus life don't match gameplay. gstrain (ID 03321)


WIP:

- 0.145u8: Phil Bennett fixed missing title/game graphics in Mario Bros.

- 0.141u2: Couriersud fixed a bug in palette_normalize_range which caused color distortion. The luminance normalization now converts r,g,b to y,u,v and normalizes y prior to converting back to r,g,b. This affects e.g. Radar Scope, Donkey Kong and Mario Bros.

- 0.140u1: Discrete Updates [Derrick Renaud]: Removed old DISCRETE_74LS624 code and replaced it with new 74LS629 based code. Updated Mario to use new DISCRETE_74LS624 and DISCRETE_XTIME_logic modules.

- 0.134u4: Derrick Renaud converted final mixing stage to DISCRETE_MIXER. This adds the missing filtering on the Mario Bros walking sounds.

- 0.134u2: Couriersud impromved discrete performance for Mario Bros (pow to exp: 5%, parallel tasks: 45% and minor tweaks). Sped up mario_custom_run() discrete sound. Removed capacitor aging code and assumed range input is gnd for all 74LS624.

- 0.134u1: Derrick Renaud optimized DISCRETE_74LS624 making Mario Bros faster.

- 0.133u4: Discrete work [Couriersud]: Change the way custom modules are handled. Updated drivers mario and dkong accordingly. Minor change to stream input handling. No more linear lists for nodes. All node processing switched to linked lists. Module step and reset now only get a node pointer passed. Added discrete_info * pointer to node. Only nodes with a step routine actually get processed. Fixed discrete logs did not work since some time bug. Preliminary parallel task constants; depending on results these may vanish again. Overall slight performance increase. dkong 940% to 960% and galaxian 740% to 790%.

- 22nd July 2009: Smitdogg - Thanks to MrGoodwraith we have a new version of Mario Bros.! What it appears to be is a US "rev f" set, where the current "mario" set in MAME is a US "rev e" set. That is just a guess according to writing on the program roms, but I'm not 100% sure what it/they will be called in MAME. Also there are a couple of other problems in the rom defs that will get sorted too. I'm also working on extracting some other info to help with the sound emulation but that part is on hold for a few weeks.

- 0.132u3: Mr Goodwraith, Smitdogg and Dumping Union added Mario Bros. (US, Revision F). Changed 'Mario Bros. (US, set 1)' to clone 'Mario Bros. (US, Revision E)' and clone 'Mario Bros. (US, set 2)' to clone 'Mario Bros. (US, Unknown Rev)'. Renamed (mario) to (marioe). Fixed rom names.

- 22nd June 2009: Smitdogg - Thanks to MrGoodwraith we have a new version of Mario Bros.! What it appears to be is a US "rev f" set, where the current "mario" set in MAME is a US "rev e" set. That is just a guess according to writing on the program roms, but I'm not 100% sure what it/they will be called in MAME. Also there are a couple of other problems in the rom defs that will get sorted too. I'm also working on extracting some other info to help with the sound emulation but that part is on hold for a few weeks.

- 0.129u4: Mario Bros update [Couriersud, Smitdogg]: Created custom module for run sounds. Running the discrete sound system at 480KHz was not really optimal. Reviewed parts list, schematics and PCB pictures. Brought mario run sound in line with recordings from Smitdogg. VCO voltage needs to be 0V for this to happen. Verification outstanding. Capacitors needed some ageing applied as well. To be removed once the VCO issue is clarified.

- 0.129u3: Several discrete sound refinements, mainly targeted at Mario Bros [Couriersud]: Use formula derived from figures 2 and 3 in LS624 datasheet. Coefficients were calculated using least square approximation. This approach gives a bit better audible results compared to the prior approach. Fixed energy calculation for LS624. Use energy values as input for XOR. This seems to better reflect the superimposition of the two signals. On the long term, both LS629 and the XOR need to be converted into a custom module to properly model mixing if the two frequencies are close to each other. Adjusted C41 to 60% for skid sound.

- 0.127u4: CPU-internal regions now have priority again. Fixed Mario Bros. by installing a handler in the SOUND_START function [Aaron Giles].

- 0.127u3: Aaron Giles fixed memory bank error in clone Masao and access violation in clones (US, set 2) and (Japan).

- 0.127u2: Couriersud changed MCS-48 core to write p1 and p2 on reset. Use banking to handle EA line. Added MCS48_INTERNAL_ROMBANK define to header. Drivers which need to control the EA line have to initialize banking for internal/external rom. This is not yet optimal but works as expected with existing drivers and modified Mario driver. Changed MCS-48 EA line handling to use an explicit bank for now. Aaron Giles fixed music speed regression in Mario and clones. Fixed audio rom address to $1000. Replaced I8035 CPU2 with MB8884 in clone Pest Place.

- 9th July 2008: Mr. Do - As nice a job as MAMu_ did on the Mario Bros. bezel, I hadn't noticed that it was based on photos rather than a scan until recently. After looking closer at a real bezel, the colors have been adjusted, and the left fireball replaced.

- 0.125u7: Cleaned up Z80DMA interface [Couriersud]: Removed compatibility to old Z80DMA driver. Now uses std. callbacks (READ8_HANDLER, WRITE8_HANDLER). Updated Mario Bros. accordingly.

- 0.123u4: Changed Z80DMA to new device interface, updated Mario and Donkey Kong driver to use new interface. Illustrates how to keep existing memory read/write handlers. This is slower than caching the device interface, but does not have an impact on devices accessed at a low frequency like in this case [Couriersud].

- 0.123u1: Stephane Humbert fixed 'mario' and 'masao' memory maps to match the dipswitches port name.

- 0.122u8: Couriersud fixed crash in clone Masao.

- 0.122u7: Mario driver changes [Couriersud]: Removed all traces to video\generic.h. Fix flipscreen issue with autosave. On a hires PCB picture, verified resistor and capacitor values.

- 0.122u6: i8039.c/Mario driver updates [Couriersud]: Fixed I8039 movd instructions, added MB8884 and M58715 cpu types, moved timer hack to M58715, added ram_mask for internal ram access, added R.A11 as 'M' to DASM flags, added EA "IO" port, mario now uses M58715 as sound CPU, hooked up EA line for M58715, fixed portA startup value and documented hardware changes to use a I8039 on a mario board. Replaced I8039 CPU2 with M58715 (11MHz).

- 0.122u5: Mario driver improvements [Couriersud]: Discrete sound. Hooked up Z80DMA. Combined memory maps. Statics in mario_state struct. Fixed save state issues. Combine sh_* writes into one routine. Replaced Samples/DAC sound with Discrete.

- 0.122u4: Mario driver improvements [Couriersud]: Hooked up flipscreen. Changed monitor orientation to ROT0.

- 0.122u3: Rewrote Mario driver [Couriersud]: Rewrote driver, separate MACHINE_DRIVER(mario_audio). Palette from schematics. Video timing from schematics. Driver configuration switch Nintendo/Std Monitor. Got rid of COLORTABLE. Fixed mario0110u1gre (no extra space between the platform and objects). Couriersud fixed clone Pest Place which crashes in debug build (pestplce0122red). Changed I8039 CPU2 clock speed to 733333 Hz, palettesize to 512 colors and VSync to 59.185606 Hz.

- 0.122u2: Changed Z80 CPU1 clock speed to 4MHz in Mario Bros. Replaced DAC/Samples sound with Discrete in clone Pest Place.

- 0.121u3: Added Donkey Kong Junior samples to clone Pest Place.

- 0.121: Vas Crabb updated the DIP locations in Mario Bros, marked all as active high (confirmed from manuals).

- 0.119u1: Stephane Humbert added Mario Bros. (US, set 1). Changed 'Mario Bros. (US)' to clone 'Mario Bros. (US, set 2)'. Renamed (mario) to (marioo) and (mariojp) to (marioj) and fixed dipswitches.

- 20th August 2007: Corrado Tomaselli dumped Mario Bros. (US, set 1). This dump is coming from an original (and working) PCB.

- 0.116u4: Couriersud fixed regressions in clone Pest Place due to incorrect memory map and rendering too many sprites.

- 0.114u1: Justin Szczap added DIP locations to the Mario Bros.

- 0.110u3: Derrick Renaud reverted Mario Bros graphics offset since it caused issues elsewhere.

- 0.110u2: Derrick Renaud fixed tilemap y-scrolly in Mario Bros.

- 30th July 2006: Mr. Do - Changed artwork .lay for Mario Bros (from RF).

- 0.104u4: Adam Bousley added save state support to Mario Bros.

- 0.97u5: David Haywood fixed scrolling (POW button hitting) in Mario Bros.

- 0.97u1: Pierpaolo Prazzoli hooked up redumped roms to clone Pest Place and fixed spritelayout.

- 0.88: Added save state support to Mario Bros (thanks to Mame32Plus).

- 0.71u2: Added clone Pest Place (bootleg 1983). Bad colours, some bad gfx etc.

- 9th July 2003: Pierpaolo Prazzoli added Pest Place, a bootleg of Mario Bros, to the Donkey Kong driver.

- 19th July 1999: Jim Hernandez fixed some sound issues in Mario Bros.

- 0.36b1: Nicola Salmoria added clone Mario Bros. (Japan). Changed parent description to 'Mario Bros. (US)'.

- 2nd March 1999: Nicola fixed Mario Bros. death sound with information from Brian Stern.

- 0.35b5: Brian Stern emulated the death sound in Mario Bros, the sample is no longer used.

- 0.34b1: In Mario Bros, the screen bounces when you hit POW [Brad Oliver]. Added color prom mario.4p.

- 0.33b6: Known issues: Masao locks up at level 16?

- 0.33b5: Hugh McLenaghan added clone Masao (bootleg 1983). The game uses a Z80 instead of 8039 for sound. Known issues: Masao locks up at level 16 ?

- 0.30: Ron Fries, Dan Boris and Mirko Buffoni support a 8039 emulator and emulated sound in Donkey Kong, Donkey Kong Jr. and Mario Bros. Since the boards also use discrete circuits to generate sound, some samples are still needed to get complete sound support. Also partial sound in Radarscope.

- 0.29: Brad Oliver and Shane Monroe supported partial sound (through samples) in Mario Bros. Accurate colors in Mario Bros [Tim Lindquist, Nicola Salmoria].

- 0.26a: Mirko Buffoni worked with the wrong source, now everything is back to normality in Mario Bros.

- 0.16: Stefano Mozzi provided a much better palette for Mario Bros.

- 0.14: Nicola Salmoria fixed bug in Mario Bros. high score loading: It was recovering the high score table, but the high score at the top of the screen was not set accordingly. Mario Bros. now also preserve the score distributions (use F1 to see them).

- 0.13: Nicola Salmoria added high score saving to Mario Bros.

- 0.08: Mirko Buffoni added support for Mario Bros (Nintendo 1983). Game is playable with wrong colors and no sound. Control: Arrows = Move around player 1, CTRL = Jump player 1, Z,X = Move around player 2, SPACE = Jump player 2 and F1 = Test (keep it pressed - very nice, try it!). Colors for Mario Bros. derived from Kong emulator by Gary Shepherdson.


LEVELS: 255 (endless)


Other Emulators:

* CottAGE

* HiVE

* JAE

* Retrocade


Recommended Games:

Mario Bros.

Mario Bros. (PlayChoice-10)

Vs. Super Mario Bros

Super Mario Bros. (PlayChoice-10)

Super Mario Bros. 2 (PlayChoice-10)

Super Mario Bros. 3 (PlayChoice-10)

Vs. Dr. Mario

Dr. Mario (PlayChoice-10)

Mario's Open Golf (PlayChoice-10)

Super Mario World


Recommended Games (Pipes):

Frisky Tom

Moguchan

Mario Bros.

Mario Bros. (PlayChoice-10)

Wily Tower

Pipe Dream

Pipeline


Recommended Games (Men at Work):

Inferno (Meadows)

Steel Worker

Frisky Tom

Blue Print

Dock Man

Bristles

Mario Bros.

Kamikaze Cabbie

Paperboy

Taxi Driver

Timber

Vs. Wrecking Crew

Fire Trap

Hammerin' Harry

Crazy Taxi

Crazy Taxi High Roller

Power Shovel ni Norou!! - Power Shovel Simulator

18 Wheeler Deluxe


Recommended Games (Platform 2):

Joust

Joust 2 - Survival of the Fittest

Q*bert

Faster, Harder, More Challenging Q*bert

Q*bert's Qubes

Chack'n Pop

Mario Bros.

Mario Bros. (PlayChoice-10)

Popper

Bomb Jack

Vs. Mighty Bomb Jack

Bombjack Twin

The FairyLand Story

TeddyBoy Blues

Bubble Bobble

Bubble Bobble 2

Bubble Memories - The Story Of Bubble Bob

Rainbow Islands

Don Doko Don

Rodland

Snow Bros. - Nick & Tom

Snow Bros. 2 / Otenki Paradise

Snow Brothers 3 - Magical Adventure

The Berlin Wall

Tumble Pop

Dark Tower

Diet Go Go

Funky Jet

Saboten Bombers

Jump Kids

Gun Master

Joe & Mac Returns

Metal Saver

Pang Pang

Fancy World - Earth of Crisis

Miss Bubble II

Toppy & Rappy

Ultra Balloon

Bomb Kick

Raccoon World

Dream World

Dynamite Bomber

Head Panic

Penguin Brothers

Tang Tang

Jumping Pop

Toy Land Adventure

Zupapa!

Super Bubble 2003

Tower & Shaft


Romset: 65 kb / 15 files / 35.1 zip




MAME XML Output:

       <game name="pestplce" sourcefile="dkong.c" cloneof="mario" romof="mario">
              <description>Pest Place</description>
              <year>1983</year>
              <manufacturer>bootleg</manufacturer>
              <rom name="pest.1p" size="8192" crc="80d50721" sha1="9c0e7571b1664dce741595a2d13dc9d7709b35a9" region="maincpu" offset="0"/>
              <rom name="pest.2p" size="8192" crc="9c3681cc" sha1="c12e8e7ab79c9fde92cca2c589904f68cf52cbf1" region="maincpu" offset="2000"/>
              <rom name="pest.3p" size="8192" crc="49853922" sha1="1e8a29fdb1af52a39c07ef214f5e7c2d56b35ea5" region="maincpu" offset="4000"/>
              <rom name="pest.0" size="4096" crc="28952b56" sha1="fa8abe594a88a61e85f074d03822d7e0dcd52fb2" region="maincpu" offset="b000"/>
              <rom name="pest.4" size="4096" crc="715da5f8" sha1="f708c3fd374da65cbd9fe2e191152f5d865414a0" region="soundcpu" offset="0"/>
              <rom name="pest.o" size="4096" crc="03939ece" sha1="a776558eba2f8a2bc16933555d41a4532b627bff" region="gfx1" offset="0"/>
              <rom name="pest.k" size="4096" crc="2acacedf" sha1="f91863f46aeb8986226b0b0854bac00217d6e7cf" region="gfx1" offset="1000"/>
              <rom name="pest.b" size="4096" crc="e760073e" sha1="917e74a4efa62b7404a03f094f3f4047dda8feda" region="gfx2" offset="0"/>
              <rom name="pest.a" size="4096" crc="1958346e" sha1="c4053dafc904b5e202e4a1acc48dd3e22db05c74" region="gfx2" offset="1000"/>
              <rom name="pest.d" size="4096" crc="3a993c17" sha1="af7048576aa3185b051518663693802ec9014a74" region="gfx2" offset="2000"/>
              <rom name="pest.c" size="4096" crc="bf08f2a3" sha1="c755f7463ac46054c65248d91b8e8da9cd379bf5" region="gfx2" offset="3000"/>
              <rom name="n82s129a.bin" size="256" crc="0330f35f" sha1="5bd50cdd738b258dd3cfcd0e1dd8d37c927edc4b" region="proms" offset="0"/>
              <rom name="n82s129b.bin" size="256" crc="ba88311b" sha1="b4388ebd3984bdb966d850cfb7d34c3ebce230b7" region="proms" offset="100"/>
              <rom name="sn74s288n.bin" size="32" crc="a5a6f2ca" sha1="5507fb6f5c8845c4421c2996e9f76c818d987623" region="proms" offset="200"/>
              <chip type="cpu" tag="maincpu" name="Z80" clock="3072000"/>
              <chip type="cpu" tag="soundcpu" name="MB8884" clock="6000000"/>
              <chip type="audio" tag="mono" name="Speaker"/>
              <chip type="audio" tag="discrete" name="DISCRETE"/>
              <display tag="screen" type="raster" rotate="180" width="256" height="224" refresh="60.606061" pixclock="6144000" htotal="384" hbend="0" hbstart="256" vtotal="264" vbend="16" vbstart="240" />
              <sound channels="1"/>
              <input players="2" buttons="1" coins="1" service="yes">
                     <control type="joy" ways="4"/>
              </input>
              <dipswitch name="Lives" tag="DSW0" mask="3">
                     <dipvalue name="3" value="0" default="yes"/>
                     <dipvalue name="4" value="1"/>
                     <dipvalue name="5" value="2"/>
                     <dipvalue name="6" value="3"/>
              </dipswitch>
              <dipswitch name="Coinage" tag="DSW0" mask="28">
                     <dipvalue name="3 Coins/1 Credit" value="8"/>
                     <dipvalue name="2 Coins/1 Credit" value="16"/>
                     <dipvalue name="1 Coin/1 Credit" value="0" default="yes"/>
                     <dipvalue name="1 Coin/2 Credits" value="24"/>
                     <dipvalue name="1 Coin/3 Credits" value="4"/>
                     <dipvalue name="1 Coin/4 Credits" value="12"/>
                     <dipvalue name="1 Coin/5 Credits" value="20"/>
                     <dipvalue name="1 Coin/6 Credits" value="28"/>
              </dipswitch>
              <dipswitch name="2 Players Game" tag="DSW0" mask="32">
                     <dipvalue name="1 Credit" value="0"/>
                     <dipvalue name="2 Credits" value="32" default="yes"/>
              </dipswitch>
              <dipswitch name="Bonus Life" tag="DSW0" mask="192">
                     <dipvalue name="20000" value="0" default="yes"/>
                     <dipvalue name="30000" value="64"/>
                     <dipvalue name="40000" value="128"/>
                     <dipvalue name="None" value="192"/>
              </dipswitch>
              <configuration name="Video Hardware" tag="VIDHW" mask="1">
                     <confsetting name="TKG-02 (Radarscope Conversion)" value="0"/>
                     <confsetting name="TKG-04 (Two board set)" value="1" default="yes"/>
              </configuration>
              <adjuster name="VR2 - DAC Volume" default="90"/>
              <driver status="preliminary" emulation="good" color="preliminary" sound="imperfect" graphic="good" savestate="supported" palettesize="521"/>
       </game>
 
 


emumovies.com      Retro bytes Portal           Bookmark and Share

 
Developed by: Spesoft  Headsoft     Terms of use     Privacy    Advertise