Search:

Type: Posts; User: miker00lz

Search: Search took 0.03 seconds.

  1. Replies
    40
    Views
    32,363

    Re: Lets make a Sega Genesis Emulator

    Agreed. I think that's actually what I did in my VB emulators. It's been so long I can't even remember.
  2. Replies
    40
    Views
    32,363

    Re: Lets make a Sega Genesis Emulator

    With lots of research and difficulty.

    You need to emulate all of the CPU instructions, the graphics chip, memory subsystem, etc.

    I wouldn't use a picturebox. They're slow. You should have a...
  3. Re: Nintendo Entertainment System emulator in VB6 [EXE + source]

    EDIT: deleted
  4. Re: Nintendo Entertainment System emulator in VB6 [EXE + source]

    I'll take a look at your sweeps, thanks. IIRC, there were some issues in your sound too like the SMB bricks smashing. The NES APU is just a tough beast to get right!
  5. Re: Nintendo Entertainment System emulator in VB6 [EXE + source]

    Good work on the capture. Yeah, my palette choice was a personal preference but I was thinking about making it selectable with the proper palette as the default. The ability to load in a PAL file...
  6. Re: Nintendo Entertainment System emulator in VB6 [EXE + source]

    Just FYI if anybody cares, the latest update v0.1.3 above now plays Super Mario Bros 3 pretty much perfectly...
  7. Nintendo Entertainment System emulator in VB6 [EXE + source]

    EDIT: Updated to version 0.1.1, added 1x, 2x, 3x scaling selection. Fixed bug where it crashed if you click cancel on the load state dialog.

    EDIT 2: Updated to version 0.1.3, MMC3 fixed enough so...
  8. Microsoft declines petition to create new version of VB6, with statement.

    http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/3440221-bring-back-classic-visual-basic-an-improved-versi
  9. Replies
    1
    Views
    1,721

    Re: Turn Based RTS In the Making

    My guess is that "turnplayer" is not a public variable, so the chunk with "whichplayer" and then the code for the upgrade button are not looking at the same number. At the very top of your form's...
  10. Replies
    4
    Views
    2,294

    [VB 6] Re: Need Help Please :)

    Only you know what's "good for you". Just study the code and change what you want. You're a 5 year comp sci student?
  11. Replies
    40
    Views
    32,363

    Re: Lets make a Sega Genesis Emulator

    I would hate to see this project die! Any updates?
  12. Replies
    40
    Views
    32,363

    Re: Lets make a Sega Genesis Emulator

    The basic structure is pretty much still like a NES emulator I think. Just to play around with the idea, I used somebody's 68000 core in C and created a ROM loader for it, and started emulation with...
  13. Replies
    40
    Views
    32,363

    Re: Lets make a Sega Genesis Emulator

    I second an IRC channel. Great idea. It would definitely be the best way to work in realtime. Everything else is too slow, and it would take forever. I run an IRCd that could be used. Might be better...
  14. Replies
    40
    Views
    32,363

    Re: Lets make a Sega Genesis Emulator

    Hey, this could be awesome!! I'd love to help. I've been wanting to make a Genesis emulator. I've got experience writing emulators. Mostly in C, but I did create a VB6 8086 PC emulator too. It's...
  15. Poll: Re: Made a VB.NET Virtual Working PC called "Doors 95."

    You should just upload it really. Why bother with the poll? Nobody will care enough to vote. If you just upload it, you'll get comments and testers.
  16. Replies
    11
    Views
    41,484

    Re: Pure VB6 8086 PC emulator!

    *duplicate post* sorry
  17. Replies
    11
    Views
    41,484

    Re: Pure VB6 8086 PC emulator!

    That's Windows 3.0 in the screenshot actually, which still worked even on the 8086/8088 processors.
  18. Replies
    11
    Views
    41,484

    Re: Pure VB6 8086 PC emulator!

    It's probably a good one to learn about it from by checking out the source code! It boils down to knowing how to implement the CPU, other components, and "connect" them all together. When I first...
  19. Replies
    11
    Views
    41,484

    Re: Pure VB6 8086 PC emulator!

    The problems in the IDIV/IMUL seem to come from me not being able to use an unsigned 32-bit variable to work things out with, I'll have to figure a way around that. The same CPU code works fine in...
  20. Replies
    11
    Views
    41,484

    Re: Pure VB6 8086 PC emulator!

    Thank you! I've written a much more complete emulator in C over the last couple of years (called Fake86), but I used to be a VB6 fanatic. I still like VB6 in some ways, and I thought this would be...
  21. Replies
    11
    Views
    41,484

    Pure VB6 8086 PC emulator!

    Hello, I've been working on this 8086 PC emulator written completely in pure VB6, called vb8086. Thought it would kind of fun and something not seen before (afaik) in VB6. There's a good reason for...
  22. Replies
    6
    Views
    11,153

    Re: VB6 - IRC server complete source code

    it's possible, you're basically asking for a spamfilter implementation like unrealircd has. it's not too complicated to code, but an easier and quicker way to get the results you want is to just...
  23. Replies
    8
    Views
    818

    Re: whats wrong in this?

    oh my.
  24. Re: PictureBoxes in a checkered colouration?

    maybe something like this?


    totalboxes = whatever number of boxes you used

    curcolor = 0 ' probably not actually needed, but why not
    For n = 0 to totalboxes - 1
    paintcolor = curcolor *...
  25. Replies
    17
    Views
    1,746

    Re: Visual studio professional 6.0 pro

    VS 6.0 can only be acquired by:

    1) as said before, eBay. the legit way.
    2) downloading from the intertubes. the dishonest way.

    i went with #2 because the price is kinda ridiculous usually for...
  26. Replies
    6
    Views
    11,153

    Re: VB6 - IRC server complete source code

    added link to generate MD5 hashes for ircd.conf passwords.

    http://md5-hash-online.waraxe.us/

    you have to capitalize it's output on the letters though.
  27. Replies
    17
    Views
    1,452

    Re: string contains 1 numeric character

    nah select case goes way farther back.. to VB1 for DOS, and of course before that QuickBASIC and QBASIC.

    your way will do the trick. another (bad) alternative of course would be:


    MyString$ =...
  28. Replies
    6
    Views
    11,153

    Re: VB6 - IRC server complete source code

    i apologize, Hack. i should have read the rules first. in that case, i'll post the code up for the MD5 hasher utility in a few minutes too. only the MD5HASH.EXE binary was in the ZIP before. it's...
  29. Re: need named pipes help! working on web server, and trying to add CGI.

    perfect, exactly what i needed! huge thanks! :afrog:
  30. Replies
    6
    Views
    11,153

    VB6 - IRC server complete source code

    this is some software that i put together earlier this year. complete IRC server, other than being able to link with another server. it's missing that. there are a built-in nickserv and chanserv....
  31. Re: need named pipes help! working on web server, and trying to add CGI.

    yes, i know environment vars and read/writing on the pipe is involved. i guess what i need to know then, is how do i start the CGI exec as a "dependent" process and access the pipe? access will have...
  32. Re: need named pipes help! working on web server, and trying to add CGI.

    TTT

    wow pushed down to page 2 already. does anybody know how to do this?
  33. [RESOLVED] need named pipes help! working on web server, and trying to add CGI.

    so, i've got this VB6 HTTP daemon i coded some months back. virtual hosting support and all. it works very well, but i recently decided to pick up where i left off and add support for CGI script...
Results 1 to 33 of 33



Click Here to Expand Forum to Full Width