Commit Graph

13260 Commits

Author SHA1 Message Date
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
Michaël Banaan Ananas
a9891fa66e fix duplicate romname issue ("gslamsnd.bin" was in it twice) 2011-08-02 17:02:27 +00:00
Angelo Salese
acedd0880a Port from MESS, nw 2011-08-02 16:10:18 +00:00
Miodrag Milanovic
6bb6d6759c Scorpion 2 update by Haze (no whatsnew) 2011-08-02 15:46:24 +00:00
Miodrag Milanovic
3bdfb55b35 - Updated romload so devices are loaded from separate files [Miodrag Milanovic]
- Removed LOADBYNAME, since it is deprecated by using per device rom load_software_part_region

- Created makedev tool to generate array of devices, and created lst file according to current devices usage.

- Changed listxml command to output device roms too
2011-08-02 15:09:21 +00:00
Michaël Banaan Ananas
b368e07f95 (music speed back to 90 until pcb confirmed) 2011-08-02 13:03:22 +00:00
Miodrag Milanovic
573cf99b4d Scoripion 2 sets added, and some skeletons without sets by Haze (no whatsnew) 2011-08-02 08:08:10 +00:00
Brian Troha
af229aebc2 taito_f2.c: Fixed some incorrect dip switches. Made use of PORT_INCLUDE and PORT_MODIFY for regional sets to add correct regional coinage as needed. Added dipswitch locations all sets in the driver. [Brian Troha] 2011-08-02 03:24:31 +00:00
Angelo Salese
8bc46354c9 Port from MESS, nw 2011-08-02 03:01:43 +00:00
R. Belmont
8157337c42 OS/2 build fixes [K.O. Myung-Hun] 2011-08-02 02:27:31 +00:00
Brian Troha
a6e450ed6d taito_h.c: Added dipswitch locations to the driver [Brian Troha] 2011-08-02 01:20:04 +00:00
Brian Troha
89d7d0e6c0 verified rom labels for 1943kai - nw 2011-08-02 00:46:27 +00:00
Michaël Banaan Ananas
ec0f083375 DI_PROPNOEFFECT after dinput property change is not an error 2011-08-01 23:06:12 +00:00
R. Belmont
bbb7051d8d H8: rewrote H8S/2xxx timers [Tim Schuerewegen] 2011-08-01 22:54:38 +00:00
Michaël Banaan Ananas
d2c6d91952 fix MT bug 3301 (polepos2a, polepos2b stuck in boot sequence)
crazy huh
2011-08-01 22:31:08 +00:00
Michaël Banaan Ananas
d3855e6d2a flower.c: further improved interrupts [hap] 2011-08-01 21:02:43 +00:00
Brian Troha
afdf3bf071 minor clean up for taito_b.c - nw 2011-08-01 19:25:16 +00:00
Brian Troha
c42d5db088 taito_b.c: Major input port restructure. Fixed several incorrect dip switches and coinage settings. Made use of PORT_INCLUDE and PORT_MODIFY for regional sets to add correct regional coinage as needed. Added dipswitch locations all sets in the driver. 2011-08-01 19:02:32 +00:00
Michaël Banaan Ananas
64c8b50ef9 (tagteam palette note) 2011-08-01 15:19:59 +00:00
Michaël Banaan Ananas
2b0f9abb58 pleiads also has 100ohm pullup 2011-08-01 15:13:10 +00:00
Michaël Banaan Ananas
10cbc1cbe7 (improve mystston palette hue) 2011-08-01 15:12:11 +00:00
Angelo Salese
79e6b66119 Port from MESS, nw 2011-08-01 02:04:03 +00:00
Angelo Salese
32217d762e Port from MESS, nw 2011-08-01 00:09:50 +00:00
Angelo Salese
ad84657450 Port from MESS, nw 2011-07-31 21:22:22 +00:00
Michaël Banaan Ananas
6e1e62bc47 fixed cocktail mode (MT bug 4444) and a diplocs error 2011-07-31 17:32:17 +00:00
Miodrag Milanovic
8449a9cbdc - Removing MD5 support in ROMLOAD_* [Oliver Stoneberg]
- Various core and tools memory leaks fixes [Oliver Stoneberg]
2011-07-31 15:46:18 +00:00
R. Belmont
42be9323df h8: added the rest of the H8S double-shifts, fixed up some bit operations, and added 8-bit mulxs/divxs [R. Belmont] 2011-07-31 15:36:06 +00:00
Miodrag Milanovic
2760208aa4 Exidy Sorcerer image update by robbbert (no whatsnew) 2011-07-31 13:48:39 +00:00
Miodrag Milanovic
69b2d3a90f h8: fixed bset instruction [Tim Schuerewegen] 2011-07-31 09:59:58 +00:00
Miodrag Milanovic
23e7538be6 Default layout for 4 screens systems added [Robbbert] 2011-07-31 09:50:24 +00:00
Brian Troha
ea0345eb84 metro.c: Add note about an International ver of Dharma - NW 2011-07-31 05:42:36 +00:00
Brian Troha
14a3d7ebd7 metro.c: Added additional documentation, added PCB layouts for Mouse Shooter GoGo, Bal Cube, Bang Bang Ball & Daitoride (YMF278B). Corrected misc dipswitches and settings. Added dipswitch locations to Bal Cube, Bang Bang Ball / Battle Bubble, Mouse Shooter GoGo, Blazing Tornado, Grand Striker 2, Daitoride, Dharma Doujou, Gun Master, Karate Tournament, Lady Killer / Moeyo Gonta!!, Last Fortress, Mahjong Doukyuusei, Mouja, Pang Pom's, Poitto!, Puzzli, Sankokushi, Pururun, Sky Alert and Toride II [Brian Troha] 2011-07-31 05:13:34 +00:00
Angelo Salese
74eb7e86e1 Port from MESS, nw 2011-07-31 01:44:50 +00:00
R. Belmont
547038933a h8: add SLEEP opcode (nw) 2011-07-30 23:13:44 +00:00
R. Belmont
8ce951b7ea h8: Added peripheral and IRQ support for H8S/2xxx CPUs. [Tim Schuerewegen, R. Belmont] 2011-07-30 22:06:30 +00:00
Angelo Salese
30c26aadcc Port from MESS, nw 2011-07-30 20:56:55 +00:00
Wilbert Pol
3a6623a37c tms9928a.c: Converted to a C++ device. [Wilbert Pol] 2011-07-30 18:55:47 +00:00
Angelo Salese
71bfd34f3a Port from MESS, nw 2011-07-30 17:43:47 +00:00
Brian Troha
62047db3b7 minor doc update info for 3 games in model2.c - NW 2011-07-30 15:43:02 +00:00