fulivi
f624c52cef
imds2: improved keyboard mapping
2015-04-13 12:07:52 +02:00
etabeta78
dcd4f2a5b8
(MESS) gameboy: added preliminary emulation of Sachen MMC-1 mapper,
...
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!)
2015-04-13 12:03:08 +02:00
Miodrag Milanovic
86c131aef3
fix crash (nw)
2015-04-13 09:38:52 +02:00
mahlemiut
e8cbf323c4
pc_vga: split Cirrus Logic SVGA devices into separate GD5428 and GD5430 devices. No differences between them yet, other than chip ID.
2015-04-13 18:39:05 +12:00
Curt Coder
5330751a3d
(MESS) c8050fdc: Gap adjustment and SFD-1001 is single drive only. (nw)
2015-04-13 09:07:12 +03:00
Alex W. Jackson
90a6a52985
exidy.c: brute force fix for m6502-related regressions [Alex Jackson]
2015-04-12 23:00:39 -04:00
briantro
abc8a8a30e
shangha3.c: Minor doc update & verification for Blocken's OKI OSC - NW
2015-04-12 20:26:52 -05:00
briantro
7851afd4e6
new game - Ma Cheon Ru
...
Currently non working, but Haze & system11 are working on extracting the protection data.
New Game
-----------------------------------------------------
Ma Cheon Ru [System11, The Dumping Union]
2015-04-12 20:21:14 -05:00
Robbbert
3df4d36836
(MESS) pegasus : Adjusted the software list to allow loading of multi-part roms. (nw)
...
The following constructs are now working:
mess pegasus forth11
mess pegasus forth13
mess pegasus pascal
mess pegasus xbasic
if you use writeconfig=1, you may need to manually unload the roms before loading a new set.
2015-04-13 10:49:00 +10:00
Robbbert
6ff3c213f1
(MESS) aim65 : adjusted the software list to allow loading of multi-part roms. (nw)
...
The following constructs are now working:
mess aim65 basic11
mess aim65 forth13
mess aim65 pl65
(press 5 to see it work)
2015-04-13 09:48:24 +10:00
Luca Elia
cffd83b571
sigmab98.c: fixed position of zoomed sprites and added sprite RAM buffer.
...
Emulated background color register. Removed some ROM patches [Luca Elia]
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Minna Atsumare! Dodge Hero [anonyMous, Luca Elia]
Itazura Daisuki! Sushimaru Kun [anonyMous, Luca Elia]
Burning Sanrinsya - Burning Tricycle [anonyMous, Luca Elia]
Transformers Beast Wars II [anonyMous, Luca Elia]
New games marked as GAME_NOT_WORKING
------------------------------------
Minna Ganbare! Dash Hero [anonyMous, Luca Elia]
2015-04-12 23:11:40 +02:00
U-demo\test
c81f94ab51
Code cleanup
2015-04-12 15:04:47 -06:00
Miodrag Milanovic
566ecdc0ea
Merge branch 'master' of https://github.com/mamedev/mame
2015-04-12 19:55:32 +02:00
Miodrag Milanovic
6f9d015934
Added #include <string> in emucore.h (sorry will do a full build)
...
Converted some astring to std::string (nw)
2015-04-12 19:55:13 +02:00
Lord-Nightmare
ba3d5fa993
Merge branch 'master' of https://github.com/mamedev/mame
2015-04-12 13:22:20 -04:00
Lord-Nightmare
12ea6b4ca5
(MESS) upd1771: replace waveforms with waveforms extracted from upd1771c-017 internal rom. [Lord Nightmare, plgdavid]
2015-04-12 13:20:20 -04:00
arbee
b96b59caee
atlantis: added PCI9050 device skeleton. [R. Belmont]
2015-04-12 13:13:33 -04:00
Miodrag Milanovic
7977b2a8f6
remove not needed astring includes (nw)
2015-04-12 18:08:32 +02:00
Miodrag Milanovic
87f705b984
string -> str rename due to future conflicts (nw)
2015-04-12 16:54:10 +02:00
Miodrag Milanovic
f2243d6020
string -> str part 1 (nw)
2015-04-12 15:36:44 +02:00
etabeta78
84578407f9
ok, my script to add <info> fields requires some more sanitization... nw.
2015-04-12 15:04:15 +02:00
etabeta78
18d5f63a4c
(MESS) pico.xml: added a few more Japanese dumps. [TeamEurope]
...
out of whatsnew: + added yet another snes proto, recently dumped...
2015-04-12 15:01:32 +02:00
Stiletto
789a92a565
comment fix (nw)
...
comment fix from Dagarman and Arbee (nw)
2015-04-12 08:43:23 -04:00
Curt Coder
f4a5975d4d
(MESS) c64_cart.xml: Added Diagnose64 cartridge. [Ray Carlsen]
2015-04-12 13:09:11 +03:00
Curt Coder
991987f325
(MESS) c64. Added FSD-1 disk drive ROMs. [Ray Carlsen]
2015-04-12 13:09:11 +03:00
couriersud
cbce884666
Fix compile. (nw)
2015-04-12 12:00:58 +02:00
etabeta78
3dd6c7d355
(MESS) gameboy: removed separate implementation of
...
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 :)
2015-04-12 09:12:26 +02:00
Miodrag Milanovic
7faba31b1b
There is no implicit conversion to char* in std::string (nw)
2015-04-12 08:05:43 +02:00
Robbbert
15a464dac9
Merge branch 'master' of https://github.com/mamedev/mame
2015-04-12 11:25:18 +10:00
Robbbert
677c140c89
(MESS) pegasus : fixed decryption of all roms in the software list.
...
All items can be used via the fullpath. Xbasic, forth and pascal now work.
Loading via the software list however is still broken for multipart roms.
2015-04-12 11:22:14 +10:00
couriersud
5e7ef5998a
Hooked up 6845 to cardline. [Couriersud]
2015-04-12 02:18:59 +02:00
couriersud
c3928ffceb
Fixed cardline driver. [Couriersud]
2015-04-12 01:17:24 +02:00
couriersud
d4658277e4
Add the ability to mcs51 family processors to use port bits as inputs
...
which actually are used as outputs because a "0" has been written to
them. The CMOS chips in the family may be misused in this way when a
low impedance source is connected to them. [Couriersud]
2015-04-12 00:35:56 +02:00
couriersud
ba775aedec
Fix compile. (nw)
2015-04-11 23:32:29 +02:00
U-demo\test
da682be221
Update iteagle files
2015-04-11 13:56:21 -06:00
hap
6feb9ac5ca
undo the intrusive personal-style changes i did a while ago, make Sarayan feel home again =)
2015-04-11 20:54:51 +02:00
Curt Coder
7d7f5ca352
Cleanup. (nw)
2015-04-11 20:56:40 +03:00
Curt Coder
1f63dae132
(MESS) c8050fdc: Fixed write protect sense. (nw)
2015-04-11 20:16:22 +03:00
Vas Crabb
1e6294bb18
Correct some corrections:
...
* Third Millenium is a trademark
* "16 bits" is a bus unit so it works as a singular in sentences
2015-04-12 00:31:46 +10:00
Vas Crabb
9d10e02081
Merge https://github.com/ZoeB/mame
2015-04-12 00:18:20 +10:00
Vas Crabb
e1f0422bc0
Merge branch 'master' of https://github.com/mamedev/mame
2015-04-12 00:16:55 +10:00
Zoë Blade
373d338ee0
Fix misspelt variable name
2015-04-11 15:09:46 +01:00
Miodrag Milanovic
ae3fc8b6d9
removed non-existing file (nw)
2015-04-11 15:50:05 +02:00
hap
687d45b43f
bonus typofix
2015-04-11 15:39:24 +02:00
Miodrag Milanovic
c375452b53
Merge branch 'master' of https://github.com/mamedev/mame
2015-04-11 15:27:27 +02:00
Miodrag Milanovic
6b36c7ab22
cstr() - > c_str() as preparation for move to std::string (nw)
2015-04-11 15:26:58 +02:00
hap
7c0db7b2a6
prepare notes
2015-04-11 15:10:16 +02:00
Vas Crabb
d8254403dc
Headers are in lua files now :/
2015-04-11 22:40:07 +10:00
Vas Crabb
38c6213665
Replace simple_set with std::set
2015-04-11 22:30:44 +10:00
Robbbert
f5e58796f0
Merge branch 'master' of https://github.com/mamedev/mame
2015-04-11 22:23:13 +10:00