| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
had no concept of slot devices...
|
| |
|
|
|
|
| |
(MESS) floppy: added read-only support for CopyQM images. (nw)
|
| |
|
| |
|
|
|
|
|
| |
their carts. nw.
(with these, we are done for the moment with new slot devices for carts...)
|
| |
|
| |
|
|
|
|
| |
supported). [Curt Coder]
|
| |
|
| |
|
| |
|
|
|
|
| |
convinced it's completely accurate.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
cartridges and implemented the IntelliVoice expansion and
the Entertainment Computer System expansion as passthru
devices. The official syntax to launch games requiring the
speech expansion is now
mess intv -cart voice -cart2 gamename
which corresponds to mounting the IntelliVoice and plugging
the game cart in its subslot. The official syntax to launch games
requiring the ECS expansion is now instead
mess intv -cart ecs -cart2 gamename
and
mess intv -cart ecs -cart2 voice -cart3 gamename
if the game requires both expansions at once. For additional user
friendliness, we also offer intvecs (which emulates an Intellivision
unit with both expansions added) and intvoice (which emulates
an Intellivision with Intellivoice expansion added) drivers, where
games can simply be mounted with the -cart media switch. [Fabio
Priuli]
|
|
|
| |
(MESS) wswan: fixed emulation of a couple of titles, which regressed with the conversion to slot carts. nw.
|
|
|
|
|
|
|
|
|
| |
cartridges, removed The Voice add-on from the main system
and emulated it as a passthru cart instead. Now, if you want to
enjoy speech in odyssey/videopac games, you must launch
emulation with
mess.exe odyssey2 -cart voice -cart2 gamename
(the -cart2 switch becomes available when "voice" is mounted
in the first cartslot) [Fabio Priuli]
|
| |
|
| |
|
| |
|
|
|
|
|
| |
anymore (nw)
Moved some more functions into driver classes. (nw)
|
| |
|
| |
|
| |
|
|
|
|
| |
card. [R. Belmont, Peter Ferrie]
|
| |
|
|
|
| |
rotation of vertical games. nw.
|
|
|
| |
out of whatsnew: another case of on-cart SRAM & EEPROM pointers removed from the main system...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(off by default) to skip BIOS checks at boot. This allows the
recently dumped Rockman World Prototype to be played,
and the Rocket Games pirate GBC carts too. [Fabio Priuli]
(MESS) gba: added a configuration setting (off by default)
to skip some BIOS checks at boot. This allows Tyrian 2000
Prototype to be played. [Fabio Priuli]
out of whatsnew: for the Rocket Games pirates it is currently unclear how real carts were bypassing
the BIOS checks on a real unit, and it would be nice to emulate it properly. however, this trick allows
to go on fixing the rest of mapper emulation until it's fully understood.
|
| |
|
|
|
|
| |
can be used (nw)
|
| |
|
| |
|
|
|
| |
(this changes STATIC_COUNT from 0x100 to 0xff)
|
|
|
|
| |
note: there is a significant performance cost to this as the real PCE code is slow, also some graphics will now flicker a bit because the real PCE emulation respects sprite chip limits / masking (which is why the submarine boss now works)
|
|
|
|
| |
rates should now be pretty correct.
|
|
|
| |
speed with the same direct rom mapping used for gba. nw.
|
|
|
|
| |
and TVGA cards, still lacks a divisor for higher refresh rates, but up to 70Hz modes should be correct now.
|
| |
|
|
|
|
|
|
| |
to the machines, without the intermediate cartslot. This is more
accurate for famitwin and it also avoids the possible
misunderstanding about the -cart switches in these systems
(+ avoids possible misconfigurations). nw.
|
|
|
|
|
| |
(previously all games had RAM even if the real cart did
not contain any), and fixed a brown paper bag bug from
last night. nw.
|
|
|
| |
their carts too.
|
|
|
|
|
|
|
|
|
| |
Compiling src/emu/bus/chanf/rom.c...
src/emu/bus/chanf/rom.c: In member function 'UINT8 chanf_rom_device::common_read_2102(UINT32)':
src/emu/bus/chanf/rom.c:144:23: error: suggest parentheses around arithmetic in operand of '|' [-Werror=parentheses]
return (m_latch[0] & 0x7f | (m_data0 << 7));
^
cc1plus.exe: all warnings being treated as errors
makefile:932: recipe for target 'obj/windows/emu/bus/chanf/rom.o' failed
|
| |
|
|
|
|
| |
reinitialize Zorro devices on reset to stop them from disappearing on
soft reset.
|
| |
|
| |
|
|
|
|
|
| |
their carts. this allows to remove on-cart RAM from the driver class (since it
does not belong there). also added (partial) support for Channel F multicart.
nw.
|