Commit Graph

47142 Commits

Author SHA1 Message Date
Vas Crabb
b67646cee8 Merge pull request #1526 from npwoods/imgtool_directory_refs
[Imgtool] Bulk change: 'imgtool::directory *' ==> 'imgtool::directory &'
2016-10-18 09:09:19 +11:00
Vas Crabb
01092703a3 Merge pull request #1527 from JoakimLarsson/scc
Fixed vector modification
2016-10-18 09:08:41 +11:00
Nathan Woods
bbd820eb18 [Imgtool] Fixed a few spacing issues 2016-10-17 18:04:27 -04:00
Joakim Larsson Edstrom
7e288746a5 Fixed vector modification 2016-10-17 23:24:13 +02:00
cracyc
542374676b 8042kbdc: fix stuff (nw) 2016-10-17 15:57:45 -05:00
smf-
36944269bd DAC WIP, started documenting the DACs in use. [smf]
ataxx: Fixed missing sound channel caused by one dac not being hooked up and one dac being hooked up to two addresses.
bestbest: Fixed high pitch screech caused by incorrect addressing (two dacs weren't hooked up and two were hooked up to two addresses).
cchasm: Fixed static noise generation caused by feeding the same bit to both dacs.
cheekyms: Slightly improved sound by implementing sound triggers as 8 x 1 bit dacs instead of 1 x 8 bit dac.
galeb: Fixed sound by implementing it according to http://www.deltasoft.com.hr/retro/galebemu.htm & implemented enough of LOAD/SAVE to stop it hanging.
hard drivin: (all games in driver) Improved 12 bit controls, although centre still goes out of sync.
mea8000: Converted to a sound device.
megaphx: Fixed noisy samples due to wrong format.
microvsn: Fixed sound pitch caused by incorrect usage of write_signed8().
seicross: Changed to a 4 bit dac as samples are packed nibble.
spaceg: Preliminary sound using space invaders samples.
suna8: Changed to a 4 bit dac as samples are packed nibble.
vcombat: Fixed static during machine gun fire due to incorrect dc offset removal.
vectrex: Fixed noisy samples due to wrong format.
wheelfir: Fixed sound, eeprom & analogue steering wheel and brake pedal.
2016-10-17 16:04:02 +01:00
Vas Crabb
8676fc0d8d Merge pull request #1525 from npwoods/imgtool_modernize_list_partitions
[Imgtool] Modernized imgtool::image::list_partitions()
2016-10-17 22:39:31 +11:00
Nathan Woods
9546118988 [Imgtool] Bulk change: 'imgtool::directory *' ==> 'imgtool::directory &' 2016-10-17 07:36:51 -04:00
Nathan Woods
dbab7b01f1 [Imgtool] Modernized imgtool::image::list_partitions() 2016-10-17 06:40:11 -04:00
Vas Crabb
eab8fe41c3 Merge pull request #1524 from JoakimLarsson/scc8530_1
SCC improvements
2016-10-17 21:03:58 +11:00
Joakim Larsson Edstrom
da3c89b393 - zbus interface functions zbus_r and zbus_w added supporting shift left/right modes
- improved variant handling including the incomplete read register maps for some
- external CTS and DCD interrupts added
- improved device reset values
- SWI acknowledge command added
- improved/fixed handling of wr9, rr2, rr3
- wr7prime register added
2016-10-17 11:51:58 +02:00
Scott Stone
c97399f7a5 hp9845b_rom.xml format fixes (space->tab) (nw) 2016-10-17 01:51:43 -04:00
Vas Crabb
6646b1bf3b Merge pull request #1523 from ajrhacker/mz80b_kbd
mz80b, mz2000: Tinkering around the edges
2016-10-17 16:15:08 +11:00
cracyc
939d1446a2 hiscore.dat: Updates [Leezer]
8042kbdc: fix Indigo keyboard [Carl]
----
The removed stuff from 8042kdbc appears to be handled by pckeybrd now but there could be regressions.
2016-10-16 19:32:22 -05:00
AJR
bd6801ea71 mz80b, mz2000: Tinkering around the edges
- Move MZ-80B to mz2000.cpp driver (emulation remains totally broken)
- Overhaul character layouts, creating separate configurations for European and Japanese keyboards (MT #6338)
- Add GRPH characters and kana to key names
2016-10-16 20:13:47 -04:00
Vas Crabb
9b5c5f607a Merge pull request #1522 from npwoods/imgtool_partition_refs
[Imgtool] Bulk change: 'imgtool::partition *' ==> 'imgtool::partition &'
2016-10-17 10:08:48 +11:00
angelosa
46f7b304a1 Added Choro Q Hyper Racing, pending credits nw 2016-10-17 00:44:59 +02:00
Nathan Woods
08fbc684a9 [Imgtool] Bulk change: 'imgtool::partition *' ==> 'imgtool::partition &' 2016-10-16 18:35:44 -04:00
R. Belmont
b88f7d15fc Merge pull request #1510 from ajrhacker/dump_stride
Add stride as sixth parameter to debug dump command
2016-10-16 16:11:07 -04:00
R. Belmont
a14201184e Merge pull request #1520 from npwoods/imgtool_image_refs
[Imgtool] Bulk change:  'imgtool::image *' ==> 'imgtool::image &'
2016-10-16 16:10:56 -04:00
R. Belmont
91a3f14a50 Merge pull request #1521 from FakeShemp/master
Fix hash errors in Sega CD softlist
2016-10-16 16:10:08 -04:00
FakeShemp
b3bb82d9ae Add in the last missing sha1. Thanks Flupper 2016-10-16 21:45:46 +02:00
FakeShemp
537d504aa2 Another one. 2016-10-16 20:49:40 +02:00
FakeShemp
7bd0dc5013 Add one back. 2016-10-16 20:46:47 +02:00
FakeShemp
4481b33975 Remove remaining faulty sha1 to mark them. 2016-10-16 19:56:25 +02:00
MetalliC
ccf7f9b2b5 naomi notes (nw) 2016-10-16 20:38:55 +03:00
MetalliC
c8e1f1941a stv.c: add Taiwan 97/05/15 v1.14 BIOS [Corrado Tomaselli] 2016-10-16 20:38:40 +03:00
FakeShemp
022430913c Fix most of the faulty sha1. 2016-10-16 19:25:13 +02:00
AJR
28cc18b698 Add row size as sixth parameter to debug dump command 2016-10-16 11:55:09 -04:00
Nathan Woods
e9b551bac9 [Imgtool] Bulk change: 'imgtool::image *' ==> 'imgtool::image &' 2016-10-16 10:07:32 -04:00
FakeShemp
7808cdaec7 Fix hashes for TruRip dumps. 2016-10-16 15:17:05 +02:00
Vas Crabb
cdec25b5b6 Merge pull request #1519 from 0-wiz-0/master
Fix typo in setlist sha1.
2016-10-16 16:20:54 +11:00
Thomas Klausner
9586aefe37 Fix typo in setlist sha1. 2016-10-16 07:11:24 +02:00
Vas Crabb
1e5345cb03 Merge pull request #1518 from ajrhacker/amusco_1987
amusco: Minor changes (nw)
2016-10-16 14:31:02 +11:00
AJR
c64df17280 amusco: Minor changes (nw)
- RTC writes now actually go through, so the game will remain stuck in 1987 until the date is changed
- Add the new machine flag for the unemulated printer
- Remove MSM5832 device name from logging messages
2016-10-15 23:18:48 -04:00
arbee
7892a9536d es5506.cpp fixes: [Christian Brunschen]
- Fixed readback of global registers when the current page was in a certain range
- Real h/w does run the voice for a zero-length loop and the synths rely on it

These changes fix the playback of "Transwaves" on the VFX and SD-series synths.
2016-10-15 21:53:04 -04:00
R. Belmont
20d755e3e1 Merge pull request #1515 from FakeShemp/master
Fix errors with new Sega CD softlist
2016-10-15 21:47:25 -04:00
Vas Crabb
b1615d3a00 Merge pull request #1517 from npwoods/coco_use_devfind
[COCO] Changed to use required_ioport_array and optional_ioport
2016-10-16 12:16:42 +11:00
Nathan Woods
015f5375bf Fixed some Doxy comments, and addressed a few nits 2016-10-15 21:12:13 -04:00
Vas Crabb
72c8586e01 Merge pull request #1516 from npwoods/imgtool_use_rvalue_refs_for_streams
[Imgtool] Changed the create/open callbacks to take 'imgtool::stream &&'
2016-10-16 12:02:27 +11:00
Vas Crabb
9b64e87261 Merge pull request #1511 from npwoods/imgtool_partition_stdfunction
[Imgtool] Changed a number of callbacks to be std::function instead of old fashioned function pointers
2016-10-16 11:46:01 +11:00
Vas Crabb
d7b8adf61a Merge pull request #1514 from ajrhacker/hallelujiah
amusco: Major improvements; promoted to WORKING
2016-10-16 11:37:01 +11:00
therealmogminer@gmail.com
294e867760 minor indy_indigo2 cleanup, 12-year-old code written at university is embarrassing 2016-10-16 01:49:07 +02:00
therealmogminer@gmail.com
8682c73305 -Added: Dallas DS1386-8K and DS1386-32K timekeepers (largely untested). [Ryan Holtz] 2016-10-16 01:49:06 +02:00
Nathan Woods
57e3c29dd2 [COCO] Changed to use required_ioport_array and optional_ioport
Also, I added a size() accessor to object_array_finder.  If there is a better way to do this, let me know.
2016-10-15 19:20:29 -04:00
Nathan Woods
039cd619d5 [Imgtool] Fixed a stupid mistake 2016-10-15 18:09:51 -04:00
Nathan Woods
c58b56e0c6 [Imgtool] Changed the create/open callbacks to take 'imgtool::stream &&'
They always took ownership of the stream; this just makes it official.  Because the ownership would only traditionally happen if the open() or create() succeeded, I had to do a clumsy pattern where I call get() at the beginning of the callback to get the stream, but later on release() immediately prior to succeeding.
2016-10-15 17:52:34 -04:00
FakeShemp
b67a2f06ac Fix the errors with the set names. 2016-10-15 22:31:58 +02:00
FakeShemp
3fad928706 Merge remote-tracking branch 'upstream/master' 2016-10-15 21:46:41 +02:00
AJR
52a58b1b0b amusco: Major improvements; promoted to WORKING
- Inputs figured out almost completely
- Add blinking cursor for service mode
- Gross hacks used to get coins working due to broken IRQ timings
- Palette remains in dire need of improvement

Peripheral emulation improvements (nw):
- mc6845: Allow cursor blink state to be read
- pit8253: Eliminate device name from logging messages
2016-10-15 14:46:59 -04:00