Jump to content

Robert

User Admin
  • Posts

    12,936
  • Joined

  • Last visited

  • Days Won

    350

Everything posted by Robert

  1. You don't have enough posts to be able to attach files, so PM me when you're ready. EDIT: Here is the program to display colours on a microbee or a suitable emulator such as uBee512 or RMESS.
  2. >> Get it HERE.
  3. /me falls off chair seeing alexis post again... I use MAME quite a bit.
  4. EMULATORS ========= Official Source and Binaries: Here, Here, or Here WolfMAME MameUI MAME32XT MAMEUIFX32 SDLMAME SDLMAME for the G4 mac MAME plus! / Mirror NEO-ARC MAME32 Plus! Neht-builds DATS ==== Story.dat / mamescore.ini / default.el MAMEinfo.dat, Category-, Version and Alltime inifiles History.dat 1.21 NPlayers.ini Rankings.ini AGEMAME ======= Official Release NOTES ===== - ######## LATEST EMULATION NEWS WILL APPEAR BELOW ######## -
  5. Gameboy emulator >> Get it HERE.
  6. I have no trouble downloading it... No use to me of course, no xbox.
  7. I know which rom you mean, it is on the video board with the 6545 CRTC etc. But... Seems that rom/pal isn't used in MESS, otherwise I would have listed the hex dump for you. The contents aren't listed in the service manual either. But... found this listing in the MESS microbee driver, maybe it will help.. static UINT8 palette[] = { 0x00,0x00,0x00, /* black */ 0xf0,0x00,0x00, /* red */ 0x00,0xf0,0x00, /* green */ 0xf0,0xf0,0x00, /* yellow */ 0x00,0x00,0xf0, /* blue */ 0xf0,0x00,0xf0, /* magenta */ 0x00,0xf0,0xf0, /* cyan */ 0xf0,0xf0,0xf0, /* white */ 0x08,0x08,0x08, /* black */ 0xe0,0x08,0x08, /* red */ 0x08,0xe0,0x08, /* green */ 0xe0,0xe0,0x08, /* yellow */ 0x08,0x08,0xe0, /* blue */ 0xe0,0x08,0xe0, /* magenta */ 0x08,0xe0,0xe0, /* cyan */ 0xe0,0xe0,0xe0, /* white */ 0x10,0x10,0x10, /* black */ 0xd0,0x10,0x10, /* red */ 0x10,0xd0,0x10, /* green */ 0xd0,0xd0,0x10, /* yellow */ 0x10,0x10,0xd0, /* blue */ 0xd0,0x10,0xd0, /* magenta */ 0x10,0xd0,0xd0, /* cyan */ 0xd0,0xd0,0xd0, /* white */ 0x18,0x18,0x18, /* black */ 0xe0,0x18,0x18, /* red */ 0x18,0xe0,0x18, /* green */ 0xe0,0xe0,0x18, /* yellow */ 0x18,0x18,0xe0, /* blue */ 0xe0,0x18,0xe0, /* magenta */ 0x18,0xe0,0xe0, /* cyan */ 0xe0,0xe0,0xe0, /* white */ }; static PALETTE_INIT( mbee ) { int i; palette_set_colors(machine, 0, palette, 32); for( i = 0; i < 256; i++ ) { colortable[2*i+0] = i / 32; colortable[2*i+1] = i & 31; } }
  8. SNES emulator >> Get it HERE.
  9. Commodore 64 emulator >> Get it HERE.
  10. Multi-system emulator
  11. MAC address is irrelevant, it is simply a hardware id of your network / wireless card.
  12. http://mamedev.org/
  13. I use IE6 and it works fine. Maybe you need to clean out your Temporary Internet Files cache.
  14. Robert

    No Devolpment?

    While I can't speak for the author, it is true that no development has happened for a while. The pinned topics have software for download.
  15. I had written an emulator at one time for it, called RMESS You may still be able to download it at Emu#dreams, just type RMESS into the search field. Next year, I will try to get it added into MESS, a multi-console emulator. As to what worked, everything except for the cassette interface. And the natural keyboard has some issues. But, all the games worked fine.
  16. DS emulator >> Get it HERE.
  17. I used to have zone alarm, and over the last 3 years it blocked 1.5 million intrusion attempts. So, you certainly have no need to be "alarmed". ZA can be hard on P2P though (when it feels like it), in the end it had to be replaced. If you are worried about open ports, visit the site below, scroll down halfway and choose the ShieldsUp option. It will check your computer for open ports. http://www.grc.com/default.htm
  18. Welcome all new members who I haven't welcomed! (hope that makes sense)
  19. Thanks, I was at work.
  20. not this time
  21. EMULATORS ========= MameUI32 and MameUI64 (formerly known as MAME32) MAMEUIFX32 (formerly known as MAME32FX) MAME32XT 0.120u4a MAME plus! SDLMAME SDLMAME for the G4 mac SDLMAME for Ubuntu Neht builds Ash-build DATS ==== Story.dat / mamescore.ini / default.el MAMEinfo.dat and PCB infos Catlist.ini AGEMAME ======= Patch and Another Patch Hawq's Binaries NOTES ===== - ######## LATEST EMULATION NEWS WILL APPEAR BELOW ######## -
  22. http://mamedev.org
  23. Front End >> Get it HERE.
  24. SNES emulator for the DS >> Get it HERE.
  25. Front End >> Get it HERE.
×
×
  • Create New...