hap
63726631c8
hh_pic16 fleshed out
2015-03-02 20:50:31 +01:00
Reed
3fdc0692d9
Update file2str.py
...
On line 43, wouldn't "ord(b)" simply be "b" since each iteration through a "bytes" type already returns an "int"? In Python 3.x, the "ord" function expects type "str" so passing an "int" causes a "TypeError" exception.
2015-03-02 10:28:31 -08:00
Ivan Vangelista
40e6fb4387
srumbler.c: added save state support (nw)
2015-03-02 19:18:34 +01:00
mamehaze
6f7b1beca2
Merge branch 'master' of https://github.com/mamedev/mame
2015-03-02 17:59:21 +00:00
mamehaze
4b919834d5
add dumped prom to 64street [system11]
2015-03-02 17:58:56 +00:00
Ivan Vangelista
49998ed269
mgolf.c: removed anonymous timer, added save state support (nw)
2015-03-02 18:56:48 +01:00
mamehaze
385e948366
split the hng64 code into more files, easier to work with, also modernize a bit more (nw)
2015-03-02 17:42:36 +00:00
Ivan Vangelista
a0b4e2865a
tankbatt.c, tankbust.c: added save state support (nw)
2015-03-02 18:40:59 +01:00
Ivan Vangelista
7eda97ae0a
sandscrp.c: added save state support (nw)
2015-03-02 18:34:16 +01:00
Ivan Vangelista
e166b8f2a4
jalblend.c: converted to be a device (nw)
2015-03-02 18:27:30 +01:00
hap
202d316cdb
removed PIC16 mcu fake io memory map
2015-03-02 17:53:20 +01:00
cracyc
99a78ab4a7
(mess) pasogo: some cleanup (nw)
2015-03-02 09:59:17 -06:00
andrew-gardner
bbeb8de3bb
A few more set_base removals (nw)
2015-03-02 16:22:34 +01:00
andrew-gardner
6c5bf63c2c
One more (nt)
2015-03-02 12:22:31 +01:00
Alex W. Jackson
62201cbe63
Oops... fix build (nw)
2015-03-02 05:19:54 -05:00
Alex W. Jackson
9d22738e5a
thunderx.c: convert to bankdev, merge with gbusters.c, add notes and correct various things based on schematics [Alex Jackson]
2015-03-02 04:51:24 -05:00
Miodrag Milanovic
333e54ff31
removed not used code (nw)
2015-03-02 08:10:04 +01:00
Alex W. Jackson
8c87c80329
thunderx.c: simplify ROM loading/banking and unify it between scontra and thunderx (nw)
2015-03-01 20:02:51 -05:00
couriersud
cea2388a3c
Merge branch 'master' of https://github.com/mamedev/mame.git
2015-03-02 01:55:37 +01:00
couriersud
8338e0d7a4
Fix switchres for sdl build. (nw)
2015-03-02 01:53:25 +01:00
Luca Elia
df564067dd
Emulate sound latch protection in brickzn [Luca Elia, system11]
2015-03-01 23:03:39 +01:00
hap
da57561e0f
moved misc handhelds to their own section
2015-03-01 22:13:45 +01:00
couriersud
168e4d3d2b
Some more alignment. (nw)
2015-03-01 22:08:27 +01:00
hap
aa36c3f439
notes
2015-03-01 22:02:37 +01:00
cracyc
17495c607c
(mess) m24: split m24 and correct dips, boots but it needs custom keyboard emulation (nw)
2015-03-01 14:42:16 -06:00
hap
79301a669f
added Maniac skeleton
2015-03-01 21:26:32 +01:00
couriersud
808d9f5307
Merge branch 'master' of https://github.com/mamedev/mame.git
2015-03-01 18:32:26 +01:00
couriersud
563ff83b3b
Aligned monitor handling between sdl and baseline. [Couriersud]
2015-03-01 18:31:53 +01:00
hap
c612acb1ba
Merge pull request #143 from 0-wiz-0/master
...
Revert part of 34d0ee6b
.
2015-03-01 16:00:28 +01:00
hap
69893cd5d6
(MESS)New working game added
...
------------------
Tomy Pac Man [hap, Kevin Horton]
2015-03-01 15:55:09 +01:00
mamehaze
bcbe9136d4
modernize a bit (nw)
2015-03-01 14:41:49 +00:00
mamehaze
331761c113
hng64, some code refactor, going to try a few things in a bit (nw)
2015-03-01 12:52:07 +00:00
andrew-gardner
62340a8f37
Merge branch 'master' of https://github.com/mamedev/mame
2015-03-01 11:30:41 +01:00
andrew-gardner
33839937be
Replaced a bunch of set_base()s with set_entry()s (nw)
2015-03-01 11:29:57 +01:00
Thomas Klausner
2e442818a2
Revert part of 34d0ee6b
.
...
It introduced naming conflicts in two rom sets where the name
bb9.bin is used for two different roms.
Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
2015-03-01 10:44:28 +01:00
mamehaze
b74ce527a2
tag brickzn sets with imperfect sound, our emulation sounds nothing like the PCB, system11 provided a reference video
2015-03-01 09:16:21 +00:00
Miodrag Milanovic
31f677b73a
(MESS)-gamete: added noise and envelope emulation [Peter Trauner]
2015-03-01 09:34:54 +01:00
Guru
1c4cfb6f18
pasogo.xml: preparation for adding new games (CRCs will be fixed in a minute)
2015-03-01 14:13:30 +08:00
briantro
bbb6fb2b5c
suna8.c: Minor doc update, add version & date for v1.1 of Brick Zone - NW
2015-02-28 22:09:22 -06:00
Guru
16d4a48468
suna8.c: fix case
2015-03-01 11:07:47 +08:00
couriersud
c8e16cc06d
Merge branch 'master' of https://github.com/mamedev/mame.git
2015-03-01 02:52:02 +01:00
couriersud
b818233abc
Fix clipping bug (e.g. apparent in neogeo) for video accel. Minor code
...
changes. [Couriersud]
2015-03-01 02:51:49 +01:00
mamehaze
acc55198ad
new clones
...
The Combatribes (US, older) [Jets, Layer]
Raiden II (France) [Jets, Layer]
( Jets (emu-france.com) and Layer (neo-arcadia.com forum) )
2015-03-01 00:09:09 +00:00
briantro
3e017da55a
suna8.c: Minor doc updates for the new v6.0 Brick Zone - NW
2015-02-28 16:59:08 -06:00
mamehaze
4b68097ed3
Merge branch 'master' of https://github.com/mamedev/mame
2015-02-28 22:48:34 +00:00
hap
835aa9ea5d
tmpacman preliminary i/o
2015-02-28 23:48:17 +01:00
mamehaze
6e0cd32da6
new clones
...
Brick Zone (v6.0, Joystick) [system11]
2015-02-28 22:48:01 +00:00
hap
8b96fd4e3f
pff, managed to make an internal layout for ebball
...
(MESS)New working game added
-------------------
Entex Baseball [hap, Sean Riddle]
2015-02-28 22:55:41 +01:00
couriersud
ea57f3ebaf
Fix detecting rotation for "-video accel" for quadratic screen bitmaps.
...
[Couriersud]
2015-02-28 20:35:52 +01:00
couriersud
5a0b62e361
Merge branch 'master' of https://github.com/mamedev/mame.git
2015-02-28 17:34:38 +01:00