RobertoFresca
a40ec765e2
Mini.Boy 7: Added lamps and a internal button-lamps layout based on
...
the cabinet pictures. Lamps are currently disabled due to other
unknown writes are happening on the same port. Need more investigation.
Also added the coin counter. [Roberto Fresca]
2015-05-07 15:49:46 -03:00
RobertoFresca
309e48fe4f
gambl186: Worked a complete set of inputs + DIP switches, fixed the
...
CPU frequency, added findings and tech notes. Now the four games
could be selected. Roulette, Bingo and Black Jack are playable.
Casino 10 (poker) needs the watchdog implemented to work properly.
Also changed the game name to Multi Game (Vxxx). [Roberto Fresca]
2015-05-05 18:09:19 -03:00
couriersud
9f157b47c4
Merge branch 'master' of https://github.com/mamedev/mame.git
2015-05-05 21:43:45 +02:00
couriersud
1dd58681aa
Small object tree maintenance. (nw)
2015-05-05 21:43:23 +02:00
David Haywood
0c705c7c6f
new WORKING game
...
Race Drivin' Panorama (prototype, rev 2.1) [David Haywood]
(the fix for regression MT05911 caused by modernization also fixes the timeout error whey you select the roadster, so with no further changes from the old progress I did on this it can now be considered working)
2015-05-05 18:49:12 +01:00
hap
2ec391faca
actually hmcs40 is/should/will be in MAME: it's the hitachi mcu used in some old alpha denshi games
2015-05-05 19:11:19 +02:00
hap
fc68370aa5
added E0C6200 cpu skeleton.
...
also commented out some cpu cores from mame.lua, not needed anymore for unidasm compile due to this check:
if (CPUS["MYCPU"]~=null or _OPTIONS["with-tools"]) then
2015-05-05 15:54:07 +02:00
hap
96b6c8ec08
note
2015-05-05 11:55:04 +02:00
couriersud
0bb61ddc43
Some class structure cleanup. (nw)
2015-05-05 00:55:06 +02:00
couriersud
7e88b96660
Minor changes. (nw)
2015-05-04 22:48:31 +02:00
Stiletto
6fc6e68448
(nw)
...
(nw)
2015-05-04 12:40:27 -04:00
Ivan Vangelista
80d82c03cd
tms34010.c: fixed a stupid error I did while moving this CPU core to inline config, fixes MT05911. MT05910 on the other hand start happening way before my screw-up. Will see if I can fix it or at least determine the commit which caused the regression (nw)
2015-05-04 18:20:51 +02:00
Stiletto
71a6225260
Added Knockout notes, thanks Andy (nw)
...
Added Knockout notes, thanks Andy (nw)
2015-05-04 11:43:05 -04:00
Miodrag Milanovic
a2429f813c
fix compile with gcc 5.x (nw)
2015-05-04 15:56:14 +02:00
Miodrag Milanovic
9aac2734ef
this does not work on GCC 5.x (nw)
2015-05-04 15:26:20 +02:00
hap
14a89da95b
note
2015-05-04 09:08:40 +02:00
hap
c9270c3e97
(MESS)New working games added
...
-----------------
Entex Turtles [hap, Kevin Horton]
Entex Stargate [hap, Kevin Horton]
2015-05-04 08:51:24 +02:00
couriersud
802ae48f13
Merge branch 'master' of https://github.com/mamedev/mame.git
2015-05-04 01:44:42 +02:00
couriersud
33d543883f
Breakout: Hooked up antenna and free game dip switch as well.
...
[Couriersud]
2015-05-04 01:44:27 +02:00
Justin Kerk
32cca54c76
ibm5170.xml: Add disks from various sources: [Justin Kerk]
...
* Make Original Diskettes images from an Acer hard drive recovery CD
* archive.org uploads from dashcloud
* Own Kryoflux reads
2015-05-03 16:37:52 -07:00
hap
9d6900cee3
improved super breakout color overlay a bit
2015-05-03 22:27:13 +02:00
couriersud
42fdc36a0b
Merge branch 'master' of https://github.com/mamedev/mame.git
2015-05-03 20:20:35 +02:00
couriersud
b0979ceb10
Minor speed improvements and some timing adjustments. (nw)
2015-05-03 20:20:19 +02:00
couriersud
16618b71c7
Fix a bug in the solver code. (nw)
2015-05-03 19:32:20 +02:00
hap
1125de77a9
improved lightfgt.lay
2015-05-03 19:15:23 +02:00
hap
49e9ffd008
changed lbi skip testing again, previous solution didnt work properly
2015-05-03 18:05:20 +02:00
hap
f73fe34db7
added plus1 skeleton
2015-05-03 15:08:32 +02:00
hap
f4dcdb392a
Mattel Funtronics Jacks WIP
2015-05-03 14:33:34 +02:00
Lord-Nightmare
b972e6dffa
(MESS) VT240: Map the T11 roms into cpu space in the correct order/interleave [Lord Nightmare]
2015-05-03 05:56:45 -04:00
briantro
90ec1d3b6d
miniboy7.c: Minor update - Add DSW2-1 as Bartop/Cocktail and add GAME_NO_COCKTAIL flag. Also add note about custom AD setup with service button - NW
2015-05-02 22:57:49 -05:00
briantro
fc7272dd6e
promote Mini-Boy 7 to working
...
Out of whatsnew - Working status by Sandro Ronco. Just changed the buttons to use the standard Poker HOLD style (IE: keys Z X C V B) as per cabinet design. Someone just needs to hook up the lamps and maybe a simple layout, although the actual keys on the machine are not labeled.
Also deleted the bad_dump set 2. According to the dumper's notes it's a bad dump of set 3 as rom labels matched that set. Set 2 hangs when trying to play.
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Mini-Boy 7 [Sandro Ronco]
2015-05-02 22:30:05 -05:00
R. Belmont
f5ab8dbe65
Merge pull request #170 from mbcoguno/osx-libsdl-glext
...
Drop NO_SDL_GLEXT define on OSX [mbcoguno]
2015-05-02 21:48:27 -04:00
R. Belmont
5b851ef77e
Merge pull request #167 from nitrofurano/master
...
Update 315_5124.c palette in TMS99x8 modes [nitrofurano]
2015-05-02 21:48:08 -04:00
arbee
0026618a68
[MESS] DEC Rainbow updates: [Karl-Ludwig Deisenhofer]
...
- Hard disk R/W support and real-time clock support emulating ClikClok card.
-wd2010: provides IRQ / (B)DRQ signals. Honors DRIVE_READY and WRITE FAULT
(DRDY / WF) now. Set WF to GND and DRDY to VCC in your driver if signals are
not serviced.
-ds1315 : Handle chip enable / chip reset / phantom writes to RTC.
2015-05-02 21:42:25 -04:00
arbee
b702e6bd3e
mac: NuBus "image" card now provides primitives for programs on the Mac to interact with the host's filesystem. [Rob Braun, R. Belmont]
2015-05-02 21:23:02 -04:00
couriersud
4c7066c787
Merge branch 'master' of https://github.com/mamedev/mame.git
2015-05-03 02:11:56 +02:00
couriersud
090904828c
New games added or promoted from NOT_WORKING status
...
---------------------------------------------------
- Breakout [Couriersud]
2015-05-03 02:11:45 +02:00
couriersud
2f0468fa0b
Breakout:
...
- Added led and lamp components
- Start2 works
Netlist:
- Added led models
2015-05-03 02:09:03 +02:00
Vas Crabb
d0ca4ffffe
Merge pull request #172 from LuigiBlood/master
...
Fixed N64 Mouse wrapping.
2015-05-03 10:05:25 +10:00
mahlemiut
d1a79df509
clgd542x: added reverse direction BitBLTs, and improved colour-expanded pattern handling (still not quite perfect, though)
2015-05-03 11:44:57 +12:00
luigiblood
03f43229b7
Fixed N64 Mouse wrapping.
2015-05-03 01:34:29 +02:00
yz70s
b76daef85a
chihiro.c: correct 2 errors, one with register combiners (nw)
2015-05-02 23:15:05 +02:00
Mike Naberezny
52e4c741b5
(MESS) pet_rom.xml: Added BASIC Programmer's Toolkit for BASIC 2.0 [Mike Naberezny]
2015-05-02 13:47:05 -07:00
Sandro Ronco
1f62ac2cef
miniboy7: fixed video emulation and added inputs. [Sandro Ronco]
2015-05-02 21:18:45 +02:00
RobertoFresca
f82868b2f8
WMS driver... Hooked the Analog Devices ADSP-2105 CPU (still need
...
proper memory maps). Added technical notes.
2015-05-02 16:15:20 -03:00
angelosa
66c7f7524b
Notes
2015-05-02 19:50:13 +02:00
angelosa
a649a95488
Added ROM bank to data ROM, graphics are fixed. Needs an input overhaul because coins doesn't work and by default only one game is enabled.
2015-05-02 19:39:46 +02:00
angelosa
1b4d3e06d8
Added NVRAM hook up (so you don't need to insert the psw everytime).
2015-05-02 19:11:01 +02:00
hap
1e189ee52e
changed skip-lbi-testing
2015-05-02 18:26:19 +02:00
Vas Crabb
5b0e6aae92
Clean up Aleck64 inputs (nw)
2015-05-03 00:46:23 +10:00