Author Topic: Decided to release this...  (Read 8469 times)

Offline Barry Harris

  • dontbeabarry
  • *
  • Posts: 1785
  • Karma: +0/-65535
  • I'm Barry Harris and I like to f*** people over
Decided to release this...
« on: June 07, 2006, 03:44:20 PM »
...not going to get any time to work on it so I'm going to release since enough people seem to want it.

http://www.barryharris.me.uk
Account of Barry Harris; the traitor.
Send me an e-mail at barry@fbalpha.com letting me know how big of a piece of sh** I am.

Offline iq_132

  • Administrator
  • *****
  • Posts: 3724
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: Decided to release this...
« Reply #1 on: June 08, 2006, 03:13:52 PM »
Very cool Treb! Thanks :) Can't wait to get this into my build!

btw, interesting forum soft. you're working on.
Are you planning on including the ability to use file attachments?


Offline Barry Harris

  • dontbeabarry
  • *
  • Posts: 1785
  • Karma: +0/-65535
  • I'm Barry Harris and I like to f*** people over
Re: Decided to release this...
« Reply #2 on: June 09, 2006, 01:34:39 PM »
File attachments do work - I haven't updated the forum for 2 years or so to be honest - work is taking over my life unfortunately.

You can have it if you want to have a look?
Account of Barry Harris; the traitor.
Send me an e-mail at barry@fbalpha.com letting me know how big of a piece of sh** I am.

Offline Barry Harris

  • dontbeabarry
  • *
  • Posts: 1785
  • Karma: +0/-65535
  • I'm Barry Harris and I like to f*** people over
Re: Decided to release this...
« Reply #3 on: June 16, 2006, 11:10:34 AM »
Fulfilled my last promise. Galaxian src is downloadable.
Account of Barry Harris; the traitor.
Send me an e-mail at barry@fbalpha.com letting me know how big of a piece of sh** I am.

Offline iq_132

  • Administrator
  • *****
  • Posts: 3724
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: Decided to release this...
« Reply #4 on: June 17, 2006, 05:18:33 AM »
File attachments do work - I haven't updated the forum for 2 years or so to be honest - work is taking over my life unfortunately.

You can have it if you want to have a look?

I don't know anything about php unfortunately :(  However, I imagine that if you posted it, there will probably be a few people interested in it.

Fulfilled my last promise. Galaxian src is downloadable.

Here's a quick port to the newer fba src (no real changes)


Offline James33

  • Expert
  • *****
  • Posts: 532
  • Karma: +3/-0
  • The Mame Man
    • Emulation Zone
Re: Decided to release this...
« Reply #5 on: June 23, 2006, 07:44:43 AM »
Thanks Treble Winner for all your work done on this :)
IQ Forum Member

Offline NJ7

  • Jr. Member
  • **
  • Posts: 78
  • Karma: +0/-6
  • Member
Need Help With Dip Settings......
« Reply #6 on: March 06, 2007, 12:19:04 AM »
I've got the driver added to d_mooncrst.cpp but the dip don't work.....it keeps in Japanese when you change to English dip....any help would be great, and thanks alot in advance.......As you can tell, I'm working on the Galaxian Hardware that don't have any sound, any help would be greatly appreciated there too.....

Code: [Select]
//=============================
// Eagle (set 3)
//=============================

static struct BurnRomInfo Eagle3RomDesc[] =
{
        // Z80 code
{"e1"          , 0x0800, 0x224c9526, BRF_ESS | BRF_PRG}, //  0
{"e2"          , 0x0800, 0xcc538ebd, BRF_ESS | BRF_PRG}, //  1
{"f03.bin"     , 0x0800, 0x29a2b0ab, BRF_ESS | BRF_PRG}, //  2
{"f04.bin"     , 0x0800, 0x4c6a5a6d, BRF_ESS | BRF_PRG}, //  3
{"e5"          , 0x0800, 0x06d378a6, BRF_ESS | BRF_PRG}, //  4
{"e6"          , 0x0800, 0x0dea20d5, BRF_ESS | BRF_PRG}, //  5
{"e7"          , 0x0800, 0xb45af1e8, BRF_ESS | BRF_PRG}, //  6
{"e8"          , 0x0800, 0xc437a876, BRF_ESS | BRF_PRG}, //  7

// Graphics
{"e10a"        , 0x0800, 0xe3c63d4c, BRF_GRA}, //  8
{"e12"         , 0x0800, 0x628fdeed, BRF_GRA}, //  9
{"e9a"         , 0x0800, 0x59429e47, BRF_GRA}, //  10
{"e11"         , 0x0800, 0xee4ec5fd, BRF_GRA}, //  11

// Proms
{"l06_prom.bin", 0x0020, 0x6a0c7d87, BRF_GRA}, //  12
};

STD_ROM_PICK(Eagle3);
STD_ROM_FN(Eagle3);

struct BurnDriver BurnDrvEagle3 = {
"eagle3", "mooncrst", NULL, "1980",
"Eagle (set 3)\0", "No Sound", "Centuri", "Galaxian",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE, 2, HARDWARE_MISC_MISC,
NULL, Eagle3RomInfo, Eagle3RomName, MooncrstInputInfo, Eagle2DIPInfo,
Mooncrs2Init, GalaxianExit, GalaxianFrame, NULL, GalaxianScanRam,
&GalRecalcPal, 224, 256, 3, 4
};

Offline nganiere

  • Newbies
  • *
  • Posts: 37
  • Karma: +0/-4
Re: Decided to release this...
« Reply #7 on: January 01, 2008, 03:04:34 PM »
Anyone know how to compile the Galaxian driver under fba 029672 source......I'm getting compile errors...any help would be greatly appreciated......thanks in advance......

Offline iq_132

  • Administrator
  • *****
  • Posts: 3724
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: Decided to release this...
« Reply #8 on: January 02, 2008, 06:36:50 AM »
Go through all of the files and replace any occurrence of
Code: [Select]
static void __fastcall
with just
Code: [Select]
void __fastcall



Now... onto other pressing matters.  nganiere read the rules and pay particular attention to the last part in the section describing spamming.  I would rather not have to mention this again.
Also, why the name change? Forget your old password?