Commit Graph

38119 Commits

Author SHA1 Message Date
Ramiro Polla
9c518d44bc lx810l: add screen simulating paper output 2015-09-19 21:05:30 +02:00
Ramiro Polla
15c5d9e721 e05a30: fix bit order for printhead output
The 9th bit is the LSB, not the MSB.
2015-09-19 21:05:25 +02:00
Ramiro Polla
b9063c1916 lx810l: clean up stepper initialization 2015-09-19 21:05:22 +02:00
Ramiro Polla
37676cb203 lx810l: use dac instead of speaker 2015-09-19 21:05:10 +02:00
Vas Crabb
0e025a91fe Fix macro wrap (nw) 2015-09-19 22:49:23 +08:00
R. Belmont
57c7bde00a Merge pull request #330 from balr0g/travis-osx
Travis Mac OS X build
2015-09-19 09:37:56 -04:00
R. Belmont
4171053a0a Merge pull request #333 from tacotown/demoderby
demoderb: Changed PORT_REVERSE to PORT_INVERT
2015-09-19 09:37:45 -04:00
R. Belmont
baeed117b3 Merge pull request #332 from balr0g/osx-xcode-7
Fix build with Xcode 7
2015-09-19 09:37:24 -04:00
R. Belmont
21434d0f1d Merge pull request #331 from balr0g/libflac-endian-backport
Backport libflac endian patch to not use winsock.h etc.
2015-09-19 09:37:11 -04:00
MetalliC
2955e94f09 vector06 80 trk format (nw) 2015-09-18 23:32:13 +03:00
MetalliC
d652fa14f9 naomi.c: renamed/reparented Namco's sets 2015-09-18 23:31:08 +03:00
tacotown
ac2cebcf6d demoderb: Changed PORT_REVERSE to PORT_INVERT
Actual hardware show test mode starts at 0 for wheel inputs, not 128.
2015-09-18 15:20:17 -05:00
balr0g
459c86dee3 Fix build with Xcode 7 (nw) 2015-09-18 16:00:03 -04:00
balr0g
98a3482d8b One more fix 2015-09-18 14:18:31 -04:00
balr0g
eb050be842 Corrections 2015-09-18 13:24:54 -04:00
balr0g
bc83da7530 More Travis OSX changes 2015-09-18 13:15:07 -04:00
balr0g
9d78d37074 Travis OS X testing 2015-09-18 12:46:29 -04:00
balr0g
a4ce5ecbd0 Backport libflac endian patch from a5d1d4f0c5 (nw) 2015-09-18 12:12:03 -04:00
MetalliC
6b79dc2275 naomi.c: redumped ss2005 [Guru] 2015-09-18 17:18:52 +03:00
Olivier Galibert
0ad1714394 Skeleton driver for the Brother MT735 thermal printer [Cowering, O. Galibert]
We really need to decide what printers should output...
2015-09-18 11:08:31 +02:00
Olivier Galibert
8d1b766ca7 Skeleton driver for the LG GP40NW10 USB DVD writer [O. Galibert]
It is (was?) an inexpensive dvd writer.  I started this driver to see
if it was possible to add commands for really raw reading.  Let's just
say that mcs51 code is a pain to read.

If it ever works, it can be interesting as a USB device for when we
end up insane enough to try to handle USB in the first place.
2015-09-18 11:07:57 +02:00
couriersud
ecdbd22320 Fix memory leak. (nw) 2015-09-18 00:03:01 +02:00
MetalliC
379799b16e naomi.c: redumped initd, vf4o [Guru] 2015-09-18 00:47:59 +03:00
cracyc
74b5ea103d pc9801: retf from missing ide bios (nw) 2015-09-17 14:38:25 -05:00
Dirk Best
2c8d5aa71f travis: only build master branch 2015-09-17 13:32:59 +02:00
Vas Crabb
ed773c0674 Translate DIP setting (nw) 2015-09-17 10:51:44 +08:00
cracyc
5c4a1eead8 omti5100: get scsi (nw) 2015-09-16 21:39:21 -05:00
David Haywood
68c5a10b4c better inputs (nw) 2015-09-17 01:48:47 +01:00
briantro
31166420d8 New Game
New Game Added
-----------------------------------------
Waku Waku Sonic Patrol Car [Will Medved, Ryan Holtz, The Dumping Union]
2015-09-16 19:03:07 -05:00
Lord-Nightmare
060e1643ac Fix PSG chips to have volume reg inited on reset to 0x0 based on tests by ValleyBell. Made Sega PSG chips start up with register 0x3 selected (volume for channel 2) based on hardware tests by Nemesis. [Lord Nightmare, ValleyBell, Nemesis] 2015-09-16 18:38:08 -04:00
Lord-Nightmare
f22a1892c6 add some notes about the tms51xx interpolator bug (nw) 2015-09-16 18:23:31 -04:00
R. Belmont
2f45c4203a Merge pull request #328 from felipesanches/amazonia_u12_gfxdecode
Fixing the gfxdecode for amazonia king character generator
2015-09-16 10:37:19 -04:00
Felipe Corrêa da Silva Sanches
812bdcb997 Fixing the gfxdecode for amazonia king character generator (gfx1 and gfx2 ROMs were swapped) 2015-09-16 10:41:24 -03:00
David Haywood
e4c4d90291 Merge pull request #326 from felipesanches/amazonia_cg_rom_u12
adding another ROM reference to Amazonia King (IC at position U12)
2015-09-16 14:14:58 +01:00
Felipe Corrêa da Silva Sanches
f365f306c5 adding another ROM reference to Amazonia King (IC at position U12) 2015-09-15 23:51:57 -03:00
cracyc
5a9b6e4019 omti5100: try again (nw) 2015-09-15 18:58:25 -05:00
David Haywood
a114756e3d improve wc90 sprite handling a little (nw) 2015-09-15 23:52:30 +01:00
cracyc
4e618cb657 omti5100: avoid derefencing null pointers (nw) 2015-09-15 10:18:47 -05:00
Scott Stone
ec4016f4b3 misc fixes (nw) 2015-09-14 23:45:08 -04:00
Scott Stone
43dc693c0d * Software List additions:
- pico.xml (anpanetk, doramach, micktoof, ojadrmdn, profpico ([ormer profpico -> picoprofg], zaiweini)  [TeamEurope]
2015-09-14 23:20:06 -04:00
Scott Stone
a281348feb Added dumper readme for recently added Tora Tora clone (nw) 2015-09-14 19:28:35 -04:00
Scott Stone
6eece57456 New clone added (not working)
---------------
Tora Tora (prototype?, set 2)  [Siftware]
2015-09-14 18:35:13 -04:00
Scott Stone
249d8f752c 315-5124.c: Minor changes and fix a regression that in theory could affect zoomed sprites in TMS9918 modes. [Enik Land]
gamegear.c / sms.c:  Improve GG-SMS scaling code a little and update the Todo list.  Fixed MT#05872 regarding incorrect behavior of the Sports Pad (US model) emulation.  [Enik Land]
2015-09-14 17:54:24 -04:00
Scott Stone
54f43da62d Fixing GAME descriptions with white spaces from M.A.S.H. (nw) 2015-09-14 17:24:26 -04:00
cracyc
26ee73a122 pcd: reverse video (nw)
pc9801: configurable ide support (nw)
2015-09-14 13:18:01 -05:00
Stiletto
997c5b1ca1 typo fox (nw)
typo fox (nw)
2015-09-14 13:51:53 -04:00
Stiletto
0016088d8b typo fox (nw)
typo fox (nw)
2015-09-14 13:51:16 -04:00
Stiletto
8bb5d4379c typo fox (nw)
typo fox (nw)
2015-09-14 13:50:49 -04:00
Stiletto
0fd4585aca Soccer romset fix (nw)
Soccer romset fix (nw)
2015-09-14 13:12:19 -04:00
R. Belmont
518897bfca Merge pull request #298 from JoakimLarsson/hkv10_2
Added driver for Heurikon HK68K/V10 VME board
2015-09-14 12:36:39 -04:00