Note: GitHub retired the SVN interface on January 8, 2024.
Previous 50 | 199869 Revisions | Next 50 |
r111646 Wednesday 22nd August, 2018 at 20:05:36 UTC by AJR |
---|
tms9928a.cpp: Fix number of vertical lines for NTSC devices (nw) |
[src/devices/video] | tms9928a.cpp |
r111645 Wednesday 22nd August, 2018 at 16:21:03 UTC by smf |
---|
Optimise start up by delaying the state save sort and check for duplicates until all the devices have been started. This has the most visible effect on vgmplay because it registers over thirty thousand state save entries. [smf] |
[src/emu] | save.cpp |
r111644 Wednesday 22nd August, 2018 at 16:12:27 UTC by Osso |
---|
i8155.cpp: deMCFGfied (nw) |
[src/devices/machine] | i8155.h |
[src/mame/drivers] | amusco.cpp cp1.cpp equites.cpp exp85.cpp g627.cpp kyocera.cpp mephistp.cpp meyc8088.cpp paranoia.cpp sbugger.cpp sdk85.cpp testconsole.cpp tourvis.cpp unkhorse.cpp vixen.cpp vp415.cpp |
r111643 Wednesday 22nd August, 2018 at 16:05:20 UTC by Osso |
---|
new not working machines -------------------------------------- Joker Lady [f205v] Lady Gum [f205v] Paradar [f205v] Winner [f205v] |
[scripts/target/mame] | arcade.lua |
[src/mame] | arcade.flt mame.lst |
[src/mame/drivers] | videosaa.cpp* |
r111642 Wednesday 22nd August, 2018 at 14:44:59 UTC by Ryan Holtz |
---|
Merge pull request #3884 from superctr/qsoundhle_adpcm qsoundhle.cpp: fix ADPCM playback |
[hash] | uzebox.xml |
[plugins/hiscore] | hiscore.dat |
[scripts/src] | bus.lua cpu.lua machine.lua |
[scripts/target/mame] | arcade.lua mess.lua |
[src/devices/bus/a2bus] | a2arcadebd.cpp ezcgi.cpp ssprite.cpp |
[src/devices/bus/amiga/keyboard] | a2000.cpp a2000.h |
[src/devices/bus/spc1000] | vdp.cpp |
[src/devices/bus/ti99/gromport] | cartridges.cpp |
[src/devices/bus/ti99/internal] | 992board.h |
[src/devices/bus/ti99/peb] | pcode.cpp |
[src/devices/bus/ti99x] | 990_dk.h 990_hd.h 990_tap.h |
[src/devices/cpu/i386] | i386.cpp i386.h |
[src/devices/cpu/m6502] | m6500_1.cpp* m6500_1.h* m6502.cpp m6502.h m6502d.cpp m6502d.h m6504.cpp m6504.h m6507.cpp m6507.h m65c02.cpp m65c02.h m65c02d.cpp m65c02d.h |
[src/devices/imagedev] | mfmhd.h |
[src/devices/machine] | i8255.cpp pdc.cpp sda2006.cpp* sda2006.h* strata.h tmc0430.h |
[src/devices/sound] | cdp1864.cpp cdp1864.h zsg2.cpp |
[src/devices/video] | cdp1861.cpp cdp1861.h i8275.cpp i8275.h tms9928a.cpp tms9928a.h |
[src/emu] | divideo.cpp divideo.h screen.cpp screen.h xtal.cpp |
[src/mame] | arcade.flt mame.lst mess.flt |
[src/mame/drivers] | adam.cpp amiga.cpp arachnid.cpp bbcbc.cpp byvid.cpp cliffhgr.cpp coleco.cpp cortex.cpp cosmicos.cpp crvision.cpp cvs.cpp ec7915.cpp einstein.cpp elf.cpp eti660.cpp forte2.cpp galaxia.cpp kingpin.cpp m5.cpp mainsnk.cpp milton6805.cpp msx.cpp mtx.cpp myvision.cpp nightmare.cpp* pachifev.cpp pencil2.cpp pengadvb.cpp pv2000.cpp re900.cpp sg1000.cpp sg1000a.cpp studio2.cpp svi318.cpp system16.cpp ti990_10.cpp ti990_4.cpp ti99_4p.cpp ti99_4x.cpp ti99_8.cpp tim100.cpp tm990189.cpp tmc2000e.cpp trs80dt1.cpp tutor.cpp vastar.cpp vip.cpp wy100.cpp* z29.cpp* zodiack.cpp |
[src/mame/includes] | cvs.h msx.h vastar.h zodiack.h |
[src/mame/video] | 733_asr.h 911_vdt.h orca40c.cpp* orca40c.h* tmc1800.cpp vastar.cpp |
r111641 Wednesday 22nd August, 2018 at 12:47:44 UTC by superctr |
---|
qsoundhle.cpp: fix ADPCM playback |
[hash] | uzebox.xml |
[plugins/hiscore] | hiscore.dat |
[scripts/src] | bus.lua cpu.lua machine.lua |
[scripts/target/mame] | arcade.lua mess.lua |
[src/devices/bus/a2bus] | a2arcadebd.cpp ezcgi.cpp ssprite.cpp |
[src/devices/bus/amiga/keyboard] | a2000.cpp a2000.h a500.cpp* a500.h* keyboard.cpp keyboard.h matrix.cpp matrix.h |
[src/devices/bus/spc1000] | vdp.cpp |
[src/devices/bus/ti99/gromport] | cartridges.cpp |
[src/devices/bus/ti99/internal] | 992board.h |
[src/devices/bus/ti99/peb] | pcode.cpp |
[src/devices/bus/ti99x] | 990_dk.h 990_hd.h 990_tap.h |
[src/devices/cpu/i386] | i386.cpp i386.h |
[src/devices/cpu/m6502] | |
[src/devices/imagedev] | mfmhd.h |
[src/devices/machine] | i8255.cpp pdc.cpp |
[src/devices/sound] | cdp1864.cpp cdp1864.h qsoundhle.cpp zsg2.cpp |
[src/devices/video] | cdp1861.cpp cdp1861.h i8275.cpp i8275.h tms9928a.cpp tms9928a.h |
[src/emu] | divideo.cpp divideo.h screen.cpp screen.h xtal.cpp |
[src/mame] | arcade.flt mame.lst mess.flt |
[src/mame/drivers] | adam.cpp amiga.cpp arachnid.cpp bbcbc.cpp byvid.cpp cliffhgr.cpp coleco.cpp cortex.cpp cosmicos.cpp crvision.cpp cvs.cpp ec7915.cpp einstein.cpp elf.cpp eti660.cpp forte2.cpp galaxia.cpp kingpin.cpp m5.cpp mainsnk.cpp milton6805.cpp msx.cpp mtx.cpp myvision.cpp |
[src/mame/includes] | cvs.h msx.h vastar.h zodiack.h |
[src/mame/video] | 733_asr.h 911_vdt.h |
r111640 Wednesday 22nd August, 2018 at 14:43:21 UTC by Robbbert |
---|
cvs : - huncholy,superbik,hero : simulate protection instead of patching it out [iq_132, Robbbert] - proper privacy of functions |
[src/mame/drivers] | cvs.cpp galaxia.cpp |
[src/mame/includes] | cvs.h |
r111639 Wednesday 22nd August, 2018 at 14:25:21 UTC by Vasantha Crabb |
---|
Amiga keyboard overhaul: * Implement Mitsumi Amiga 500, 600, and 2000/3000/4000/CDTV keyboards * Add unlabeled keys to UK layout * Restrict available keyboards depending on system type * Note that C-A-A reset is now broken on "big box" Amigas as MAME doesn't implement it properly, and the hack providing a fake dedicated reset line has been removed 6502 MCU: fix execute loop 6500/1: implement as device with onboard peripherals Fix some bogus comments |
[scripts/src] | bus.lua cpu.lua |
[src/devices/bus/amiga/keyboard] | a2000.cpp a2000.h |
[src/devices/cpu/m6502] | m6500_1.cpp* m6500_1.h* m6502.cpp m6502.h m6502d.cpp m6502d.h m6504.cpp m6504.h m6507.cpp m6507.h m65c02.cpp m65c02.h m65c02d.cpp m65c02d.h |
[src/mame/drivers] | amiga.cpp |
r111638 Wednesday 22nd August, 2018 at 12:38:25 UTC by Robbbert |
---|
(nw) nightmare : fixed validation and spacing |
[src/mame/drivers] | nightmare.cpp |
r111637 Wednesday 22nd August, 2018 at 11:56:52 UTC by Robbbert |
---|
Merge branch 'master' of https://github.com/mamedev/mame |
r111636 Wednesday 22nd August, 2018 at 11:55:13 UTC by Michael Zapf |
---|
tutor: Fix cartslot declaration. (nw) |
r111635 Wednesday 22nd August, 2018 at 11:56:06 UTC by Robbbert |
---|
(nw) fixed listxml |
[src/mame/drivers] | tutor.cpp |
r111634 Wednesday 22nd August, 2018 at 08:19:16 UTC by tomasz.slanina |
---|
New Working Game ------------------------------- Nightmare [Tomasz Slanina, Roberto Fresca, Jordi Beltran, Paco Ortiz, Recreativas.org] |
[scripts/src] | machine.lua |
[scripts/target/mame] | arcade.lua |
[src/devices/machine] | sda2006.cpp* sda2006.h* |
[src/mame] | arcade.flt mame.lst |
[src/mame/drivers] | nightmare.cpp* |
r111633 Wednesday 22nd August, 2018 at 08:03:52 UTC by Robbbert |
---|
(nw) mainsnk : fixed my regression |
[src/mame/drivers] | mainsnk.cpp |
r111632 Wednesday 22nd August, 2018 at 07:48:40 UTC by Samuele Zannoli |
---|
i386.cpp: Add enumeration for feature information bits (nw) Also more stuff for athlon xp |
[src/devices/cpu/i386] | i386.cpp i386.h |
r111631 Wednesday 22nd August, 2018 at 06:27:23 UTC by clawgrip |
---|
Added PROMs and PLDs to "dduxbl" [ClawGrip, Roberto Fresca, Recreativas.org, Dumping Union] (#3879) All PLDs were unprotected. On my set, rom #10 (dduxb10.bin, sprites) has addr 00004D8A with 0F, and on MAME's is 8F. It's probably a bitrot, but really not sure which one is good. The new PROMs maybe related to priority (bad on this set). |
[src/mame/drivers] | system16.cpp |
r111630 Wednesday 22nd August, 2018 at 05:21:27 UTC by Osso |
---|
uzebox.xml: added 8 new entries [ArcadeShadow] |
[hash] | uzebox.xml |
r111629 Wednesday 22nd August, 2018 at 03:39:58 UTC by AJR |
---|
Misc. minor corrections (nw) |
[src/mame/drivers] | tim100.cpp trs80dt1.cpp z29.cpp |
r111628 Wednesday 22nd August, 2018 at 03:02:53 UTC by Carl |
---|
hiscore.dat: update renamed sets before release (nw) |
[plugins/hiscore] | hiscore.dat |
r111627 Wednesday 22nd August, 2018 at 03:00:49 UTC by AJR |
---|
New machines marked as NOT_WORKING ---------------------------------- WY-100 [Al Kossow] Z-29 [Al Kossow] |
[scripts/target/mame] | mess.lua |
[src/devices/video] | i8275.cpp i8275.h |
[src/emu] | xtal.cpp |
[src/mame] | mame.lst mess.flt |
[src/mame/drivers] | wy100.cpp* z29.cpp* |
r111626 Tuesday 21st August, 2018 at 21:54:50 UTC by Osso |
---|
new working clone --------------------------------- Dog Fight (Orca, prototype) [ShouTime, Dane Biegert, Smitdogg, The Dumping Union] |
[scripts/target/mame] | arcade.lua |
[src/mame] | mame.lst |
[src/mame/drivers] | vastar.cpp zodiack.cpp |
[src/mame/includes] | vastar.h zodiack.h |
[src/mame/video] | orca40c.cpp* orca40c.h* vastar.cpp |
r111625 Tuesday 21st August, 2018 at 21:52:29 UTC by Samuele Zannoli |
---|
i386.cpp: Add Athlon XP processor (nw) |
[src/devices/cpu/i386] | i386.cpp i386.h |
r111624 Tuesday 21st August, 2018 at 21:04:05 UTC by R. Belmont |
---|
Merge pull request #3880 from superctr/zsg2_cutoff zsg2.cpp: minor improvements [nw] |
[src/devices/bus/a2bus] | a2arcadebd.cpp ezcgi.cpp ssprite.cpp |
[src/devices/bus/spc1000] | vdp.cpp |
[src/devices/bus/ti99/gromport] | cartridges.cpp |
[src/devices/bus/ti99/internal] | 992board.h |
[src/devices/bus/ti99/peb] | pcode.cpp |
[src/devices/bus/ti99x] | 990_dk.h 990_hd.h 990_tap.h |
[src/devices/cpu/m6502] | m6502.cpp m6502.h |
[src/devices/imagedev] | mfmhd.h |
[src/devices/machine] | i8255.cpp pdc.cpp strata.h tmc0430.h |
[src/devices/sound] | cdp1864.cpp cdp1864.h |
[src/devices/video] | cdp1861.cpp cdp1861.h tms9928a.cpp tms9928a.h |
[src/emu] | divideo.cpp divideo.h screen.cpp screen.h |
[src/mame/drivers] | adam.cpp arachnid.cpp bbcbc.cpp byvid.cpp cliffhgr.cpp coleco.cpp cortex.cpp cosmicos.cpp crvision.cpp ec7915.cpp einstein.cpp elf.cpp eti660.cpp forte2.cpp galaxia.cpp kingpin.cpp m5.cpp milton6805.cpp msx.cpp mtx.cpp myvision.cpp pachifev.cpp pencil2.cpp pengadvb.cpp pv2000.cpp re900.cpp sg1000.cpp sg1000a.cpp studio2.cpp svi318.cpp ti990_10.cpp ti990_4.cpp ti99_4p.cpp ti99_4x.cpp ti99_8.cpp tm990189.cpp tmc2000e.cpp tutor.cpp vip.cpp |
[src/mame/includes] | msx.h |
[src/mame/video] | 733_asr.h 911_vdt.h tmc1800.cpp |
r111623 Tuesday 21st August, 2018 at 10:12:05 UTC by superctr |
---|
zsg2.cpp: minor improvements [nw] zsg2.cpp: Remove misleading comment [nw] zsg2.cpp: saturate the emphasis filter output. Right shifting will cause unwanted noise [nw] zsg2.cpp: Discharge the output filter slowly when the cutoff is set to 0. Fixes popping noises in raycris song 12 [nw] |
[src/devices/bus/a2bus] | a2arcadebd.cpp ezcgi.cpp ssprite.cpp |
[src/devices/bus/spc1000] | vdp.cpp |
[src/devices/bus/ti99/gromport] | cartridges.cpp |
[src/devices/bus/ti99/internal] | 992board.h |
[src/devices/bus/ti99/peb] | pcode.cpp |
[src/devices/bus/ti99x] | 990_dk.h 990_hd.h 990_tap.h |
[src/devices/cpu/m6502] | m6502.cpp m6502.h |
[src/devices/imagedev] | mfmhd.h |
[src/devices/machine] | i8255.cpp pdc.cpp strata.h tmc0430.h |
[src/devices/sound] | cdp1864.cpp cdp1864.h zsg2.cpp |
[src/devices/video] | cdp1861.cpp cdp1861.h tms9928a.cpp tms9928a.h |
[src/emu] | divideo.cpp divideo.h screen.cpp screen.h |
[src/mame/drivers] | adam.cpp arachnid.cpp bbcbc.cpp byvid.cpp cliffhgr.cpp coleco.cpp cortex.cpp cosmicos.cpp crvision.cpp ec7915.cpp einstein.cpp elf.cpp eti660.cpp forte2.cpp galaxia.cpp kingpin.cpp m5.cpp milton6805.cpp msx.cpp mtx.cpp myvision.cpp pachifev.cpp pencil2.cpp pengadvb.cpp pv2000.cpp re900.cpp sg1000.cpp sg1000a.cpp studio2.cpp svi318.cpp ti990_10.cpp ti990_4.cpp ti99_4p.cpp ti99_4x.cpp ti99_8.cpp tm990189.cpp tmc2000e.cpp tutor.cpp vip.cpp |
[src/mame/includes] | msx.h |
[src/mame/video] | 733_asr.h 911_vdt.h tmc1800.cpp |
r111622 Tuesday 21st August, 2018 at 18:41:33 UTC by AJR |
---|
astrowar, ec7915: Mark some dubious ROMs as bad dumps (nw) |
[src/mame/drivers] | ec7915.cpp galaxia.cpp |
r111621 Tuesday 21st August, 2018 at 18:32:04 UTC by AJR |
---|
i8255: Refactor to make clear the exact sequences of actions acka_r and ackb_r correspond to (nw) |
[src/devices/machine] | i8255.cpp |
r111620 Tuesday 21st August, 2018 at 18:04:41 UTC by Michael Zapf |
---|
ti9x: Various MCFG removals. (nw) |
[src/devices/bus/ti99/internal] | 992board.h |
[src/devices/bus/ti99x] | 990_dk.h 990_hd.h 990_tap.h |
[src/devices/imagedev] | mfmhd.h |
[src/devices/machine] | pdc.cpp strata.h |
[src/mame/drivers] | milton6805.cpp ti990_10.cpp ti990_4.cpp ti99_4p.cpp ti99_8.cpp tm990189.cpp tutor.cpp |
[src/mame/video] | 733_asr.h 911_vdt.h |
r111619 Tuesday 21st August, 2018 at 15:18:42 UTC by AJR |
---|
tms9928a: Configuration modernization (nw) - Replace callback configuration macros with devcb3 (slightly shortening function names in the process) - Change configured clock to be twice the dot clock (as on hardware), rather than equal to it - Allow the VDP to configure the screen in device_config_complete (taking into account 60 Hz/50 Hz variations), making MCFG_TMS9928A_SCREEN_ADD_NTSC/_PAL macros obsolete - Add notes on clock outputs msx.cpp: Use a template to simplify configuration of all the MSX1 VDP variants (nw) bbcbc: Increase clock speed to a more plausible rate WARNING: Withheld for now due to Vas's quibbles with the similar approach used in 577f198564faff49f2636600598a15644db354bb. |
[src/devices/bus/a2bus] | a2arcadebd.cpp ezcgi.cpp ssprite.cpp |
[src/devices/bus/spc1000] | vdp.cpp |
[src/devices/video] | tms9928a.cpp tms9928a.h |
[src/mame/drivers] | adam.cpp arachnid.cpp bbcbc.cpp byvid.cpp cliffhgr.cpp coleco.cpp cortex.cpp crvision.cpp einstein.cpp forte2.cpp kingpin.cpp m5.cpp msx.cpp mtx.cpp myvision.cpp pachifev.cpp pencil2.cpp pengadvb.cpp pv2000.cpp re900.cpp sg1000.cpp sg1000a.cpp svi318.cpp ti99_4x.cpp ti99_8.cpp tm990189.cpp tutor.cpp |
[src/mame/includes] | msx.h |
r111618 Tuesday 21st August, 2018 at 13:04:09 UTC by AJR |
---|
divideo: Fetch screen to be potentially configured during device_config_complete (nw) - Allow device finder to be used as an argument for set_screen (nw) screen: Calculate physical aspect ratio whenever required, not in device_config_complete, since the renderer caches the result anyway (nw) cdp1861, cdp1864: Eliminate the "magic reference" constructors, doing their work in device_config_complete instead (nw) |
[src/devices/sound] | cdp1864.cpp cdp1864.h |
[src/devices/video] | cdp1861.cpp cdp1861.h |
[src/emu] | divideo.cpp divideo.h screen.cpp screen.h |
[src/mame/drivers] | cosmicos.cpp elf.cpp eti660.cpp studio2.cpp tmc2000e.cpp vip.cpp |
[src/mame/video] | tmc1800.cpp |
r111617 Tuesday 21st August, 2018 at 11:17:03 UTC by Olivier Galibert |
---|
m6502: mcu capabilities [O. Galibert] |
[src/devices/cpu/m6502] | m6502.cpp m6502.h |
r111616 Tuesday 21st August, 2018 at 10:37:55 UTC by Michael Zapf |
---|
ti99: Simplified GROM declaration. (nw) |
[src/devices/bus/ti99/gromport] | cartridges.cpp |
[src/devices/bus/ti99/peb] | pcode.cpp |
[src/devices/machine] | tmc0430.h |
[src/mame/drivers] | ti99_4x.cpp ti99_8.cpp |
r111615 Tuesday 21st August, 2018 at 07:21:12 UTC by Samuele Zannoli |
---|
i82371sb.cpp: add interrupt input lines (nw) Also added eisa interrupt registers pcipc.cpp is updated accordingly |
[src/devices/bus/lpci] | southbridge.cpp |
[src/devices/machine] | i82371sb.cpp i82371sb.h |
[src/mame/drivers] | pcipc.cpp |
r111614 Tuesday 21st August, 2018 at 05:57:52 UTC by patrick.mackinlay |
---|
bt459: add contrast control (nw) Use a simplistic multiply to simulate contrast control. InterPro systems write to a "virtual contrast DAC" register/latch of some kind, which presumably adjusts the reference voltage produced by the Bt438 before it enters the RAMDAC; this approximation is very crude, however it's simple and produces a satisfactory visual result. |
[src/devices/video] | bt459.cpp bt459.h |
r111613 Tuesday 21st August, 2018 at 04:40:14 UTC by AJR |
---|
zephyr: White screen, not green screen (nw) |
[src/mame/drivers] | zms8085.cpp |
r111612 Tuesday 21st August, 2018 at 01:06:28 UTC by patrick.mackinlay |
---|
interpro: softlist additions (nw) |
[hash] | interpro.xml |
r111611 Tuesday 21st August, 2018 at 00:38:58 UTC by Vasantha Crabb |
---|
turn back into an array (nw) |
[src/devices/bus/ti99/peb] | pcode.cpp pcode.h |
r111610 Tuesday 21st August, 2018 at 00:05:32 UTC by Michael Zapf |
---|
ti99: Kill some more MCFGs. (nw) |
[src/devices/bus/hexbus] | hx5102.cpp |
[src/devices/bus/ti99/gromport] | gkracker.cpp multiconn.cpp singleconn.cpp |
[src/devices/bus/ti99/internal] | 998board.cpp |
[src/devices/bus/ti99/peb] | bwg.cpp hfdc.cpp ti_fdc.cpp |
[src/devices/imagedev] | mfmhd.h |
r111609 Monday 20th August, 2018 at 23:33:58 UTC by AJR |
---|
a2themill: 6809 type identification (nw) |
[src/devices/bus/a2bus] | a2themill.cpp |
r111608 Monday 20th August, 2018 at 22:44:59 UTC by AJR |
---|
mos6551: Eliminate MCFG_ macros (nw) a2232: Add input merger device to handle IRQs (nw) superpet: 6809 type identification (nw) |
[src/devices/bus/a2bus] | a2ssc.cpp |
[src/devices/bus/amiga/zorro] | a2232.cpp a2232.h |
[src/devices/bus/c64] | swiftlink.cpp turbo232.cpp |
[src/devices/bus/coco] | coco_dcmodem.cpp coco_rs232.cpp |
[src/devices/bus/pet] | superpet.cpp |
[src/devices/machine] | mos6551.h |
[src/mame/drivers] | aim65_40.cpp apple2e.cpp cbm2.cpp cmi.cpp digel804.cpp dragon.cpp ec65.cpp hp2620.cpp microtan.cpp novag6502.cpp novag68k.cpp rvoice.cpp tek440x.cpp thomson.cpp tv910.cpp tv912.cpp tv955.cpp tv965.cpp |
r111607 Monday 20th August, 2018 at 22:07:17 UTC by Michael Zapf |
---|
ti99: Forgot to remove the logerror. (nw) |
[src/devices/bus/ti99/gromport] | gromport.cpp |
r111606 Monday 20th August, 2018 at 22:04:38 UTC by Michael Zapf |
---|
ti99: Use a config command instead of a subclass. (nw) |
[src/devices/bus/ti99/gromport] | gromport.cpp gromport.h |
[src/mame/drivers] | ti99_8.cpp |
r111605 Monday 20th August, 2018 at 18:21:53 UTC by Michael Zapf |
---|
ti99: Adapting to common devcb3 slot device handling. (nw) |
[src/devices/bus/hexbus] | hexbus.cpp hexbus.h hx5102.cpp tp0370.h |
[src/devices/bus/ti99/colorbus] | colorbus.cpp colorbus.h |
[src/devices/bus/ti99/gromport] | gromport.cpp gromport.h |
[src/devices/bus/ti99/internal] | ioport.cpp ioport.h |
[src/devices/bus/ti99/joyport] | joyport.cpp joyport.h |
[src/devices/bus/ti99/peb] | evpc.cpp peribox.cpp peribox.h |
[src/mame/drivers] | geneve.cpp ti99_2.cpp ti99_4p.cpp ti99_4x.cpp ti99_8.cpp |
r111604 Monday 20th August, 2018 at 17:32:59 UTC by ajrhacker |
---|
Merge pull request #3876 from superctr/zsg2_filter zsg2.cpp: Optimized the filters a little bit |
r111603 Monday 20th August, 2018 at 16:41:02 UTC by superctr |
---|
zsg2.cpp: Optimized the filters a little bit Should sound better at lower amplitudes now (less quantization noise). I also added some short notes about the emphasis filter. I still want to fix the popping noises in raycris song #12 so added a note about that as well. (couldn't figure out the cause now) |
[src/devices/sound] | zsg2.cpp |
r111602 Monday 20th August, 2018 at 14:38:45 UTC by superctr |
---|
tms57002, konamigx: fix regression (#3870) * tms57002, konamigx: fix regression tms57002: Change flag instructions back to type "2b" [nw] konamigx: Hook up channels 3,4 of TMS57002. The Lethal Enforces II schematics are not complete so I couldn't figure out exactly how they are connected to the sound chips and the DAC, but this sounds OK for now. * konamigx: document TMS57002 outputs |
[src/devices/cpu/tms57002] | tmsinstr.lst |
[src/mame/drivers] | konamigx.cpp |
r111601 Monday 20th August, 2018 at 14:37:24 UTC by ajrhacker |
---|
Merge pull request #3874 from FakeShemp/gameboy gameboy.xml - Add some documentation research from No-Intro |
[scripts/src] | machine.lua |
[scripts/target/mame] | mess.lua |
[src/devices/machine] | dp8390.cpp pcf8583.cpp* pcf8583.h* |
[src/mame/drivers] | mainsnk.cpp |
[src/mame/video] | mainsnk.cpp |
r111600 Monday 20th August, 2018 at 10:29:19 UTC by rebecca.wallander |
---|
gameboy.xml - Add some documentation research from No-Intro |
[hash] | gameboy.xml |
[scripts/src] | machine.lua |
[scripts/target/mame] | mess.lua |
[src/devices/machine] | dp8390.cpp |
[src/mame/drivers] | mainsnk.cpp |
[src/mame/video] | mainsnk.cpp |
r111599 Monday 20th August, 2018 at 12:41:49 UTC by ryan.holtz |
---|
-pcf8583: Added rudimentary Philips PCF8583 RTC emulation, based on the PCF8593 device. [Ryan Holtz] |
[scripts/src] | machine.lua |
[scripts/target/mame] | mess.lua |
[src/devices/machine] | pcf8583.cpp* pcf8583.h* |
r111598 Monday 20th August, 2018 at 11:52:17 UTC by R. Belmont |
---|
Merge pull request #3872 from rakslice/appletalk_fixes dp8390: allow AppleTalk broadcast through recv() |
[scripts/target/mame] | mess.lua |
[src/devices/bus/hexbus] | hexbus.cpp hexbus.h hx5102.cpp |
[src/devices/bus/ti99/internal] | ioport.cpp ioport.h |
[src/devices/bus/ti99/joyport] | joyport.cpp joyport.h |
[src/devices/bus/ti99/peb] | bwg.cpp evpc.cpp hfdc.cpp spchsyn.cpp spchsyn.h tn_usbsm.cpp |
[src/devices/cpu/tms57002] | tms57002.cpp |
[src/devices/imagedev] | cassette.cpp cassette.h |
[src/devices/machine] | i8255.cpp i8255.h mm58274c.h |
[src/devices/sound] | qsound.cpp qsoundhle.cpp qsoundhle.h sn76496.h tms5220.h zsg2.cpp zsg2.h |
[src/devices/video] | 315_5124.cpp 315_5124.h hp1ll3.cpp hp1ll3.h poly.h v9938.h |
[src/mame] | mame.lst mess.flt |
[src/mame/audio] | taito_zm.cpp taito_zm.h |
[src/mame/drivers] | ambush.cpp ec7915.cpp* geneve.cpp icebox.cpp* mainsnk.cpp meritum.cpp mpc3000.cpp naomi.cpp ptcsol.cpp s11b.cpp segag80r.cpp suprloco.cpp taitogn.cpp terminal.cpp ti99_2.cpp ti99_4p.cpp ti99_4x.cpp ti99_8.cpp vdm7932x.cpp* vgmplay.cpp zn.cpp |
[src/mame/includes] | segag80r.h suprloco.h |
[src/mame/layout] | vgmplay.lay |
[src/mame/video] | mainsnk.cpp |
r111597 Monday 20th August, 2018 at 00:34:41 UTC by rakslice |
---|
dp8390: allow AppleTalk broadcast through recv |
[scripts/target/mame] | mess.lua |
[src/devices/bus/hexbus] | hexbus.cpp hexbus.h hx5102.cpp |
[src/devices/bus/ti99/internal] | ioport.cpp ioport.h |
[src/devices/bus/ti99/joyport] | joyport.cpp joyport.h |
[src/devices/bus/ti99/peb] | bwg.cpp evpc.cpp hfdc.cpp spchsyn.cpp spchsyn.h tn_usbsm.cpp |
[src/devices/cpu/tms57002] | tms57002.cpp |
[src/devices/imagedev] | cassette.cpp cassette.h |
[src/devices/machine] | dp8390.cpp i8255.cpp i8255.h mm58274c.h |
[src/devices/sound] | qsound.cpp qsoundhle.cpp qsoundhle.h sn76496.h tms5220.h zsg2.cpp zsg2.h |
[src/devices/video] | 315_5124.cpp 315_5124.h hp1ll3.cpp hp1ll3.h poly.h v9938.h |
[src/mame] | mame.lst mess.flt |
[src/mame/audio] | taito_zm.cpp taito_zm.h |
[src/mame/drivers] | ambush.cpp |
[src/mame/includes] | segag80r.h suprloco.h |
[src/mame/layout] | vgmplay.lay |
[src/mame/video] | mainsnk.cpp |
Previous 50 | 199869 Revisions | Next 50 |