Note Feed

Note: GitHub retired the SVN interface on January 8, 2024.

Previous 50 199869 Revisions Next 50

r112296 Tuesday 25th September, 2018 at 05:49:24 UTC by AJR
sbrain: Add DP8350 CRTC (nw)
[src/mame/drivers]sbrain.cpp

r112295 Tuesday 25th September, 2018 at 04:51:14 UTC by AJR
Preliminary emulation of National DP8350 CRT controller family
[scripts/src]video.lua
[scripts/target/mame]arcade.lua mess.lua
[src/devices/video]dp8350.cpp* dp8350.h*
[src/mame/drivers]hazl1420.cpp hp2620.cpp

r112294 Tuesday 25th September, 2018 at 02:51:37 UTC by braintro
new working clone - Pocket Gal Deluxe (Asia v3.00)

New Working Clone Added
---------------------------------------
Pocket Gal Deluxe (Asia v3.00) [Jorge Silva]
[src/mame]mame.lst
[src/mame/drivers]pktgaldx.cpp

r112293 Monday 24th September, 2018 at 21:54:42 UTC by AJR
i8243: Save state (nw)
[src/devices/machine]i8243.cpp

r112292 Monday 24th September, 2018 at 19:39:44 UTC by AJR
hazl1420: Add interrupts and hook up DIP switches through I/O expanders (nw)
[src/devices/machine]ins8250.cpp
[src/emu]diserial.cpp
[src/mame/drivers]hazl1420.cpp

r112291 Monday 24th September, 2018 at 19:32:39 UTC by Scott Stone
Merge branch 'master' of https://github.com/mamedev/mame
[src/mame/drivers]fidelz80.cpp

r112290 Monday 24th September, 2018 at 19:32:17 UTC by Scott Stone
Some more documentation structure fixes (nw)
[docs/source/commandline]commandline-all.rst
[src/mame/drivers]fidelz80.cpp

r112289 Monday 24th September, 2018 at 19:30:02 UTC by AJR
fidelz80.cpp: Consistent parameter naming (nw)
[src/mame/drivers]fidelz80.cpp

r112288 Monday 24th September, 2018 at 19:10:54 UTC by Angelo Salese
flkatck.cpp: fix sprite-sprite priorities and removed hackish implementation in k007121 [Angelo Salese, Dink]
[/branches/konami_flkatck/src/mame/drivers]flkatck.cpp
[/branches/konami_flkatck/src/mame/includes]flkatck.h
[/branches/konami_flkatck/src/mame/video]flkatck.cpp k007121.cpp

r112287 Monday 24th September, 2018 at 19:14:23 UTC by davidhaywood
added crude lamp layout to "Video 21" so that it is actually worthy of the 'Working' tag
(game doesn't really let you know what to do, it's still vague without a 'deal' lamp, but at least somewhat playable now and I suspect this is how the machine was)
[/branches/release0202/src/mame/drivers]video21.cpp
[/branches/release0202/src/mame/layout]video21.lay*

r112286 Monday 24th September, 2018 at 19:14:16 UTC by AJR
Fix debugger memory view editing for address-shifted spaces
[/branches/release0202/src/emu/debug]dvmemory.cpp

r112285 Monday 24th September, 2018 at 19:20:49 UTC by Scott Stone
Misc documentation fixes as brought up by other developers (nw)
[docs/source/commandline]commandline-all.rst

r112284 Monday 24th September, 2018 at 19:11:36 UTC by AJR
i8243: Device overhaul (nw)
- Fix critical bugs with P4-P7 reads, both in this device and in the emulation of the MCS-48 MOVD A,Pp instruction
- Emulate the CS line, which will be useful for driving multiple 8243s
- Provide a separate callback for each 4-bit port
- Eliminate space and offset arguments from p2_r and p2_w
[src/devices/cpu/mcs48]mcs48.cpp
[src/devices/machine]i8243.cpp i8243.h
[src/mame/audio]segag80r.cpp segag80r.h
[src/mame/drivers]fidelz80.cpp odyssey2.cpp othello.cpp segas16a.cpp
[src/mame/includes]segas16a.h
[src/mame/machine]ms7004.cpp ms7004.h

r112283 Monday 24th September, 2018 at 18:48:56 UTC by ajrhacker
Merge pull request #4023 from DavidHaywood/240918

added crude lamp layout to "Video 21" so that it is actually worthy of the 'Working' tag
[docs/source/commandline]commandline-all.rst commandline-index.rst
[src/devices/cpu/psx]gte.cpp
[src/devices/video]bt459.cpp psx.cpp
[src/emu/debug]dvmemory.cpp
[src/mame]mame.lst
[src/mame/drivers]dec0.cpp itgamble.cpp viper.cpp

r112282 Monday 24th September, 2018 at 18:26:17 UTC by davidhaywood
added crude lamp layout to "Video 21" so that it is actually worthy of the 'Working' tag
(game doesn't really let you know what to do, it's still vague without a 'deal' lamp, but at least somewhat playable now and I suspect this is how the machine was)
[docs/source/commandline]commandline-all.rst commandline-index.rst
[src/devices/cpu/psx]gte.cpp
[src/devices/video]bt459.cpp psx.cpp
[src/emu/debug]dvmemory.cpp
[src/mame]mame.lst
[src/mame/drivers]dec0.cpp itgamble.cpp video21.cpp viper.cpp
[src/mame/layout]video21.lay*

r112281 Monday 24th September, 2018 at 18:39:20 UTC by AJR
Fix debugger memory view editing for address-shifted spaces
[src/emu/debug]dvmemory.cpp

r112280 Monday 24th September, 2018 at 18:03:31 UTC by Scott Stone
reference fix (nw)
[docs/source/commandline]commandline-all.rst

r112279 Monday 24th September, 2018 at 17:55:18 UTC by Scott Stone
Started commandline documents update to dismiss items no longer in source and start listing recently added commands.  More work to come.  [Tafoid]
[docs/source/commandline]commandline-all.rst commandline-index.rst

r112278 Monday 24th September, 2018 at 16:13:19 UTC by Osso
dec0.cpp: fix dumb error of mine, sorry (nw)
[src/mame/drivers]dec0.cpp

r112277 Monday 24th September, 2018 at 15:55:15 UTC by Osso
deco0: dumped 68705 MCU for drgninjab2 [Sean Riddle, Tomas Garcia-Meras (ClawGrip), The Dumping Union]

not hooked up (nw)
[src/mame/drivers]dec0.cpp

r112276 Monday 24th September, 2018 at 15:47:14 UTC by Osso
new not working machine
-------------------------------------
World Cup (Ver 1.5) [f205v]

new not working clone
-------------------------------------
World Cup (Ver 1.4) [f205v]
[src/mame]mame.lst
[src/mame/drivers]itgamble.cpp

r112275 Monday 24th September, 2018 at 15:45:13 UTC by Osso
viper.cpp: dumped memory card and ata id for gticlub2ea [Corrado Tomaselli, The Dumping Union]
disk media check is ok but game asks for password (nw)
[src/mame/drivers]viper.cpp

r112274 Monday 24th September, 2018 at 13:59:40 UTC by smf
PSX GTE Use count_leading_zeros() & count_leading_ones() instead of counting manually. [smf]
[src/devices/cpu/psx]gte.cpp

r112273 Monday 24th September, 2018 at 13:59:39 UTC by smf
PSX GPU: Copy the textures STP bit, which improves Silent Hill. [smf]
[src/devices/video]psx.cpp

r112272 Monday 24th September, 2018 at 09:42:43 UTC by patrick.mackinlay
bt459: 4 bits per pixel, not 3 (nw)
[src/devices/video]bt459.cpp

r112271 Monday 24th September, 2018 at 00:13:03 UTC by Angelo Salese
flkatck.cpp: apply old patch from Dink wrt sprite-sprite priorities (nw)
Making it a branch cause it's a lot nastier than that, hopefully going to fix this mess in the next days ...
[/branches/konami_flkatck/src/mame/video]flkatck.cpp k007121.cpp

r112270 Sunday 23rd September, 2018 at 23:20:44 UTC by David Haywood
stlforce / mwarr refactoring (#3984)

* mwarr.cpp refactoring

* mwarr.cpp refactoring

* stlforce refactor (nw)

* use suggested syntax, unless there's something to actually modify instead of outright replace?

* ok, no need to signal that we're modifying a device at all, just modify it (nw)

* move includes as requested (nw)

* do stuff modern way (nw)
[/branches]konami_flkatck*

r112269 Sunday 23rd September, 2018 at 23:20:44 UTC by David Haywood
stlforce / mwarr refactoring (#3984)

* mwarr.cpp refactoring

* mwarr.cpp refactoring

* stlforce refactor (nw)

* use suggested syntax, unless there's something to actually modify instead of outright replace?

* ok, no need to signal that we're modifying a device at all, just modify it (nw)

* move includes as requested (nw)

* do stuff modern way (nw)
[scripts/target/mame]arcade.lua
[src/mame/drivers]mwarr.cpp stlforce.cpp
[src/mame/includes]stlforce.h
[src/mame/video]edevices.cpp* edevices.h* stlforce.cpp

r112268 Sunday 23rd September, 2018 at 15:41:23 UTC by hap
New working clones
------------------
Arm Champs II (ver 2.7) [Siftware]
[src/mame]mame.lst
[src/mame/drivers]cischeat.cpp

r112267 Sunday 23rd September, 2018 at 14:21:25 UTC by hap
New working clones
------------------
Rapid Hero (NMK) [pacman70]
[src/mame]mame.lst
[src/mame/drivers]nmk16.cpp

r112266 Sunday 23rd September, 2018 at 13:48:34 UTC by AJR
mcs48: Eliminate now-unneeded arguments from p1_r and p2_r handlers (nw)

ins8250: Add interrupt line read handler for later use (nw)
[src/devices/bus/hp80_io]82937.cpp
[src/devices/cpu/mcs48]mcs48.cpp mcs48.h
[src/devices/machine]ins8250.cpp ins8250.h
[src/mame/drivers]atetris.cpp

r112265 Sunday 23rd September, 2018 at 09:53:12 UTC by Ryan Holtz
sun4: More optimizations, nw
[src/devices/bus/sbus]bwtwo.cpp
[src/devices/cpu/sparc]mb86901.cpp sparc.h sparc_intf.h sparcdefs.h
[src/devices/machine]sun4c_mmu.cpp sun4c_mmu.h
[src/osd/modules/render]drawd3d.cpp
[src/osd/modules/render/d3d]d3dcomm.h

r112264 Sunday 23rd September, 2018 at 02:22:35 UTC by Vasantha Crabb
srcclean (nw)
[/branches]release0202*

r112263 Sunday 23rd September, 2018 at 03:37:56 UTC by AJR
hazl1420: Nonstandard INS8250 clock (nw)
[src/mame/drivers]hazl1420.cpp

r112262 Sunday 23rd September, 2018 at 02:26:33 UTC by AJR
hazl1420: Add INS8250 (nw)
[src/mame/drivers]hazl1420.cpp

r112261 Sunday 23rd September, 2018 at 02:22:35 UTC by Vasantha Crabb
srcclean (nw)
[hash]fmtowns_cd.xml
[plugins/cheatfind]init.lua
[src/devices/bus/abcbus]fd2.cpp lux10828.cpp lux21046.cpp
[src/devices/bus/sbus]artecon.cpp cgsix.cpp cgsix.h hme.cpp sbus.h sunpc.cpp
[src/devices/cpu/sparc]mb86901.cpp sparc.h sparc_intf.h sparcdefs.h
[src/devices/cpu/z8]z8.cpp
[src/devices/machine]am79c90.cpp am79c90.h hd64610.h nscsi_cd.cpp sun4c_mmu.cpp sun4c_mmu.h vt82c496.h
[src/emu]emumem.cpp
[src/lib/formats]tzx_cas.cpp
[src/mame/audio]dkong.cpp
[src/mame/drivers]akaiax80.cpp crospang.cpp dkmb.cpp gal3.cpp galaxian.cpp i7000.cpp icecold.cpp isbc8010.cpp luckybal.cpp m72.cpp marywu.cpp maygay1b.cpp maygayv1.cpp mmd1.cpp namcofl.cpp namcos2.cpp namcos21.cpp namcos21_c67.cpp namcos21_de.cpp nforcepc.cpp peyper.cpp route16.cpp sdk85.cpp sdk86.cpp segae.cpp selz80.cpp snk68.cpp sshangha.cpp sun4.cpp suna8.cpp tumbleb.cpp turbo.cpp vgmplay.cpp x68k.cpp zn.cpp
[src/mame/includes]namcofl.h namconb1.h namcos2.h
[src/mame/layout]luckybal.lay
[src/mame/machine]namco_c139.cpp namcos21_dsp_c67.cpp namcos21_dsp_c67.h
[src/mame/video]bbusters.cpp galaxian.cpp namco_c123tmap.cpp namco_c169roz.cpp namco_c355spr.cpp namcofl.cpp namcos2.cpp namcos21_3d.cpp namcos21_3d.h namcos2_roz.cpp namcos2_roz.h namcos2_sprite.cpp powervr2.cpp seta001.cpp
[src/osd/modules/render/d3d]d3dhlsl.cpp

r112260 Sunday 23rd September, 2018 at 00:25:06 UTC by hap
namcoio_gearbox: update notes (nw)
[src/mame/machine]namcoio_gearbox.cpp

r112259 Saturday 22nd September, 2018 at 23:56:29 UTC by smf
space, space, space, space, space, space, space, space, mem_mask (nw)
[src/devices/bus/a2bus]agat7ports.cpp agat840k_hle.cpp
[src/devices/bus/acorn/system]vib.cpp
[src/devices/bus/bbc/tube]tube_zep100.cpp
[src/devices/bus/cpc]cpc_rs232.cpp magicsound.cpp
[src/devices/bus/dmv]k210.cpp k220.cpp
[src/devices/bus/ecbbus]grip.cpp
[src/devices/bus/iq151]grafik.cpp staper.cpp
[src/devices/bus/isa]ibm_mfc.cpp myb3k_com.cpp p1_sound.cpp pds.cpp
[src/devices/bus/lpci]southbridge.cpp
[src/devices/bus/pofo]hpc101.cpp
[src/devices/bus/s100]wunderbus.cpp
[src/devices/bus/sg1000_exp]sk1100.cpp
[src/devices/bus/spc1000]fdd.cpp
[src/devices/cpu/nec]v53.cpp
[src/devices/machine]cs4031.cpp i80130.cpp i8255.cpp i8255.h mb89363b.cpp pic8259.cpp pic8259.h pit8253.cpp pit8253.h wd7600.cpp
[src/mame/audio]leland.cpp
[src/mame/drivers]apc.cpp astinvad.cpp dribling.cpp duet16.cpp elwro800.cpp fidelz80.cpp galaxian.cpp idsa.cpp imds2.cpp istrebiteli.cpp jupace.cpp konin.cpp luckybal.cpp m20.cpp mikromik.cpp ngen.cpp norautp.cpp pasopia7.cpp pc1512.cpp pc6001.cpp pc9801.cpp poisk1.cpp qtsbc.cpp scobra.cpp scramble.cpp segahang.cpp segaorun.cpp segas16a.cpp sitcom.cpp spc1500.cpp tk80bs.cpp turbo.cpp upscope.cpp vector06.cpp vega.cpp x68k.cpp
[src/mame/machine]amstrad.cpp dai.cpp ioc2.cpp lviv.cpp mbc55x.cpp mikro80.cpp orion.cpp pk8020.cpp pmd85.cpp scramble.cpp special.cpp ut88.cpp
[src/mame/video]igs017_igs031.cpp

r112258 Saturday 22nd September, 2018 at 22:15:19 UTC by Robbbert
(nw) rc702: create palette in the proper way
[src/mame/drivers]rc702.cpp

r112257 Saturday 22nd September, 2018 at 20:39:26 UTC by smf
vgmplay: added sample player support for SN76496, YM2203 & C6280 [smf]
[src/mame/drivers]vgmplay.cpp

r112256 Saturday 22nd September, 2018 at 19:39:25 UTC by braintro
suprnova.cpp: Document undumped sound sample for Gals Panic 4 (nw)
[src/mame/drivers]suprnova.cpp

r112255 Saturday 22nd September, 2018 at 17:41:10 UTC by Ryan Holtz
-sun4: Added a sun4c MMU device. Currently wraps the functionality of S4-buffer, S4-cache, and S4-MMU, will eventually be split. [Ryan Holtz]

-sun4: Significant optimization, from 150% -> 330% unthrottled on an i7-5930K. [Ryan Holtz]
[scripts/src]cpu.lua machine.lua
[scripts/target/mame]arcade.lua mess.lua
[src/devices/bus/nubus]quadralink.cpp
[src/devices/bus/sbus]bwtwo.cpp bwtwo.h
[src/devices/cpu/sparc]mb86901.cpp sparc.h sparc_intf.h* sparcdefs.h
[src/devices/machine]ncr5390.cpp ncr5390.h sun4c_mmu.cpp* sun4c_mmu.h* z80scc.cpp z80scc.h
[src/mame/drivers]apple2gs.cpp sun4.cpp
[src/mame/machine]iteagle_fpga.cpp

r112254 Saturday 22nd September, 2018 at 15:45:50 UTC by Osso
video21.cpp: some dips identified (nw)
[src/mame/drivers]video21.cpp

r112253 Saturday 22nd September, 2018 at 14:20:03 UTC by Osso
new working clone
-------------------------------
Star Castle (cocktail) [Brent Walker]
[src/mame]mame.lst
[src/mame/drivers]cinemat.cpp

r112252 Saturday 22nd September, 2018 at 13:43:26 UTC by Nigel Barnes
iq151: Removed machine().device from slot devices (nw)
[src/devices/bus/iq151]grafik.cpp staper.cpp

r112251 Saturday 22nd September, 2018 at 13:43:26 UTC by Nigel Barnes
bbc_ams3_device: Use C escape sequence (nw)
[src/devices/bus/bbc/fdc]ams.cpp

r112250 Saturday 22nd September, 2018 at 13:43:26 UTC by Nigel Barnes
spectrum: Removed machine().device from expansion devices (nw)
[src/devices/bus/spectrum]exp.cpp exp.h fuller.cpp intf1.cpp intf2.cpp intf2.h kempjoy.cpp melodik.cpp mikroplus.cpp plus2test.cpp plus2test.h protek.cpp protek.h uslot.cpp usource.cpp uspeech.cpp
[src/mame/drivers]spec128.cpp specpls3.cpp spectrum.cpp timex.cpp
[src/mame/includes]spectrum.h

r112249 Saturday 22nd September, 2018 at 10:37:07 UTC by Osso
new working clone
----------------------------
Vendetta (World, 4 Players, ver. ?) [Jorge Silva]
[src/mame]mame.lst
[src/mame/drivers]vendetta.cpp

r112248 Saturday 22nd September, 2018 at 09:57:20 UTC by Robbbert
(nw) emma2 : correction to notes.
[src/mame/drivers]emma2.cpp

r112247 Saturday 22nd September, 2018 at 09:11:50 UTC by Osso
suprnova.cpp: flagged wrong game. Thanks MASH! (nw)
[src/mame/drivers]suprnova.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team