Miodrag Milanovic
966af43cc3
Fixed verifyroms so it display romsets for devices too as separate. (no whatsnew)
2011-08-18 10:37:31 +00:00
Angelo Salese
cc8554c2a7
Rewritten ST-V IOGA system from scratch [Angelo Salese]
2011-08-18 03:12:39 +00:00
Angelo Salese
8ba9cd7cd2
Cleaned up comreg execute function, stateized a bunch of IOGA variables (in preparation of the major overhaul of that function)
2011-08-18 01:21:02 +00:00
Scott Stone
9a878722a2
Fixed 04453: shackled: Garbled sprites
2011-08-18 00:57:58 +00:00
Angelo Salese
1fca6b29a8
Minor changes
2011-08-17 23:19:56 +00:00
R. Belmont
ea03fab2bd
General portability fixes [Robert Muth, R. Belmont]
2011-08-17 22:34:19 +00:00
R. Belmont
ec3c294965
GCC 4.6 wants you to use your variables. Eating your vegetables is optional. (nw)
2011-08-17 22:16:54 +00:00
Michaël Banaan Ananas
e1ad17d6f5
cbaj sample roms were in wrong order, cpus also needed syncing at soundlatch access.
...
It sounds much better in attract mode now, in-game not as much
2011-08-17 22:14:47 +00:00
Angelo Salese
0a3395d8eb
Moved change clock inside a timer and worked on NMI generation for SMPC, fixes most instances of 2 credits at start-up for ST-V games [Angelo Salese]
2011-08-17 20:33:35 +00:00
Miodrag Milanovic
a2ac914795
Fruit machine WIP by Haze (no whatsnew)
2011-08-17 18:20:44 +00:00
Angelo Salese
5d5a29a5e8
Moved ST-V game-specific overrides from saturn.c/stvinit.c to stv.c, makes games to correctly return stv.c instead of saturn.c if you use -listsource [Angelo Salese]
2011-08-17 16:34:24 +00:00
Angelo Salese
b7e4736090
Fix compile
2011-08-17 16:23:29 +00:00
Michaël Banaan Ananas
33b4570000
small update + add note
2011-08-17 16:05:10 +00:00
Angelo Salese
3d5a7dfd54
Fixed independent channel volumes in Okim6376 sound chip, used by the games from the Road Hog era of MPU4 [J. Wallace]
2011-08-17 13:19:50 +00:00
Angelo Salese
f818f699f8
Various Neo-Geo changes: [Jackc, Johnboy]
...
* Continued to document used pcb's for cartridges
* More removal of .bin extension in favour of chiplabel.socketlabel naming convention
* Cleaned up fightfev: Removed duplicate p2, marked p1 bad dump
* Cleaned up fatfury2
2011-08-17 12:39:33 +00:00
Miodrag Milanovic
471575adce
ioport.c: during emulation, detect keyboard only when enabled [Fabio Priuli]
2011-08-17 09:03:50 +00:00
Miodrag Milanovic
7bfbf41e23
Driver for S-PLUS [agemame]
...
More fruit machine work from Haze (no whatsnew)
2011-08-17 07:13:43 +00:00
Fabio Priuli
b081e27161
removed support for PORT_CATEGORY from the core, since PORT_CONDITION is enough to deal with removable controllers in MESS [Fabio Priuli]
...
out of whatsnew:
- this requires a clean compile
- a bit of history: PORT_CATEGORY is an old concept introduced in MESS when there were no PORT_CONDITIONs available in the core; it basically made specific controller inputs to appear/disappear in the "Input this system" menu depending on the controller chosen to be used. As Aaron pointed out some time ago, PORT_CONDITION was already capable to give the same result, but we kept the code in MESS because newui did not fully support PORT_CONDITION. Now that newui is gone from the main MESS tree, PORT_CATEGORY has been fully replaced by PORT_CONDITION and the 'duplicate' code can finally be removed.
2011-08-17 06:08:33 +00:00
Brian Troha
c5d355cf29
tecmo.c: Added proper region to Gemini and Silk Worm sets. Added dipswitch locations to Rygar sets, Gemini, Silk Worm and Back Fire (Tecmo, bootleg). [Brian Troha]
2011-08-17 03:01:01 +00:00
Angelo Salese
e82288f24d
Various bug fixes for Saturn games, nw
2011-08-17 01:55:49 +00:00
Michaël Banaan Ananas
5f684574cd
fixed 12bit samples
2011-08-16 23:32:12 +00:00
Michaël Banaan Ananas
84d894cbc5
fixed edge case where an irq would be delayed if channel voice ended the same time as samples=0
2011-08-16 22:00:28 +00:00
Michaël Banaan Ananas
9f61a3d600
fixed minor issue with interpolation: if a channel stopped playing, prevsample was still remembered and on the next sound it would interpolate from that instead of 0
2011-08-16 20:04:33 +00:00
Angelo Salese
883899d0f5
z80dma: Added an alternative way of register read-back that directly
...
change the read mask without passing from the init read sequence
command, also moved around DMA counters incrementing [Angelo Salese]
Small gfx fixes for Saturn, nw
2011-08-16 18:24:55 +00:00
Luca Elia
e370e9da67
Added correct sprite rom for "Mahjong Tian Jiang Shen Bing" [Guru]
...
Decrypted sprites and palette in "Mahjong Tian Jiang Shen Bing",
added inputs, sidestepped protection [Luca Elia]
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Mahjong Tian Jiang Shen Bing (V137C) [Guru, bnathan, Dyq, Luca Elia]
2011-08-16 18:08:11 +00:00
Michaël Banaan Ananas
10b084f5ef
doh
2011-08-16 13:50:01 +00:00
Michaël Banaan Ananas
86b50069f9
small fix for panning
2011-08-16 11:35:44 +00:00
Fabio Priuli
03db8259c9
simplified compatible_with function. no whatsnew.
2011-08-16 11:18:28 +00:00
Michaël Banaan Ananas
4350726b12
add DEVICE_RESET
2011-08-16 10:50:28 +00:00
Michaël Banaan Ananas
de5f2f7c2f
(chip->rom_readback_addr++ - 1) was confusing. Also added infor on dsp-related regs
2011-08-16 09:32:58 +00:00
Miodrag Milanovic
e4930bd300
Various fruit machine updates by Haze (no whatsnew)
2011-08-16 04:44:19 +00:00
Brian Troha
25c4617cc1
tbowl.c: Add back in the code offset for tbowlj for Bonus Frequency - NW
2011-08-16 00:47:07 +00:00
Brian Troha
72363399e6
tbowl.c: Corrected some dipswitches and settings. Added dipswitch locations to the Tecmo Bowl sets. [Brian Troha]
2011-08-16 00:38:30 +00:00
Michaël Banaan Ananas
6d71725d8c
Touki Denshou -> Toukidenshou
2011-08-16 00:25:00 +00:00
Michaël Banaan Ananas
66ca78d527
use XTAL constants
2011-08-15 23:30:17 +00:00
Michaël Banaan Ananas
5b6379a24f
fix regionsize
2011-08-15 22:46:26 +00:00
Michaël Banaan Ananas
4a46b466f4
let z80 catch up before soundlatch access, and port $10 is not writeonly
2011-08-15 22:19:33 +00:00
Michaël Banaan Ananas
10d02ae673
moved tecmosys video related stuff from drivers folder to video folder
2011-08-15 20:39:09 +00:00
Michaël Banaan Ananas
22473f07f6
small source cleanups
2011-08-15 20:15:03 +00:00
Miodrag Milanovic
dba6290e6f
More fruit work by Haze (no whatsnew)
2011-08-15 18:17:43 +00:00
Brian Troha
3b86c90a3c
itech32.c: Use PORT_NAME to name button for trackball based games in this driver. IE:
...
World Class Bowling: Hook Left & Hook Right
Golden Tee series: Face Left & Face Right
Shuffleshot: Zoom & Wax
- NW -
2011-08-15 16:58:07 +00:00
Angelo Salese
156cdeb1c6
Fix for Hikaru memory map, nw
2011-08-15 12:10:38 +00:00
Angelo Salese
f3ea1774da
Fix for track mode == 0, nw
2011-08-15 12:00:59 +00:00
Miodrag Milanovic
28cfd21315
Few sets added and cosmetic fd changes by Haze (no whatsnew)
2011-08-15 09:19:28 +00:00
Fabio Priuli
8eb3191be4
fixed minor flaw if a system has both compatible and parent sets. no whatsnew.
...
I am not sure if nested compatibility are allowed by MESS (I'm going to check it soonish), so for now I left the while loop in place even if it makes the logic not so plain...
2011-08-15 09:13:42 +00:00
Fabio Priuli
5d8889e3ae
hashfile.c: fixed parent .hsi files not being used by clones, for MESS only. no whatsnew.
2011-08-15 08:59:05 +00:00
Fabio Priuli
b95b97d98c
driver.h: fixed handling of compatible systems for MESS [Fabio Priuli]
2011-08-15 08:57:44 +00:00
Miodrag Milanovic
7b75a05d39
Fix for listxml DTD by Firewave (no whatsnew)
2011-08-15 08:51:15 +00:00
Angelo Salese
fd97e3da4c
Clean-ups and version bump
2011-08-14 23:01:08 +00:00
Michaël Banaan Ananas
074bc49597
small fixes + marked asurabus z80 rom as bad
2011-08-14 22:39:07 +00:00
Angelo Salese
b1351ea8c2
Various fixes to Aristocrat MK-V HW [Palindrome]
...
- Fixed NVRAM & random crashes
- Set default mode to game mode
- Added watchdog timer
- Dram emulator error fixed
- External Video Crystal Error fixed
- Fixed 2khz timer
(There was also ...
"Fixed IOC timers 1 & 2 in Archimedes emulation"
But I'm not really going to add bullshit to the AA emulation and tramutate that to another Aristocrap MK-4, hell fucking no)
2011-08-14 22:14:57 +00:00
Angelo Salese
e355eb25de
Mouse for MESS, nw
2011-08-14 21:59:10 +00:00
Michaël Banaan Ananas
3c32a77205
cleanup tecmosys audiocpu rombanking
2011-08-14 20:32:30 +00:00
Brian Troha
9c1347913a
fuukifg3.c: Make the Free Play setting work as it's suppose to via conditional port settings. - NW
2011-08-14 19:03:40 +00:00
Jonathan Gevaryahu
8fed78d8a9
Fix sharc in unidasm [trap15]
2011-08-14 14:17:43 +00:00
Michaël Banaan Ananas
26005610c0
update counter after adding sample, not before
2011-08-14 13:40:02 +00:00
Michaël Banaan Ananas
3a4dc7ae8e
(add note)
2011-08-14 12:36:26 +00:00
Miodrag Milanovic
e0720531de
Fixed cassette create (no whatsnew)
2011-08-14 09:12:02 +00:00
Miodrag Milanovic
4c7857dcc8
Added full device names in slotlist (no whatsnew)
2011-08-14 08:48:33 +00:00
Jonathan Gevaryahu
d7d7aafcb3
Fix sound in Sega Model 2a/2b/2c. [trap15, R. Belmont]
2011-08-14 08:11:01 +00:00
Miodrag Milanovic
1d67e27539
Various memory leaks and unnecessary checks removed by Oliver Stoneberg (no whatsnew)
2011-08-14 07:20:37 +00:00
Jonathan Gevaryahu
b0e77ca0ee
whoops, forgot this. No whatsnew.
2011-08-14 03:47:18 +00:00
Michaël Banaan Ananas
1ba2f79b61
(add note)
2011-08-14 02:20:43 +00:00
Michaël Banaan Ananas
43289ff691
(no need for snd_ymf278b_r)
2011-08-14 02:03:09 +00:00
Michaël Banaan Ananas
4f78e84d89
(got it, thanks haze)
2011-08-14 01:56:40 +00:00
Scott Stone
8e07ac3ced
Fix validation error in jpms80.c (nw)
2011-08-14 01:51:14 +00:00
Michaël Banaan Ananas
db8616f24f
fixed maxround dsw defaulting to 'error'
2011-08-14 01:45:59 +00:00
Michaël Banaan Ananas
07b1971fa3
imperfect sound flag due to the way it's hooked up with both opl4 and opl3
2011-08-14 01:35:39 +00:00
Michaël Banaan Ananas
c7e3d95c87
fuukifg3.c: readded ymf262, used in the music for fm channels [hap]
2011-08-14 01:22:33 +00:00
Michaël Banaan Ananas
450320469d
speedup ymf278b_compute_envelope, and make note about reading fm regs
2011-08-13 22:54:57 +00:00
Michaël Banaan Ananas
ce1bc07076
add xtal+machine reset
2011-08-13 21:52:10 +00:00
R. Belmont
2f107b175f
sh2: fix fractional FRC increments [R. Belmont]
2011-08-13 21:22:40 +00:00
R. Belmont
d10d6f0851
mc146818: remove hacks [Hans Ostermeyer]
2011-08-13 21:00:35 +00:00
Angelo Salese
7dfc3b4799
Keyboard for MESS, nw
2011-08-13 15:56:08 +00:00
Miodrag Milanovic
793e99f0ff
More sets identified by Haze (no whatsnew)
2011-08-13 05:35:24 +00:00
Angelo Salese
b36779582c
Major reorganization and clean-up of SMPC [Angelo Salese]
2011-08-13 00:40:24 +00:00
Michaël Banaan Ananas
a444417484
(typos+tab alignment)
2011-08-12 23:15:23 +00:00
Brian Troha
cd8e707c58
paradise.c: Corrected a few dipswitch settings and names. Added dipswitch locations to Paradise (plus clones) and Target Ball. [Brian Troha]
2011-08-12 20:07:20 +00:00
Brian Troha
8baaf88940
pbaction.c: Added dipswitch locations to Pinball Action and clones. [Brian Troha]
2011-08-12 18:22:43 +00:00
Brian Troha
e29f2f13ed
pcktgal.c: Added dipswitch locations to Pocket Gal and clones. [Brian Troha]
2011-08-12 18:05:10 +00:00
Brian Troha
60ac3841d7
galpanic.c: Added dipswitch locations to Gals Panic, Fantasia, Super Model, New Fantasia, Fantasy '95, Miss World '96, Ms/Mr World '96, Fantasia II & Gals Hustler. [Brian Troha]
2011-08-12 18:00:24 +00:00
Angelo Salese
3c67aa1eb1
Fix regression
2011-08-12 14:01:08 +00:00
Miodrag Milanovic
1c31ff75a9
- MPS sets, and some PCP sets I couldn't place anywhere yet
...
- adds some additional skeletons BGT, Stella
- adds even more MPS sets, and basic support for what looks like something which was an earlier unknown system similar to MPS/System 80, but with different mappings etc. by Haze (no whatsnew)
2011-08-12 07:00:24 +00:00
Jonathan Gevaryahu
f56536a3f5
Added dipswitches and locations for Dwarf's den set from manual.
...
Added new dwarf's den romset with only card graphics.
Corrected some errors on the power port pinout and other
port descriptions. [Lord Nightmare, dox, bushjc, balrog]
2011-08-12 04:37:34 +00:00
Brian Troha
781641e7aa
pktgaldx.c: Added dipswitch locations to Pocket Gal Deluxe sets. [Brian Troha]
2011-08-12 02:51:21 +00:00
Brian Troha
26c4e06872
firetrap.c: Added dipswitch locations to Fire Trap. [Brian Troha]
2011-08-12 02:04:48 +00:00
Brian Troha
2dfa3f820c
funkybee.c: Added dipswitch locations to Funky Bee & Sky Lancer. [Brian Troha]
2011-08-12 01:44:11 +00:00
Brian Troha
1821de2d4f
freekick.c: Added dipswitch locations to all the games in the driver. [Brian Troha]
2011-08-12 01:43:26 +00:00
stephh
22c3d992df
odin_dlx, solarwap, poleposn, sonstwar, wolfman, odisea (peyper.c)
...
[stephh] :
- Improved and documented Dip Switches (after verification of the
Z80 code and the manuals when they were found)
2011-08-12 01:01:51 +00:00
Angelo Salese
5ef59f400a
Various CD block changes, nw
2011-08-11 22:31:18 +00:00
Miodrag Milanovic
e1f4c39a38
aristmk4 update [FrasheR]
...
- Enchanted Forest (12XF528902, US) now working
- Arctic Wins (4XF5227H03, US) now working
2011-08-11 19:47:35 +00:00
smf-
213a300253
moved boiler plate code into PlayStation GPU
2011-08-11 16:01:20 +00:00
Miodrag Milanovic
907ba4f8f9
MPU2 skeleton by Haze (no whatsnew)
2011-08-11 14:12:08 +00:00
Michaël Banaan Ananas
a083b873b4
add some notes
2011-08-11 13:10:41 +00:00
Michaël Banaan Ananas
d8de167c7b
flower.c: improved sound driver and fixed most of the hanging notes by adding channel effects [hap]
2011-08-11 06:23:09 +00:00
Miodrag Milanovic
73c086df6b
Electrocoin skeleton by Haze (no whatsnew)
2011-08-11 06:18:35 +00:00
Brian Troha
bb1c0ddc92
funkyjet.c: Add dipswitch locations to Funky Jet & Sotsugyo Shousho [Brian Troha]
2011-08-10 23:58:22 +00:00
Jonathan Gevaryahu
638b0633a4
Update Dwarf's Den/Electrocoin hardware pcb diagram and notes;
...
Renamed "Dwarf's den" to "Draw Poker III / Dwarf's den", as that is the set currently in MAME (verified with working machine) [Balrog, Lord_Nightmare]
2011-08-10 23:20:52 +00:00
Michaël Banaan Ananas
2155d070ed
deactivate channel on wave load if key was off
2011-08-10 21:18:55 +00:00
Brian Troha
6fb75f776c
fuukifg3.c: Corrected dipswitches and added dipswitch locations to Asura Blade & Asura Blaster [Brian Troha]
2011-08-10 20:20:33 +00:00
Brian Troha
5b4103d465
galspnbl.c: Corrected dipswitches and added dipswitch locations to Gals Pinball & Hot Pinball [Brian Troha]
2011-08-10 19:30:02 +00:00
Angelo Salese
bed4a8cdca
Updated cmd pending mechanism again, nw
2011-08-10 19:04:22 +00:00
Michaël Banaan Ananas
e27185f142
(octave theoretical minimum is -8)
2011-08-10 18:56:47 +00:00
Michaël Banaan Ananas
6bdac8977b
fixed 12bit samples, thanks wouter_
2011-08-10 18:11:50 +00:00
Michaël Banaan Ananas
c0852f3ea9
small cleanups
2011-08-10 17:51:58 +00:00
Angelo Salese
d4d53a1b79
Various NVRAM and RTC changes for Sega Saturn, minor fix for RTC write on ST-V, nw
2011-08-10 16:55:57 +00:00
Michaël Banaan Ananas
5d1b938e41
Allow mame user to 'cripple the game'; one can do it on the pcb too so why not?
...
IMO it's comparable to gamedebug/testlocation cheat dipswitches (infinite lives/invincibility). Allow choice, just don't set it to default.
2011-08-10 15:59:37 +00:00
Michaël Banaan Ananas
869fe20d5e
(simplify slot->bits)
2011-08-10 15:09:33 +00:00
Michaël Banaan Ananas
3b23aa9e97
fix loop overflow
2011-08-10 14:20:34 +00:00
stephh
bf178883fb
Readded basics (without sound stuff) to peyper.c driver + default layout (no whatsnew)
2011-08-10 09:55:31 +00:00
Miodrag Milanovic
4fbe22b4a8
More Astra sets by Haze (no whatsnew)
2011-08-10 07:04:36 +00:00
Michaël Banaan Ananas
8323f492df
some fixes based on tests i did (on msx with moonsound cartridge)
2011-08-10 01:03:17 +00:00
Brian Troha
bf9f395b42
fuukifg2.c: Added notes about the difference of dipswitch settings as reported by Service Mode and actual effect for Go Go! Mile Smile. Corrected a couple of dipswitches and added dipswitch locations to Go Go! Mile Smile & Gyakuten!! Puzzle Bancho [Brian Troha]
2011-08-09 23:27:01 +00:00
Brian Troha
453bcc8e73
minor doc update for Last Bronx... verified via eBay auction.
2011-08-09 22:06:36 +00:00
Miodrag Milanovic
554b3cd1d0
Astra Fruit Machines skeleton by Haze (no whatsnew)
2011-08-09 17:48:36 +00:00
Michaël Banaan Ananas
c50a7b1fab
(minor cleanup)
2011-08-09 17:00:31 +00:00
Michaël Banaan Ananas
1eb8fec2f5
fixed decay length
2011-08-09 16:36:54 +00:00
Angelo Salese
6a54f9a56e
Fixed VDP1 timing, fix for MT #04446 and #04447
2011-08-09 15:35:48 +00:00
Angelo Salese
db9b929226
Forgot this ...
2011-08-09 14:29:02 +00:00
Michaël Banaan Ananas
4b3d9c520a
(minor cleanup)
2011-08-09 09:36:24 +00:00
Michaël Banaan Ananas
57ad553f9b
ymf278b.c improvements [hap]
...
- added status register BUSY and LD bits
- accurate timers (same as ymf262.c)
- added envelope attack rate
- added damping and pseudo reverb
- misc. fixes/cleanups
2011-08-09 09:08:01 +00:00
Michaël Banaan Ananas
471c20077a
support for mid-playing channel updates, and fixed pseudoreverb
2011-08-09 08:30:59 +00:00
Miodrag Milanovic
967ed3cfbd
- added some Crystal sets to MPU4 by Haze (no whatsnew)
...
- Crystal descramble code for MPU4 [Project 'Amber']
- Fixed order or rendering decimal point (no whatsnew)
2011-08-09 06:01:02 +00:00
Michaël Banaan Ananas
9c40b42a6f
ports A and B are shared
2011-08-09 05:01:57 +00:00
Michaël Banaan Ananas
eb5cbdb4d0
(add stub for ymf278b_write_memory)
2011-08-09 03:48:26 +00:00
Michaël Banaan Ananas
be8fe55c08
(make load waveheader use ymf278b_read_memory)
2011-08-09 03:41:19 +00:00
Michaël Banaan Ananas
12336b62a2
added damping and pseudoreverb
2011-08-09 02:12:28 +00:00
Michaël Banaan Ananas
e818d68438
added envelope attack rate
2011-08-09 01:22:40 +00:00
Angelo Salese
b6ae4cc5d0
Putted SMPC Slave CPU behind a timer, plus minor misc changes, nw
2011-08-09 00:50:57 +00:00
Michaël Banaan Ananas
6b9234c232
added DEVICE_RESET
2011-08-08 22:00:52 +00:00
Michaël Banaan Ananas
69e6ade6f9
accurate irq timers (more like ymf262.c now)
2011-08-08 20:24:45 +00:00
Angelo Salese
2e021824b5
Fixed cd speed setting, nw
2011-08-08 15:47:10 +00:00
Angelo Salese
0dd4dbb2a2
Port from MESS, nw
2011-08-08 14:36:07 +00:00
Angelo Salese
40ac372de6
Provided memory map documentation for Sega Hikaru HW [Stefano Teso]
2011-08-08 14:29:32 +00:00
Miodrag Milanovic
86108f0836
Sync with MESS (no whatsnew)
2011-08-08 13:30:18 +00:00
Miodrag Milanovic
9856fdfb87
fixed potential NULL pointer dereferences / also removed unnecessary NULL checks by Oliver Stoneberg (no whatsnew)
2011-08-08 13:19:56 +00:00
Angelo Salese
391460af58
Port from MESS, nw
2011-08-08 12:45:17 +00:00
Miodrag Milanovic
74f21eafd1
avr8 core updated with marking two models, and implementing JMP and CALL (no whatsnew)
2011-08-08 09:59:27 +00:00
Miodrag Milanovic
8a18d03574
new fruit update by Haze (no whatsnew)
2011-08-08 06:10:27 +00:00
Angelo Salese
19a90cdcc7
Port from MESS, nw
2011-08-07 16:12:36 +00:00
Miodrag Milanovic
5aa5a1d553
Proconn,Ace System 1,sp.Ace System ,more sets in Bellfruit System 85 by Haze (no whatsnew)
2011-08-07 15:21:29 +00:00
Olivier Galibert
2a8660b482
romident: format fix [O. Galibert]
2011-08-07 15:01:10 +00:00
Michaël Banaan Ananas
a04b807693
woops, of course size can be non-power-of-2, so an andmask won't work
2011-08-07 14:39:32 +00:00
Michaël Banaan Ananas
36b2db2697
prevent possible overflow on stepptr and rombase
2011-08-07 11:25:38 +00:00
Miodrag Milanovic
ba65a2a675
- Added more scorpion 1 sets by Haze (no whatsnew)
...
- Added some sound roms to a couple of epoch sets
2011-08-07 06:31:19 +00:00
Brian Troha
19371bb712
karnov.c: Added dipswitch locations to Wonder Planet and the Chelnov sets. [Brian Troha]
2011-08-07 04:59:54 +00:00
Brian Troha
d52fd0e33b
cybertnk.c: Fix dipswitch titles based on effect and correct default settings - NW
2011-08-07 04:21:52 +00:00
Brian Troha
3dea893dc0
cybertnk.c: Added dipswitches as per "Super" on MW forum & linked Manual [Brian Troha]
2011-08-07 03:49:18 +00:00
Michaël Banaan Ananas
40ba5014a3
memadr is only updated after writing to reg 5
2011-08-07 02:53:02 +00:00
Michaël Banaan Ananas
71a26f0d5c
(memaddr highest 2 bits are unused)
2011-08-07 02:45:46 +00:00
Michaël Banaan Ananas
044f676e02
(cleanup some comments/tabs to make addressmap more human readable)
2011-08-07 01:38:19 +00:00
Michaël Banaan Ananas
26d3abe0cb
doh
2011-08-07 01:12:30 +00:00
Michaël Banaan Ananas
7cde78dac7
(debugmsg on port c illegal write)
2011-08-07 01:04:59 +00:00
Michaël Banaan Ananas
c4130de58a
moved BUSY timer adjustment to ymf278b_w
2011-08-07 00:50:13 +00:00
Michaël Banaan Ananas
fbc5e6b21e
added statusregister LD bit
2011-08-07 00:20:18 +00:00
Michaël Banaan Ananas
cb18107236
debugmsg if read memory data is used
2011-08-06 23:11:01 +00:00
Michaël Banaan Ananas
fd3155c00a
added support for reading soundregs
2011-08-06 22:52:21 +00:00
Michaël Banaan Ananas
2d165ef98c
added NEW2 bit
2011-08-06 22:19:59 +00:00
Brian Troha
555630efff
metro.c: Searched FTP for old zips found some additional notes. Matched up docs with clock speeds ect... - NW
2011-08-06 21:47:58 +00:00
Michaël Banaan Ananas
f8a712d976
added statusregister BUSY bit
2011-08-06 21:29:11 +00:00
R. Belmont
ff7db800c3
GCC 4.6 compile fix (nw)
2011-08-06 20:38:38 +00:00
Angelo Salese
f46b240b03
Fix compile
2011-08-06 20:34:09 +00:00
Angelo Salese
fe6ba0865a
Fixed SCU DSP PC reads from SH-2 side. [Angelo Salese]
2011-08-06 20:23:35 +00:00
Brian Troha
376bf4653a
remove obsolete comment from metro.c - NW
2011-08-06 19:44:02 +00:00
Brian Troha
6df08d2856
metro.c: Add PCB locations to roms where possible. Corrected a few rom lables. Added basic PCB layout for Mouja. Changed clock speeds to values based on actual OSCs on the PCB. [Brian Troha]
2011-08-06 19:35:40 +00:00
Brian Troha
31f26f4e9d
minor doc update/correction about the Seta ST010 used for Twin Eagle II in the ssv.c driver - NW
2011-08-06 18:56:38 +00:00
Brian Troha
99e237e00f
minor rom label change for Hotdog Storm to conform to basic MAME standard IE: name.PCB location mp3u29 --> mp3.u29 - NW
2011-08-06 16:51:28 +00:00
Angelo Salese
7d677e11de
Port from MESS, nw
2011-08-06 16:29:49 +00:00
Angelo Salese
3d124fec64
Port from MESS, nw
2011-08-06 14:43:21 +00:00
Angelo Salese
b833ba5bca
Port from MESS, nw
2011-08-06 01:25:46 +00:00
Angelo Salese
7505ebd053
Fixed DMA add values and a MVI condition shift flag bug in SCU DSP core. [Angelo Salese]
2011-08-05 23:33:41 +00:00
Scott Stone
3364ec0a45
MAME can compile now..
2011-08-05 22:59:42 +00:00
Angelo Salese
0f6d24f385
Port from MESS, nw
2011-08-05 19:33:35 +00:00
Michaël Banaan Ananas
e2a7f67103
also restore DSW memory access location comments
2011-08-05 18:57:57 +00:00
Olivier Galibert
c9fc846c46
memory: Fix an endianness issue when doing a device mapping on a big endian bus [O. Galibert]
2011-08-05 18:52:29 +00:00
Michaël Banaan Ananas
7f1f57d8ff
update stream before writing soundreg
2011-08-05 18:51:01 +00:00
Brian Troha
30bd06c232
restore DSW memory access location comments - nw
2011-08-05 18:00:25 +00:00
Angelo Salese
8b578569e7
Port from MESS, nw
2011-08-05 16:36:54 +00:00
Miodrag Milanovic
a8d2b6f539
Fixed silly typo (no whatsnew)
2011-08-05 12:09:07 +00:00
Miodrag Milanovic
167deddcfe
Listcrc now display device name for additional roms (no whatsnew)
2011-08-05 12:01:32 +00:00
Miodrag Milanovic
462ebd92e3
Listxml changes (no whatsnew)
...
- In listxml now only devices related to retrieved drivers are listed.
- Those not connected are now in output only in case of full listxml
- Added device_ref in machine output so links to devices are present in list
- Also added isdevice="yes" to listxml output for devices, so they can be distinguished by tools
2011-08-05 11:21:42 +00:00
Miodrag Milanovic
e707d44a08
MPU4 and Scorpion 1 update by Haze (no whatsnew)
2011-08-05 08:15:26 +00:00
Angelo Salese
7f2d4587bb
Port from MESS, nw
2011-08-05 02:24:26 +00:00
Angelo Salese
50e94bdb2c
Port from MESS, nw
2011-08-05 02:22:15 +00:00
Angelo Salese
ab24778f66
Port from MESS, nw
2011-08-05 01:35:14 +00:00
Michaël Banaan Ananas
912332ca23
added coin lockout
2011-08-04 22:28:16 +00:00
Angelo Salese
cf132bdd45
Port from MESS, nw
2011-08-04 20:29:41 +00:00
Michaël Banaan Ananas
1a368905d0
Fixed memory unmap if mirror/mask was used [hap]
2011-08-04 17:49:42 +00:00
Brian Troha
f8a28ed757
minor correction for Balloon Brothers in taito_x.c - NW
2011-08-04 17:17:12 +00:00
Brian Troha
f7148df14b
taito_x.c: Standardized dipswitch notation and style through greater use of PORT_INCLUDE and PORT_MODIFY. Added dipswitch locations to Gigandes, Last Strijer / Kyuukyoko no Striker & Balloon Brothers. [Brian Troha]
2011-08-04 15:02:50 +00:00
Brian Troha
1b3d98e1ec
taito_l.c: Added dipswitch locations to all the games in the driver [Brian Troha]
2011-08-04 05:56:00 +00:00
Michaël Banaan Ananas
d13675cbdd
set_bank is slow, so only do it when necessary.
...
Also, in RESET, m_chip was zerod after bankswitching, which should be done before it, and is fixed now
2011-08-03 20:42:49 +00:00
Michaël Banaan Ananas
a27de4658f
(lessen performancedrop)
2011-08-03 18:24:40 +00:00
Angelo Salese
fcfaf4b348
Port from MESS, nw
2011-08-03 18:05:32 +00:00
Michaël Banaan Ananas
0423cf2593
(debug-info)
2011-08-03 16:13:45 +00:00
Michaël Banaan Ananas
e3b9484f89
cleanups to flower.c sound, no functional change
2011-08-03 15:55:21 +00:00
Miodrag Milanovic
3e9ddb6717
Added validation to check if required devices with roms are listed in lst file (no whatsnew)
2011-08-03 13:30:16 +00:00
Angelo Salese
e29b6ec147
Port from MESS, nw
2011-08-03 02:18:50 +00:00
Angelo Salese
2f7d0c6ec1
Port from MESS, nw
2011-08-03 00:42:06 +00:00
Angelo Salese
04d8b21952
Port from MESS, nw
2011-08-02 20:28:54 +00:00