Author Topic: New driver I'm working on for FBA :)  (Read 16964 times)

Offline hap

  • Newbies
  • *
  • Posts: 19
  • Karma: +5/-0
Re: New driver I'm working on for FBA :)
« Reply #15 on: July 27, 2007, 06:04:08 PM »
I stumbled upon it after curiously doing a Google search on my emulator ;p

Offline CaptainCPS

  • FBNeo Dev
  • ******
  • Posts: 1513
  • Karma: +127/-0
  • FB Alpha Team
    • CaptainCPS's Home
Re: New driver I'm working on for FBA :)
« Reply #16 on: July 27, 2007, 11:37:13 PM »
 :p Cool! Welcome to NeoSource  hap ^^, ( Im checking your homepage right now, I feel like playing Super Mario Bros after looking at the picture in the main page lol, gonna test Sega Li  :biggrin:)

I hope you enjoy this forum, any stuff you're working is welcome here  :smilie:, or if you just feel like sharing stuff too ^^

Take Care all SeeYaa!
 :biggrin:


Offline iq_132

  • Administrator
  • *****
  • Posts: 3724
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: New driver I'm working on for FBA :)
« Reply #17 on: August 01, 2007, 03:01:58 AM »
I stumbled upon it after curiously doing a Google search on my emulator ;p
Ah, ok. :) Cool.  Btw, I see there's been an update of FNC.  :)
Kind of a vague changelog though. :S


Offline hap

  • Newbies
  • *
  • Posts: 19
  • Karma: +5/-0
Re: New driver I'm working on for FBA :)
« Reply #18 on: August 01, 2007, 01:43:42 PM »
I make small changes now and then that aren't really worth mentioning, FNC is basically finished. I figured it was a good time to release the updated version at the same time I released a bugfix update to my NES emu.

Offline iq_132

  • Administrator
  • *****
  • Posts: 3724
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: New driver I'm working on for FBA :)
« Reply #19 on: August 02, 2007, 08:36:19 PM »
I understand that hap.  I'm kind of a nut about going back and fixing/changing things again and again. :)

Anywhoo... I got bored today and decided to make a bmp viewer of my own. :)


Offline hap

  • Newbies
  • *
  • Posts: 19
  • Karma: +5/-0
Re: New driver I'm working on for FBA :)
« Reply #20 on: August 04, 2007, 03:14:36 AM »
Nice :) Did you write that with an assembler? (I recommend "Chipper")

Offline iq_132

  • Administrator
  • *****
  • Posts: 3724
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: New driver I'm working on for FBA :)
« Reply #21 on: August 04, 2007, 07:26:55 AM »
Nah, I wrote it by hand. That's David Winter's assembler, right?

Got another idea for a bitmap viewer lol.  This one uses the SChip's 16x16 tiles. :)
« Last Edit: August 04, 2007, 09:36:05 AM by iq_132 »


Offline hap

  • Newbies
  • *
  • Posts: 19
  • Karma: +5/-0
Re: New driver I'm working on for FBA :)
« Reply #22 on: August 04, 2007, 12:38:29 PM »
Chipper's by the guy that also wrote Blinky, Christian Egeberg. Working with an assembler takes a lot of unnecessary tasks off your back, like having to deal with jmp/call addresses.

Offline iq_132

  • Administrator
  • *****
  • Posts: 3724
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: New driver I'm working on for FBA :)
« Reply #23 on: August 04, 2007, 06:24:44 PM »
Ah, ok. :)  I haven't had a lot of trouble with jmp/jsr's.  Mostly it's been moronic mistakes on my part (clearing registers, not comparing proper values, etc).  I think I will just stick to doing it by hand. I feel like I can make the programs smaller & cleaner.