Commit Graph

36894 Commits

Author SHA1 Message Date
mixxmaster
b645ce79a1 Merge pull request #1 from mamedev/master
Update from original
2015-07-03 17:58:37 -04:00
arbee
f9d06bda2b saa1099: fix compile (nw) 2015-07-03 17:48:36 -04:00
Mike Naberezny
6a5cdf8be5 Remove unused variables. (nw) 2015-07-03 14:45:36 -07:00
R. Belmont
a0fdd6f067 Merge pull request #234 from system11b/S11rittam
S11rittam - R&T - prototype or hack version of Rod Land
2015-07-03 17:42:42 -04:00
R. Belmont
760ffa97f4 Merge pull request #232 from mixxmaster/master
fixed SAA1099 driver to actually use clock (nw); corrected Game Blaster/SB1.0 clock to 7.159mhz [NewRisingSun]
2015-07-03 17:41:44 -04:00
Mike Naberezny
6623632657 Update png.py to drj11/pypng@c5daab3899 (nw)
This has the fix for drj11/pypng#44 and other minor issues.
2015-07-03 14:22:33 -07:00
Mike Naberezny
a279d6e804 Remove semicolons from end of lines in Python code. (nw) 2015-07-03 14:13:01 -07:00
hap
563b496792 renamed some cpu core inc files to c 2015-07-03 23:04:24 +02:00
hap
9c8b2c6a1a moved sm510/11/12 specifics to their own files 2015-07-03 21:34:53 +02:00
hap
2b8c61e22b ok, fixed build 2015-07-03 19:51:51 +02:00
hap
4b6e31f51d renamed sm510/sm510op.inc to sm510/sm510op.c 2015-07-03 19:29:38 +02:00
system11b
c58cdf09a3 Merge branch 'master' into S11tamrit 2015-07-03 18:13:01 +01:00
hap
d19922bd32 more opcodes added 2015-07-03 18:33:41 +02:00
Ivan Vangelista
927ad9c16e decos32.c: added save state support (nw) 2015-07-03 17:41:46 +02:00
Vas Crabb
eb38a7ad25 Align memory with MALLOC_DEBUG (nw) 2015-07-04 00:37:56 +10:00
Vas Crabb
454895659e Don't make malloc replacement incompatible with malloc (nw) 2015-07-03 22:31:19 +10:00
hap
f39a3f540b added most obvious opcodes 2015-07-03 00:49:30 +02:00
angelosa
b36296a136 Added MCPX roms 2015-07-02 23:40:20 +02:00
angelosa
13d62dd0eb Merge branch 'master' of https://github.com/mamedev/mame 2015-07-02 22:56:05 +02:00
angelosa
40e74477eb XBOX skelly driver. 2015-07-02 22:55:57 +02:00
couriersud
b755895f0f Identify size_t usage in printf by enclosing the argument in
SIZET_PRINTF(). This is typesafe, can be identified and allows to use
proper 64bit computing with compilers up to it. [Couriersud]
2015-07-02 21:22:13 +02:00
Lord-Nightmare
d59b9e7416 Fix for MESS subtarget compile (nw) 2015-07-02 13:27:09 -04:00
Ville Linde
be0d3f1e16 firebeat: Fix 8x8 character rendering (nw) 2015-07-02 20:08:34 +03:00
Ville Linde
8f2baab98a firebeat: Completely rewrote the graphics chip emulation [Ville Linde] 2015-07-02 16:35:45 +03:00
Osso
faa43ecacd Update suprloco.c 2015-07-02 08:17:09 +02:00
cracyc
c774876bb9 z8000: fix lda register corruption (nw) 2015-07-01 22:36:01 -05:00
briantro
1784126a53 cps2.c: Minor correction & doc update - NW 2015-07-01 20:57:04 -05:00
cracyc
201b1ba302 m20: 8086 apb [Carl, rfka01, Christian Groessler] 2015-07-01 17:09:39 -05:00
hap
e4a9c91fa1 added empty opcode handlers 2015-07-02 00:07:58 +02:00
mixxmaster
aa67cca2cf random letter removed 2015-07-01 16:26:21 -04:00
mixxmaster
b3268bf0d2 accidentally let a few typos split 2015-07-01 16:25:28 -04:00
yz70s
0c75be6beb chihiro.c: more usb, but still soo much to do (nw) 2015-07-01 21:41:47 +02:00
therealmogminer@gmail.com
a0dfb8c523 rsp simd: Clamp DMEM fetches to 4kb, nw 2015-07-01 21:28:53 +02:00
hap
857be8d170 added sm510 lfsr pc 2015-07-01 21:20:14 +02:00
Scott Stone
49471a2cf4 Fix for MAME compile (nw) 2015-07-01 14:49:23 -04:00
therealmogminer@gmail.com
12c7fe59da nw, Remove rdpspn16, merge into n64.c since it is only 800 lines or so now 2015-07-01 19:59:24 +02:00
therealmogminer@gmail.com
ae67c6b0ad nw, more RSP opts ported from CEN64 2015-07-01 18:35:00 +02:00
angelosa
b6385b1c6e Minor cleanup 2015-07-01 13:16:55 +02:00
angelosa
597374a994 TODO self-service. 2015-07-01 12:06:27 +02:00
couriersud
e629855237 Added macro object registration and dynamic includes to netlist. This
allows the creation of macro libraries going forward. Any IC which can
be described by a truthtable and a package wrapper can now be entirely
described in netlist syntax. [Couriersud]
2015-07-01 02:41:58 +02:00
hap
ae0fd9f1a5 added sm510 disasm 2015-07-01 01:03:12 +02:00
system11b
5f367e3be8 Corrected arcade.lst entry 2015-07-01 00:02:06 +01:00
system11b
2724ef2b37 Added R&T clone of Rod-Land 2015-06-30 23:59:56 +01:00
Lord-Nightmare
bfe59caac5 Arkanoid.c: Add rom numbering list, add more info and more correct rom labels for first version arkanoid (US, Romstar License) board from pcb pics [Brizzo, Lord Nightmare] 2015-06-30 18:03:15 -04:00
angelosa
f2891c8e5a erase_op actually clears only the 3d video buffer. Fixes fade-out in Top Landing. 2015-06-30 23:57:46 +02:00
angelosa
201873683e Fix divide by zero in Air Inferno 2015-06-30 23:42:10 +02:00
angelosa
03a7f433cb Merge branch 'master' of https://github.com/mamedev/mame 2015-06-30 23:23:10 +02:00
angelosa
db079fd280 taitoair.c fixes and changes:
- Very preliminary Framebuffer DMA hook-up, mostly used for Top Landing to show Course Select on screen;
- Fixed analog inputs;
- Fixed color select for 3d;
- Fixed tilemap priority;

(I assume with this we can promote Top Landing as working)
2015-06-30 23:22:59 +02:00
ted green
6b8310dbcc Added INLINE before ATTR_FORCE_INLINE 2015-06-30 14:20:53 -06:00
couriersud
045ffafb42 Added Voltage source and Current source to netlist. [Couriersud] 2015-06-30 21:47:01 +02:00