Miodrag Milanovic
943251771c
Updated LH5801 CPU core [Sandro Ronco]
...
- Added IO_SPACE and updated all access in ME1 memory for use it.
- Implemented interrupts.
- Fixed the flags in the ROL/ROR/SHL/SHR opcodes.
- Fixed decimal add/sub opcodes.
2011-02-19 10:02:31 +00:00
Tomasz Slanina
bbf581c5f2
Fixed sound issues in Pollux, Gulf Storm and The Last Day [Tomasz Slanina]
2011-02-19 01:15:55 +00:00
Michaël Banaan Ananas
163c366a27
Aaron's r11464 timer rewrite made gunfront and driftout picky about timing..
...
Any idea howcome?
2011-02-18 21:07:54 +00:00
Aaron Giles
93c8f9c014
Decoupled some entagled drivers: [Atari ACe]
...
- Removed unneeded #include lines (gal3.c galaxold.c asic65.c)
- Split part of the driver include into a separate multi-driver
include file (audio/exidy.h audio/exidy440.h audio/wiping.h
machine/segag80.h)
- Moved code to a new file/include to be referenced in multiple
drivers (ms32crpt.[ch] opwolf.c rainbow.c)
- Duplicated some code (palette related) between drivers (mainsnk
rollrace sslam)
- Moved a driver specific routine to a generic device file (atarimo)
- Cleaned up a few include files (cubocd32 cidelsa metalmx seicross
thoop2).
2011-02-18 17:57:56 +00:00
Michaël Banaan Ananas
f8c72fd044
and fix sfx samples
2011-02-17 23:12:19 +00:00
Michaël Banaan Ananas
90afb946cb
fix sfx 8910 comm (0 and 1 were switched in 129u6)
2011-02-17 22:49:50 +00:00
Michaël Banaan Ananas
a744d6a662
changed cpu to 8080 again, no whatsnew..
...
old: "- 0.129u4: Luigi30 changed Safari Rally CPU to 8085A, the disassembly has 8085A-specific code that an 8080 can't execute."
PCB notes from japump some time after that: CPU:M5L8080AP (mitsubushi i8080A). Stronger proof than a disasm
2011-02-17 18:47:48 +00:00
Aaron Giles
35ce94b005
Convert dooyong/edevices/eolith/exidy/gaelco/gottlieb/igs/
...
itech/jaleco drivers to driver_device. [Atari Ace]
2011-02-17 17:43:40 +00:00
Angelo Salese
abe5210717
Note update, don't bother
2011-02-17 17:40:10 +00:00
Michaël Banaan Ananas
1806d1a1ce
f205v/Kold666: tsamuraih is from a bootleg board
2011-02-17 17:13:05 +00:00
Michaël Banaan Ananas
d76ff0ec4f
ASR==extended play, short beep
2011-02-17 15:26:13 +00:00
Michaël Banaan Ananas
78e550328a
take into account that unused high bits can be set, so just fill the complete table
2011-02-17 12:41:57 +00:00
Aaron Giles
eab7b08205
Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/
...
metro/midcoin/midw8080/midway/msx/namco. [Atari Ace]
Hi mamedev,
More driver_device conversions. I also handled some missed variables
in earlier conversions (bfcobra/cinemat/segas32/taitowlf), and
provided a fix (hopefully correct) for bug "03766: cartfury, roadburn,
sf2049 + clones: Crash before OK" in audio/dcs.c so I could at least
start drivers\vegas.c to check my changes.
~aa
2011-02-17 09:46:47 +00:00
Andrew Gardner
8e5664b178
OKI MSM9810 : Added sub-table lookups. [Andrew Gardner]
...
(out of whatsnew.txt)
Still plenty to do, but half the games should sound perfect now.
2011-02-17 06:28:24 +00:00
R. Belmont
64736f5f19
Fix pastebin hash (no whatsnew)
2011-02-17 05:34:19 +00:00
R. Belmont
3aac5c3440
SDL: GLSL now works for all pixel formats; fixed memory leak on textures [cgwg]
2011-02-17 04:49:05 +00:00
Michaël Banaan Ananas
f42fb0a925
(UINT32 count < m_min) is impossible if m_min is 0
2011-02-17 02:41:23 +00:00
Scott Stone
628e7a2b9b
Updated DIPS and Dip Locations based on documents posted by Laschek at KLOV. [Tafoid]
2011-02-17 01:21:28 +00:00
Angelo Salese
54566faa22
Xtal for MESS
2011-02-17 00:08:34 +00:00
Angelo Salese
5333d4d172
Various MCD fixed from Haze, don't bother
2011-02-16 19:17:51 +00:00
Michaël Banaan Ananas
da71dbe23c
company, year, and pcb info
2011-02-16 19:15:29 +00:00
Michaël Banaan Ananas
21dc31b350
another
2011-02-16 17:56:03 +00:00
Michaël Banaan Ananas
7d0c49c497
(update unknown game desc)
2011-02-16 17:51:58 +00:00
Michaël Banaan Ananas
3dd153cb60
(bracket style company naming was abandoned)
2011-02-16 17:48:45 +00:00
Michaël Banaan Ananas
2001a48a8b
fix compile
2011-02-16 15:58:12 +00:00
Michaël Banaan Ananas
13e099c148
src cleanup (mostly spaces to tabs), removed changelog (objections?), added TODO. (no whatsnew)
2011-02-16 15:22:59 +00:00
Fabio Priuli
1e96f4afbd
Fixed a minor quirk in region initialization for MESS. no whatsnew (being MESS-only).
2011-02-16 09:02:03 +00:00
Aaron Giles
b93257b357
Make emu_timer destructor private to prevent direct freeing.
2011-02-16 05:56:07 +00:00
Angelo Salese
e90f4275f1
Driver porting
2011-02-15 21:54:55 +00:00
Michaël Banaan Ananas
0b6c0783c7
circus.c: Improved interrupt handling: circus generates them the same way as ripcord (based on sprite-bg collision), robotbwl doesn't generate interrupts at all. [hap]
2011-02-15 21:41:59 +00:00
Fabio Priuli
8ce41d4daa
Fixed CHD hash handling in lists. No whatnew (MESS only)
2011-02-15 16:49:10 +00:00
Aaron Giles
ed97fb8048
Fix -romident.
2011-02-15 04:59:43 +00:00
Angelo Salese
fa21a464ff
Driver updated from MESS
2011-02-15 03:04:19 +00:00
Michaël Banaan Ananas
c91ef42f7f
MT bug 4249 affected other sets too
...
(I tried 20 or 25 first, then 10)
2011-02-14 21:02:33 +00:00
Michaël Banaan Ananas
5230e629f5
rsgun was broken after timer changes
2011-02-14 20:27:03 +00:00
Michaël Banaan Ananas
12a8a4a47e
fix r11496 regression
2011-02-14 20:05:50 +00:00
Michaël Banaan Ananas
8c86873b62
fix savestate assert
2011-02-14 19:40:21 +00:00
Michaël Banaan Ananas
9584a1bb59
fix savestate assert
2011-02-14 19:00:08 +00:00
Scott Stone
2d3b7074c0
Assigned NOT_WORKING flag to sfcbox (no whatsnew)
2011-02-14 15:51:19 +00:00
Miodrag Milanovic
00ee3521a3
Removed hashfile and dependencies (no whatsnew)
2011-02-14 15:49:58 +00:00
Fabio Priuli
f3855eb1b0
snes_snd.c: fixed save state error [Fabio Priuli]
...
out of whatsnew: I kept the changes to a minimum... I seriously hope no rounding error happens in dsp_update now
2011-02-14 13:43:46 +00:00
Aaron Giles
5e4df8c772
Hash generation and general cleanup. New class hash_collection holds
...
and manages a collection of hashes, and can be built from an internal
format string which is stored with each ROM. All core instances are
cleaned up to use the new interfaces, but it's likely that hashfile
code in MESS will need an update.
Also compacted the form of the hash strings used for ROMs, and fixed
verification/hashing of non-ZIPped files.
2011-02-14 08:41:08 +00:00
R. Belmont
06d479c54f
PSX: add DMA mode used for CD transfers on home system, fix DMA bug that caused home system to freeze. [pSXAuthor, Harmony, R. Belmont]
2011-02-14 03:39:51 +00:00
Luca Elia
8799e8e38f
New games added or promoted from NOT_WORKING status
...
---------------------------------------------------
Pye-nage Taikai [Luca Elia, Gnoppi, john666, Gerald (COY), Smitdogg, The Dumping Union]
Taihou de Doboon [Luca Elia, Gnoppi, john666, Gerald (COY), Smitdogg, The Dumping Union]
2011-02-13 21:55:12 +00:00
Aaron Giles
5140c0e6a0
Fix assert when saving snapshots beyond the first.
2011-02-13 21:30:40 +00:00
Aaron Giles
9ff458e52f
Fix compile.
2011-02-13 21:24:37 +00:00
Angelo Salese
b526c2c622
More CD-DA fixes ...
2011-02-13 20:35:13 +00:00
Angelo Salese
0faa5c67fe
Another silly bugfix, being in a rush doesn't help much ...
2011-02-13 19:42:16 +00:00
Angelo Salese
e0f6ccc6e2
Fix compile
2011-02-13 19:27:21 +00:00
Andrew Gardner
d14f5fbeab
No propset == no commit. Added missing files. (no whatsnew)
2011-02-13 19:06:31 +00:00