Miodrag Milanovic
|
4f61812c51
|
Fix gcc 4.6 compile (no whatsnew)
|
2011-10-15 06:27:47 +00:00 |
|
Miodrag Milanovic
|
2530ebae0a
|
Haze: identified the slowest / most used blitter paths for possible future optimization / testing (no whatsnew)
|
2011-10-15 05:44:44 +00:00 |
|
Scott Stone
|
f6f50bc563
|
Improved readability and ability to parse -listcrc output by adding some tabs and taking in account longer romnames which used to cause misalignment often. Adjusted default bios romnames for naomi to be more concise. (nw)
|
2011-10-15 00:08:29 +00:00 |
|
smf-
|
925eceea1a
|
alternate fix for reset & address error vector being ffffffff, it will continuously try to take the exception but it will at least check the cycles remaining.
|
2011-10-14 23:42:07 +00:00 |
|
Brian Troha
|
3e378e2d7a
|
flyball.c: Minor doc update about the "-01" rom extension. NW
|
2011-10-14 21:47:00 +00:00 |
|
Michaël Banaan Ananas
|
ecc0e0af34
|
new clone added
---------------------
Flyball (rev 2) [Siftware]
|
2011-10-14 20:32:01 +00:00 |
|
Scott Stone
|
948698fcbd
|
Followup to r14208 to cover CHD names (nw)
|
2011-10-14 16:49:21 +00:00 |
|
smf-
|
0e9f1ce838
|
fixed double bus error detection by only setting the run mode after fetching the opcode
|
2011-10-14 14:47:46 +00:00 |
|
Miodrag Milanovic
|
5dbd34cc34
|
Haze: current code with updated readme and slight optimizations. (no whatsnew)
|
2011-10-14 13:44:54 +00:00 |
|
smf-
|
66afb904f7
|
include set short name so you can grep a crc from a mame -listcrc * and not have to guess what the game is from the description.
|
2011-10-14 13:12:10 +00:00 |
|
smf-
|
291757a12c
|
fix compiling with MSVC, it's a struct, it's a class, it's dissociative identity disorder
|
2011-10-14 13:09:09 +00:00 |
|
smf-
|
87db910072
|
fixed compiling with msvc by removing redundant code.
|
2011-10-14 12:59:39 +00:00 |
|
smf-
|
ac395f19f1
|
Fix compiling cobra with msvc. U64() is only for constants greater than 32 bits.
|
2011-10-14 12:45:20 +00:00 |
|
Miodrag Milanovic
|
17aca9350e
|
idectrl - Fixed double free on image device stop, fixes pc issue (no whatsnew)
|
2011-10-14 07:50:42 +00:00 |
|
Michaël Banaan Ananas
|
a38133cfcb
|
maincpu irq vectors were the wrong way around
|
2011-10-14 00:02:32 +00:00 |
|
Michaël Banaan Ananas
|
c6b5ad76a5
|
outputs for ss22 cpu leds. I made a .lay for it too but mame insists on choosing that as default screen, so nevermind
|
2011-10-13 21:44:16 +00:00 |
|
Angelo Salese
|
90108ecab4
|
Fixed Juno First refresh rate and interrupt firing [Angelo Salese, Chris Hardy]
|
2011-10-13 20:48:39 +00:00 |
|
Angelo Salese
|
99e67e56c6
|
New NOT WORKING game
--------------------
Sega's Golden Poker Series "Joker's Wild" [Yasuhiro Ogawa]
|
2011-10-13 20:22:06 +00:00 |
|
Angelo Salese
|
5aa7eec878
|
Fixed various translitteration errors in csplayh5.c game name descriptions [Fujix]
|
2011-10-13 18:56:31 +00:00 |
|
Angelo Salese
|
def5909e0d
|
Simplified a CD-DA function, nw
|
2011-10-13 18:46:28 +00:00 |
|
Miodrag Milanovic
|
7a19f40a95
|
Corrected adding a slot options, fixes issues visible on PC driver in MESS (no whatsnew)
|
2011-10-13 12:03:49 +00:00 |
|
Scott Stone
|
9c813379d5
|
Haze: Added saving of the flash/nand area, which DeathSmiles uses instead of the EEPROM to save it's settings (I guess they had too much data so just took the easy route of using the Flash) Note, if you have existing NVRAM files you'll have to delete them or nothing will boot anymore. (nw)
|
2011-10-13 04:27:16 +00:00 |
|
Scott Stone
|
a2bcacfca7
|
New clones added
----------------
Mustafa and 40 Thieves (Bootleg) [f205v]
|
2011-10-13 04:17:10 +00:00 |
|
R. Belmont
|
2a5eeb3d8f
|
Fix PowerPC OS X compile (nw)
|
2011-10-13 02:29:27 +00:00 |
|
Scott Stone
|
8ba2394f81
|
new .c file from previous submit (nw)
|
2011-10-12 21:01:33 +00:00 |
|
Scott Stone
|
f623fc2de6
|
Haze: basic RTC-9701 eeprom support + hookup (RTC part not done) (nw)
|
2011-10-12 20:50:00 +00:00 |
|
Luca Elia
|
3f8378ddc7
|
New games marked as GAME_NOT_WORKING
------------------------------------
Namco Stars [Yasuhiro Ogawa]
|
2011-10-12 17:34:49 +00:00 |
|
R. Belmont
|
e3ab9580e3
|
viper: implemented timers and I2C interface on MPC8240 [Ville Linde]
voodoo: preliminary Voodoo 3 support [Ville Linde]
|
2011-10-12 14:05:30 +00:00 |
|
Michaël Banaan Ananas
|
3477f8615d
|
improve sprite cz
|
2011-10-12 13:42:28 +00:00 |
|
R. Belmont
|
b4c595c0d9
|
taitotz: preliminary text layer hookup [Ville Linde]
|
2011-10-12 13:39:47 +00:00 |
|
Miodrag Milanovic
|
6c007e2a22
|
Haze: a better fix, last one wasn't quite right unfortunately (no whatsnew)
|
2011-10-12 13:36:19 +00:00 |
|
R. Belmont
|
4c49649068
|
taitopjc: Preliminary text layer and I/O CPU hookup [Ville Linde]
|
2011-10-12 13:11:04 +00:00 |
|
Miodrag Milanovic
|
0367d7a349
|
Fix for ibara by Haze (no whatsnew)
|
2011-10-12 12:21:29 +00:00 |
|
Miodrag Milanovic
|
e141dd4c4c
|
avoiding 3/6 'if' statements used to do clamping by encoding it into the table we're already using gives a nice speedup too, Haze (no whatsnew)
|
2011-10-12 11:36:50 +00:00 |
|
Scott Stone
|
942edf2e75
|
Added PCB layout from Brian T. Removed another calculation from the innermost loop (flipx and y-index source lookup) which squeezes out another 5% in my blitter heavy test cases. From Haze (nw)
|
2011-10-12 02:24:01 +00:00 |
|
Michaël Banaan Ananas
|
e4ba5f456d
|
(update notes)
|
2011-10-12 01:38:56 +00:00 |
|
Michaël Banaan Ananas
|
cedffc5407
|
improve sprite clipping
|
2011-10-11 23:42:17 +00:00 |
|
Scott Stone
|
b9660efea0
|
32-bit vram is ~5-10% faster even with no functional changes to the blitting, I guess that's an architecture thing. From Haze (nw)
|
2011-10-11 22:44:27 +00:00 |
|
Brian Troha
|
39302d2e91
|
taito_z.c: Added PCB locations to the Aqua Jack sets [ShouTime]
|
2011-10-11 21:54:42 +00:00 |
|
Angelo Salese
|
83e5f7ff2b
|
New WORKING game
--------------------
Waku Waku Doubutsu Land TonTon [Angelo Salese, Yasuhiro Ogawa]
(Simplest MSX2 usage evah?)
|
2011-10-11 21:42:43 +00:00 |
|
Brian Troha
|
be33da31ce
|
undrfire.c: Correct Taito copyright for Chase Bombers - NW
|
2011-10-11 21:39:26 +00:00 |
|
Brian Troha
|
97f4e8e134
|
New clone added: Gunbuster US
New Clone Added
----------------------------------------
Gunbuster (US) [ShouTime]
|
2011-10-11 21:37:52 +00:00 |
|
Roberto Zandona
|
55891ceaea
|
lethalen: removed comment
|
2011-10-11 21:28:23 +00:00 |
|
Roberto Zandona
|
9a07cb1a58
|
lethalen: improved offset screen and gun in japan version; removed eeprom default values [Roberto Zandona']
|
2011-10-11 21:19:36 +00:00 |
|
Scott Stone
|
38fbe471ad
|
properties fix for csh3blt.c (nw)
|
2011-10-11 20:26:01 +00:00 |
|
Michaël Banaan Ananas
|
b362aa1ca4
|
(overflow possible)
|
2011-10-11 20:25:27 +00:00 |
|
Scott Stone
|
86bdce5c64
|
Bugfix (from metallic) for the issues introduced in previous commit + further optimization from Haze (nw)
|
2011-10-11 20:24:33 +00:00 |
|
Michaël Banaan Ananas
|
3ef1971ac1
|
sprite window clipping (see timecris intro, tokyowar title/gameover)
|
2011-10-11 20:11:42 +00:00 |
|
mariuszw1
|
5c6db4d2ac
|
New clones added
--------------------------------------------------
Crash (bootleg of Head On) [f205v]
|
2011-10-11 19:33:43 +00:00 |
|
Angelo Salese
|
4b9bb91dfd
|
Provided DVD dump for jyunai [alien_mame, The Dumping Union]
New NOT WORKING game
--------------------
Jyunai 2 - White Love Story [alien_mame, The Dumping Union]
*I expect a NON-English title for this ...
|
2011-10-11 19:17:35 +00:00 |
|