EmuCR Feeds
Email Us

EmuCR: MESSMESS SVN r13646 is released. MESS(Multi Emulator Super System) is an open source emulator which emulates a large variety of different systems. MESS is a source-available project which documents the hardware for a wide variety of (mostly vintage) computers, video game consoles, and calculators through software emulation, as MAME does for arcade games. As a nice side effect to this documentation, MESS allows software and games for these hardware platforms to be run on modern PCs.

MESS SVN Changelog:
r13640
New skeleton driver for Alphatronic PC
r13641
pcecd: adding requirement feature to the xml list. no whatsnew.
r13642
sms.c: Started hooking up 93c46 eeprom support for the gamegear games that need it. Still not working correctly yet though. (nw)
r13643
pc8801: yet another round of info updates for xml lists. no whatsnew.
r13644
uiswlist: fixed a subtle (and longstanding) bug where the file manager was crashing if a software list had an item with no compatible interface for the chosen image device (might happen if we allow for lists of mixed media)
r13645
dc: added Katana Set 5 prototype BIOS (The Dumping Union)


[no whatsnew after this!!!]

This consists entirely of diagnostic menus; it doesn't appear to bother being
able to load programs or anything, so getting it running would be interesting.

The dumper says:

"If you set region to 0x02 it does something, than mess crash...

READ64_HANDLER( dc_mess_g1_ctrl_r )
{
dc_state *state = space->machine().driver_data();
int reg;
#define retail 0;
#define set4_8m 0xc;
#define set4_32m 0x8;
#define devbox_16m 0x9;
#define devbox_32m 0xa;

#define reg_jp 0x1;
#define reg_usa 0x4;
#define reg_eu 0xc;
//other "region" trigger different selfttest mode on Katana DevBox

int region=reg_usa;
int box=devbox_16m;

UINT64 shift;

reg = decode_reg32_64(space->machine(), offset, mem_mask, &shift);
mame_printf_verbose("G1CTRL: Unmapped read %08x\n", 0x5f7400+reg*4);
printf("G1CTRL: Unmapped read %08x\n", 0x5f7400+reg*4);

if ((reg*4) == 0xb0){
return box<<4 | region;
}
return (UINT64)state->g1bus_regs[reg] << shift;
}"

...however it still does nothing for me even with the region set to 0x2.
r13646
Added new roms to the Alphatronic dump, still not good enought tho

Download: MESS SVN r13646 x86
Download: MESS SVN r13646 x64
Source: Here



Random Related Topic Refresh Related Topic

Random Related Topic Loading...

0 Comments

Post a Comment

Can't post a comment? Try This!