Jump to content

Robert

User Admin
  • Posts

    13,058
  • Joined

  • Last visited

  • Days Won

    396

Everything posted by Robert

  1. Any more progress with this?
  2. She's playing silly games with you. Forget her.
  3. Arcade emulator for the GP2X >> Get it HERE.
  4. Rom Manager >> Get it HERE.
  5. TG16 / PCE emulator >> Get it HERE.
  6. Commodore Plus/4 emulator >> Get it HERE.
  7. EMULATORS ========= MameUI32 and MameUI64 MAME32XT MAMEUIFX32 SDLMAME for Ubuntu 0.121 SDLMAME Madda's MAME 0.121 DATS ==== Story.dat / mamescore.ini / default.el MAMEinfo.dat, Category-, Version and Alltime inifiles Catlist.ini AGEMAME ======= No release planned NOTES ===== - ######## LATEST EMULATION NEWS WILL APPEAR BELOW ######## -
  8. http://mamedev.org/
  9. No holiday for me back to work as usual
  10. Amstrad CPC Emulator for PSP Initial release. >> Get it HERE.
  11. PSX emulator >> Get it HERE (bottom of page).
  12. It is there... it's just not obvious.
  13. I've had a PC version of this game for many years... what is better about this remake? :puzzled:
  14. DS emulator >> Get it HERE Thanks to emulation9.com
  15. GBA and DS emulator >> Get it HERE.
  16. Multi-system emulator >> Get it HERE.
  17. On what emulator?
  18. 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.
  19. >> Get it HERE.
  20. /me falls off chair seeing alexis post again... I use MAME quite a bit.
  21. 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 ######## -
  22. Gameboy emulator >> Get it HERE.
  23. I have no trouble downloading it... No use to me of course, no xbox.
  24. 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; } }
  25. SNES emulator >> Get it HERE.
×
×
  • Create New...