| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
it's related to:
00171: lethalen: mask rom check they all come up bad.
in konicdev.c there's in READ8_DEVICE_HANDLER( k053244_r ):
addr = (k053244->rombank << 19) | ((k053244->regs[11] & 0x7) << 18) | (k053244->regs[8] << 10) | (k053244->regs[9] << 2) | ((offset & 3) ^ 1 );
for the A10 test and A8 test (GFX2 region of lethalen) we need:
........ | ((offset & 3) ^ 3 );
is there any doc about k053244?
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Updated the K056230 LANC device to no longer be legacy. [Harmony]
Non-whatsnew note: Tested gradius4 and gticlub, seem to still work.
|
| |
|
|
| |
toaplan1
|
| |
|
|
| |
pass self test now. [Mariusz Wojcieszek]
|
| |
|
|
|
| |
--------------------------------
Super Poker (Version 10.15S) [anondumper]
|
| |
|
|
| |
this fix outzone bug and vimana bug
|
| | |
|
| | |
|
| |
|
|
| |
whatsnew.
|
| | |
|
| |
|
|
|
|
| |
documentation) [Miodrag Milanovic]
- Used lookup tables in opcode execution
m6809 - Used lookup tables in opcode execution
|
| |
|
|
| |
sent (no whatsnew)
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
in real hardware [Samuele Zannoli]
Chihiro.c Improvements: [Samuele Zannoli]
- Fixed the mapping of the bios at the top of the cpu addrsss space
- Updated the ram size to 128 megabytes
- Added some SMBus handling, to let the bios run
- Added placeholders for a few devices on the PCI bus
- Added the "jamdis StartAddress,Length" command to the debugger that lets you disassemble the "jam table" instructions used by the bios to do some basic hardware initialization.
This time it works for good ;)
|
| |
|
| |
Non-whatsnew note: For MESS.
|
| |
|
| |
Non-whatsnew note: Requires a rebuild of driver/othello.c, driver/segas16a.c, and and audio/segag80r.c
|
| | |
|
| |
|
|
|
| |
This looks like the way to do it, but i could be wrong.
|
| |
|
| |
Non-whatsnew note: This is for MESS. No idea how to work the Chess Champion, either, so I can't really test it, but hey, it builds.
|
| |
|
| |
Non-whatsnew note: This requires either a clean build or a rebuild of drivers/seibuspi.c to eliminate crashing.
|
| |
|
|
|
|
|
| |
- Fixed Dip Switches and Inputs (after verification of the TMS9995
code)
|
| |
|
| |
Non-whatsnew note: I tested crysking, seems to work properly and shows the correct date(s) in the bookkeeping screen.
|
| |
|
|
|
|
| |
external submission. (no whatsnew)
Comment: R. Belmont, this one is all yours to correct and apply.
|
| |
|
| |
Non-whatsnew note: I tested dkong, seems to still work properly with proper sound.
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
in real hardware [Samuele Zannoli]
Chihiro.c Improvements: [Samuele Zannoli]
- Fixed the mapping of the bios at the top of the cpu addrsss space
- Updated the ram size to 128 megabytes
- Added some SMBus handling, to let the bios run
- Added placeholders for a few devices on the PCI bus
- Added the "jamdis StartAddress,Length" command to the debugger that lets you disassemble the "jam table" instructions used by the bios to do some basic hardware initialization.
|
| | |
|
| |
|
| |
Non-whatsnew note: I tested iqblock, seems to still work properly. Fun game, by the way, but tough as nails.
|
| |
|
| |
Non-whatsnew note: I tested filetto, seems to still work properly.
|
| |
|
|
|
| |
structs 'config', as this now conflicts with a local variable name in
the machine config constructor, causing problems with some games.
|
| | |
|
| |
|
|
| |
don't call the exit callback in the destructor.
|
| | |
|
| | |
|
| |
|
|
| |
only setting of those in the Service Mode. (no whatsnew)
|
| |
|
|
|
|
|
|
|
|
|
| |
type safety. If legacy devices still use inline data, those types are not checked.
However, new devices no longer have access to the generic m_inline_data. Instead
their MDRV_* macros should map to calls to static functions in the device config
class which downcast a generic device_config to the specific device config, and
then set the appropriate values. This is not to be done inline in order to prevent
further code bloat in the constructors. See eeprom/7474/i2cmem/okim6295 for examples.
#ifdef'ed several unused machine driver definitions that weren't referenced.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
---------- Forwarded message ----------
From: f205v <f205v.f205v@gmail.com>
Date: Tue, Aug 24, 2010 at 10:18 PM
Subject: again naomi.c
To: submit@mamedev.org
Dear Aaron,
please find herewith attached another update to naomi.c against 0.139u1
I just got a Namco NAOMI cart, the diff contains a description of it +
some corrections.
----
Ciao
Antonio (f205v)
www.citylan.it
|