Author Topic: Mole Attack driver + MOS 6502 cpu core  (Read 6091 times)

Offline iq_132

  • Administrator
  • *****
  • Posts: 3724
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Mole Attack driver + MOS 6502 cpu core
« on: February 01, 2008, 10:40:10 PM »
Here's a driver for Mole Attack, and a version of the driver that emulates multiple instances of the mole attack hardware at the same time (to test the m6502 core).

Also, a MOS 6502 cpu core, based on a core that was in EMU (though the original author is unknown).



kev

  • Guest
Re: Mole Attack driver + MOS 6502 cpu core
« Reply #1 on: February 02, 2008, 05:31:09 AM »
Nice work, I am always interested to see new CPU cores in FBA.

Offline CaptainCPS

  • FBNeo Dev
  • ******
  • Posts: 1513
  • Karma: +127/-0
  • FB Alpha Team
    • CaptainCPS's Home
Re: Mole Attack driver + MOS 6502 cpu core
« Reply #2 on: February 02, 2008, 05:41:04 AM »
Nice work, I am always interested to see new CPU cores in FBA.

Yeah I was talking with him while he was coding it @ msn, and after intensive search for stupid bugs (that we as programmers make sometimes xD) he got it finally working perfectly ^^

Now it's me who it's going to work in a driver IQ assigned me ^^ ( it's joking :-P) ...he recommended me ^^, I dont know if Im ready to make drivers with the knowledge I have up to this day, but I will try my best, at least IQ thinks I can make it ...btw, it's a simple driver nothing to hard to start hehe

SeeYaa!
 :biggrin:

kev

  • Guest
Re: Mole Attack driver + MOS 6502 cpu core
« Reply #3 on: February 02, 2008, 05:46:47 AM »
Good luck Captain! The first driver is usually the hardest, esp while you are learning some of the basics of emulation. At least until you get to some of the more intresting graphics and sound emulation stuff anyway. :)

Offline iq_132

  • Administrator
  • *****
  • Posts: 3724
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: Mole Attack driver + MOS 6502 cpu core
« Reply #4 on: February 03, 2008, 10:12:08 AM »
Nice work, I am always interested to see new CPU cores in FBA.

Same here.  I have a few more I'd like to add.


Offline BisonSAS

  • Expert
  • *****
  • Posts: 210
  • Karma: +27/-0
  • [NGBRT]
    • NeoGeo BR Team
Re: Mole Attack driver
« Reply #5 on: April 27, 2008, 09:00:58 AM »
:cool: Small Changes:
  • Changed inputs "p1 button 1", "p2 button 1" to "p1 fire 1", "p1 fire 2"...
  • Removed "P2 Coin" input
  • 'Fixed' all DIPs
  • Also added "p1 fire 7", "p1 fire 8" and "p1 fire 9" in src\burner\gamc.cpp