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: Where can I find Z26 configured for a cab?  (Read 7824 times)

0 Members and 1 Guest are viewing this topic.

Jakobud

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1962
  • Last login:April 28, 2025, 12:29:02 am
Re:Where can I find Z26 configured for a cab?
« Reply #40 on: June 24, 2003, 09:17:19 pm »
Good job Pacfan.  I like seeing you guys come together to accomplish cool stuff like this.

PacManFan

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 858
  • Last login:December 06, 2005, 12:18:56 pm
    • Kymaera Home Page
Re:Where can I find Z26 configured for a cab?
« Reply #41 on: June 24, 2003, 09:58:17 pm »
What a drag.... This version of Z26 just hangs on my cab machine (P2 running Win2k). I have to actually bring up the task manager and kill the process to get it to shut down. The weird thing is, it'll say "Z26 -- FROZEN" in the task list... Anyone have any idea what's wrong?

Thanks for any tips...


I developed it on a w2k machine, I'm not quite sure what could be wrong. I only altered the key mappings. How are you launching it? what's the command line? What rom are you trying to play? Try chaning the screen mode by holding down p1 b2 and pressing 1..9 for differant screen modes.
-PMF
All Hail Smezznar! The Giant purple centipede of Omnicron 5. Regail him with your odiferous offerings of onion powder!

BuZz880

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 201
  • Last login:November 16, 2023, 02:16:43 pm
  • I'm a llama!
Re:Where can I find Z26 configured for a cab?
« Reply #42 on: June 24, 2003, 11:06:06 pm »
Mine says Z26-frozen all the time and it works great.  

I use Win2K as well, ArcadeVGA card.  Try running it through your FE, I notice it has a popup if you don't use an FE but it disappears if you do, maybe thats part of the problem?

Superdude

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 330
  • Last login:January 22, 2016, 11:53:48 am
  • Mo' Betta Butter with da Betta Playa'
Re:Where can I find Z26 configured for a cab?
« Reply #43 on: June 25, 2003, 05:22:21 pm »
Hey PacmanFan! Hows Emutron Comming along?  

Xochi

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 42
  • Last login:June 03, 2005, 01:52:17 pm
Re:Where can I find Z26 configured for a cab?
« Reply #44 on: June 25, 2003, 05:46:07 pm »
I developed it on a w2k machine, I'm not quite sure what could be wrong. I only altered the key mappings. How are you launching it? what's the command line? What rom are you trying to play? Try chaning the screen mode by holding down p1 b2 and pressing 1..9 for differant screen modes.
-PMF

Looked at it a little more... on the machine it's hanging on, it can't recognize the Turtle Beach Montego II as a Sound Blaster compatible card. When I start it, it gives the message about pressing escape to quit or any other key to use the PC Speaker. When I hit any other key it hangs...

I don't think my problem's specific to your patch PMF. I just started to set up Z26 after seeing your mame compatible version, so I guess Z26 hates my Sound Card.

Actually, I just tried stella after Z26 and it hangs also... I'm wondering if my BLASTER env variable is set correctly but I'm not sure how find out since Win2K just auto configures the card.... Sigh. Reminds of the bad old DOS days. :(

BuZz880

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 201
  • Last login:November 16, 2023, 02:16:43 pm
  • I'm a llama!
Re:Where can I find Z26 configured for a cab?
« Reply #45 on: June 25, 2003, 10:57:55 pm »
Try it without sound.  The command line was z26.exe <romname> -s0

at least that was it on the DOS version I assume it still works.

There is no blaster variable in Win2K.  Basically if it works without sound as above next try -s1, s2, s3, s4, etc. until you find a mode that works with your card.  

PacManFan

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 858
  • Last login:December 06, 2005, 12:18:56 pm
    • Kymaera Home Page
Re:Where can I find Z26 configured for a cab?
« Reply #46 on: June 26, 2003, 12:08:03 pm »
Hey PacmanFan! Hows Emutron Comming along?  


EmuTron is coming along slowly but surely, What I'v got now is a front-end for my front end. I'm developing screens that allow you to drag and drop- point and click to add/edit things to the script visually. It's running Emutron in a windowed mode, so you can see immediately exactly what it will look like full screen. I finished the save script functionality, so it actually writes the scripts for you when you click "Export". I'm just not happy yet with the interface for designing things. I'm modeling it after a 2d editor / powerpoint style interface.
I'll probably post a few screen shots soon so I can get some feedback.
I'm still trying to figure out how to represent visually the differant events and actions, and allow the user to easily add / modify them.
I'm toying with the idea about putting in a walk through scripting wizard that asks questions like: "Do you want and mp3 playlist", "Do you want multiple or a single game list", "Check here for multiple emulator support", "Select which types of images to display : screen shot, flyer, cabinet, marqee, etc.." ,"Please select your mame directory", "Please select your rom directory".

After the wizard runs, you'll have a basic script that you can then modify and tweak the layouts and actions.
I think that's a better idea than making the user start from scratch when creating a script, although I'll give them that option too.
I'm also putting in support for a menuing system.
You can put an "OnClick(rectname)" along with the keys to trigger events. So if you click on a rectangle on the screen, it can trigger events to run-> bitmaps to load, lists to change,etc.... Now that I've got basic expression parsing like a=b*c+4, you can use variables to do all sorts of things with an if-then statement.
It's just tricky to try to represent all these things visually on the screen to the user to give them control, and yet still maintain a user-friedly interface.
Any suggestions as far as usabilty?
-PMF
All Hail Smezznar! The Giant purple centipede of Omnicron 5. Regail him with your odiferous offerings of onion powder!

tsaavik

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 8
  • Last login:July 11, 2005, 04:51:15 pm
  • I used to be a llama
    • My Website
WTG!
« Reply #47 on: June 26, 2003, 01:35:35 pm »
YES!!! after strugling with trying to compile stella someone FINALLY conquers the atari 2600 emulator in cab problem!

THANK YOU THANK YOU THANK YOU1

Xochi

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 42
  • Last login:June 03, 2005, 01:52:17 pm
Re:Where can I find Z26 configured for a cab?
« Reply #48 on: June 26, 2003, 03:52:16 pm »
Try it without sound.  The command line was z26.exe <romname> -s0

at least that was it on the DOS version I assume it still works.

There is no blaster variable in Win2K.  Basically if it works without sound as above next try -s1, s2, s3, s4, etc. until you find a mode that works with your card.  

Yeah, I actually tried it with -s0 already (although I ordered my command line differently, hopefully that isn't the prob :) ) anyway -s0 hangs too! Which is really weird.  

As I remember the docs implied that the BLASTER env needed to be set regardless of OS (makes sense it's a DOS app). And I only think I saw -s0,1,2 mentioned... I'll try unsetting BLASTER and some of the other switches, I guess. It doesn't hang on my other Win2K box, just my cab machine!  >:(

Cue-Ball

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 176
  • Last login:August 28, 2006, 07:43:02 pm
  • Discs of Tron > *
    • Grant's Game Grid
Re:Where can I find Z26 configured for a cab?
« Reply #49 on: June 30, 2003, 12:40:20 pm »
I just want to say thanks to everyone involved in the z26 recompile effort.  I finally got around to installing Stella and z26 on my cab over the weekend and noticed that both emulators had the huge drawback of not using MAME default keys.  I hopped on the forum to see if anyone else had found a workaround and, low and behold, this thread appeared on page 2. :-)

Thanks again, guys.

creatine28

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 481
  • Last login:July 26, 2012, 03:41:48 pm
  • Which way to the Arcade?
Re:Where can I find Z26 configured for a cab?
« Reply #50 on: July 25, 2003, 06:11:37 pm »
How do you get the roms to work with z26?   I tried using a dos window just to test it and when I type ...

z26 gamename  

nothing happens?   I read about changing the . bin to .a26,  is this correct?

Thanks!

P-Funk

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 21
  • Last login:August 30, 2003, 01:50:44 pm
  • Mmmmmm, Beer.......
Re:Where can I find Z26 configured for a cab?
« Reply #51 on: July 25, 2003, 09:23:04 pm »
Thank you PacManFan.  Great job.

Exactly what I've been hoping for.

PacManFan

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 858
  • Last login:December 06, 2005, 12:18:56 pm
    • Kymaera Home Page
Re:Where can I find Z26 configured for a cab?
« Reply #52 on: July 25, 2003, 11:54:39 pm »
Thank you PacManFan.  Great job.

Exactly what I've been hoping for.

No problem,
Just doing my part to help the BYOAC community
-PMF

Anyone got a link for the stellaX source?
All Hail Smezznar! The Giant purple centipede of Omnicron 5. Regail him with your odiferous offerings of onion powder!

BuZz880

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 201
  • Last login:November 16, 2023, 02:16:43 pm
  • I'm a llama!
Re:Where can I find Z26 configured for a cab?
« Reply #53 on: July 26, 2003, 02:28:59 am »
Make sure you are running a ROM within your command line, this version of Z26 does not seem to have the integrated frontend the old DOS version had.