Search results

  1. ShizZy

    More win32 help...

    Seems I never learned how to use Win32. Oh well, maybe someone can help me here. I'm trying to figure out how to do a list view window such as what many N64 emulators use to display rom lists. Any list view stuff I can find is only for dialog boxes. Can anyone help me? I tried looking at...
  2. ShizZy

    SNES Technical Documents?

    Can't seem to find any really good SNES documents that cover all aspects of the system. Anybody have any?
  3. ShizZy

    @#%&$#'d up laptop

    Okay.. I hope someone can help me here, otherwise I'm down about $700. I have a laptop - it's a Compaq Presario, Athlon 2800 Mobile Sempron, 512mb of ram, 40gb hard drive, with a Radeon 128mb 200M. I need linux for my programming, so I partioned it off. 25gb for windows, 10gb for linux, and...
  4. ShizZy

    Another good system?

    Hey... Looking for some advice. I've done a Chip8 Emulator. I've done a fairly complete GB emulator. Added partially working GBC support. But I'm feeling a little inspired to jump into new territory (but also still maintain my GB). Any reccomendations on a next system to emulate? I thought...
  5. ShizZy

    Stupid Win32 Question

    Looked all over, but couldn't find what I was looking for. Anyone have any source examples or know of any articles on making just plain old right-click popup menus with win32 c/c++? Everything I find is mfc, which is not what I want. Or if you can explain how... much appreciated. Thank you. :P
  6. ShizZy

    Computer Issues...

    One of my desktops has been acting up recently. Well... it isn't really working at all. Not quite sure what caused it, I hardly ever use the computer (it's more for the rest of my family). It just stopped working one day. When I press the power button, I can hear the fans and such as it...
  7. ShizZy

    Debugging Techniques

    Howdy - I have a couple of questions for my fellow emu coders. One of my weakest skills is in the area of debugging, so I've been somewhat studying it latelly. From what I've gathered, here are the basic debugging methods: -the "fine needle" method, going over your code line by line and...
  8. ShizZy

    Display names...

    Not really a suggestion (though it could be worded as one), but it relates to the forum software and I believe that this is the only section that does so. Anyways, may I request for my display name to be changed?
  9. ShizZy

    Official: Microsoft XBox 360

    Official Xbox 360 Fact Sheet: http://www.xbox.com/en-US/xbox360/factsheet.htm Images: http://gamesradar.msn.co.uk/media/gamesradar/xbox360234_11.jpg - front render http://gamesradar.msn.co.uk/media/gamesradar/xbox360234_2.jpg - 3/4 view...
  10. ShizZy

    Question about Yaz0 decompression...

    My main question - are multiple files compressed within a single szs/rel file? I wrote up a decompressor for practice, and it's doing something right, but obviouselly not everything - for it's spitting out wrong data. I'll attach the source. Help appreciated. :bunny: btw... Can't just copy...
  11. ShizZy

    Bid on a shrinking machine from 2241..LOL

    http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&category=1469&item=5573689625&rd=1&ssPageName=WDVW Some people have too much time on their hands. :P Take a look at some of the questions, they're hilarious hehe Oh, and here's the time machine he found under his house...
  12. ShizZy

    Patent 4,734,690

    There is currently ongoing litigation over a patent violation against several big game companies. You can read a bit about the case and the issue here ( IGDA Article - http://www.igda.org/columns/lastwords/lastwords_Mar05.php ) and read the actual patent here (...
  13. ShizZy

    Using SDL Window Alternatives?

    Hello - question. As far as I know, the only method for creating an SDL window would be by creating a completelly new one, such like so: screen = SDL_SetVideoMode(640, 480, 8, SDL_SWSURFACE); Is there a way to intergrate an SDL screen into an already created Win32 window, rather than...
  14. ShizZy

    My computer has a mind of it's own!

    It just turns on randomly, especially when I have other computers on on the same network. It's really creepy actually. Any ideas of what could be causing this (besides a ghost of course ;)). I did build the computer, and it seems to run perfectly fine. Powerswitch works fine as well, when...
  15. ShizZy

    Shizzy's Retexture Pack for Majora's Mask

    I felt the need to pay my tribute to one of the greatest games of all time, Zelda: Majora's Mask. (and because OOT is already being done). I have most of the textures in ClockTown redone in highres, although there are still a few missing. When I finish those, I'll post the pack. There's...
  16. ShizZy

    Problem with For loops...

    I feel kind of silly for asking this question, but I've been having the same problem with infinite For loops when running my emulators. They seam to hog my entire CPU, and thus luck up my app. Nothing's getting displayed, my output window stays blank - and I have to Ctrl+Alt+Delete to exit the...

Top