| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
floppy drives. [Curt Coder]
(MESS) victor9k: Separated read/write modes in the floppy controller. (nw)
fdc_pll: Removed write_next_bit_prev_cell hack. (nw)
|
| |
|
|
|
|
|
|
| |
by Mani 4 in 1 (DMG-601-CHN). [Fabio Priuli]
out of whatsnew: also added the (previously missing) chinese dumps to the softlist.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
based on reverse engineering by Tauwasser. Logo handling not emulated yet
(you have to select the "Skip BIOS check" in the System Configuration menu
to play the games). [Fabio Priuli]
(MESS) gameboy.xml/gbcolor.xml: Added some recent dumps of Sachen carts
[Tauwasser, BigFred, taizou]
out of whatsnew: commit also includes some cosmetic changes suggested by Tauwasser (many thanks for the feedback!)
|
|
|
|
| |
devices. No differences between them yet, other than chip ID.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
MBC-1 collection cart, since it is just plain MBC-1 mapper
with slightly different address lines wiring. [Tauwasser]
out of whatsnew: thanks a lot Tauwasser for the contribution!
I have made some minor changes to adhere to current MESS conventions,
but I think the spirit of the patch has been kept :)
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
Apparently this board is trademarked with the spelling mistake,
therefore let's keep the incorrect spelling. Curiously, they spelt
Millennium correctly on the PCB, so the original seems a tad
inconsistent in this area.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
I'm purposefully leaving /src/emu/bus/cbmiec/c1541.c's kernal.bin
as it is, as this particular spelling mistake was originally made
by Robert Russell, therefore is canon. See
http://en.wikipedia.org/wiki/KERNAL for details.
I'm also leaving /src/emu/machine/nscsi_bus.c's RECIEVE as I don't
want to break anything, but it's worth someone looking into.
I renamed some variables in /src/mame/drivers/sfbonus.c,
/src/mame/video/tia.c and /src/mame/video/tia.h, so if anyone wants
to verify I didn't break anything, that would be nice.
|
|/ |
|
|\ |
|
| |
| |
| |
| | |
floppy system. [Curt Coder]
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Conflicts:
src/mess/drivers/elecbowl.c
src/mess/drivers/hh_hmcs40.c
src/mess/drivers/hh_tms1k.c
|
| | |
|
| | |
|
| |
| |
| |
| | |
Coder]
|
| | |
|
| | |
|
| | |
|
|/
|
|
| |
Emulated the ABC expansion unit and ABC memory card. [Curt Coder]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
make TARGET=mess -j19
will generate all needed files and build MESS, while developing you can use
make TARGET=mess COMPILE=1 -j19
to prevent rebuilding of make files.
Build system have automatic generate of dependencies so will do incremental builds fine.
make clean
will remove all generated files/projects and obj files
|
| |
|
|
|
|
| |
consistency fixes. nw.
|
|
|
|
| |
versions. [R. Belmont]
|
|
|
|
|
| |
---
Need one more change before it boots
|
| |
|
| |
|
|
|
|
| |
and making them slightly faster. [Enik Land]
|
| |
|
|
|
|
| |
saa1099.c: added save state support (nw)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Provide centralized DMA mechanism for slot cards
- Fixed 0.156 regressions for Z80 SoftCard, The Mill 6809, and Mountain Computer Music System
- Provide debugger protection for slot-based foreign CPUs executing from Apple II DMA
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
now change the emulated controllers (Joypad, Mouse, Multitap, Super Scope)
via the Slot Device menu of the UI interface and not anymore from the System
Configurations menu. Also, changing controller now requires to reset the
system, so please take some timeto choose the desired controller *before*
starting the game, if you want to play a game that uses special controllers.
[Fabio Priuli]
(MESS) snes: fixed Mouse emulation so that it does not jump back erratically
if you keep moving beyond the window border. [Fabio Priuli]
(MESS) snes: fixed Multitap Adapter emulation so games properly recognize
the device and inputs from all 5 controllers are accepted by the games.
[Fabio Priuli]
(MESS) snes: added emulation of the Pachinko controller used by a few
pachinko games for Super Famicom. [Fabio Priuli]
(MESS) snes: added emulation of the Yonezawa Twin Tap controllers,
which allow to play with up to 8 players a quiz games for Super Famicom.
[Fabio Priuli]
(MESS) snes: added emulation of the Epoch Barcode Battler unit (even if
only as Super Famicom controller, and not as a standalone unit) which is
necessary to play Conveni Wars Barcode Battler Senki for Super Famicom.
[Fabio Priuli]
|
| |
|
| |
|
| |
|
| |
|