Note Feed

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

Previous 50 199869 Revisions Next 50

r187707 Wednesday 6th July, 2022 at 16:04:05 UTC by Osso
supduck.cpp: used finder for memory bank and other minor cleanups
[src/mame/capcom]supduck.cpp
[src/mame/misc]39in1.cpp

r187706 Wednesday 6th July, 2022 at 13:12:28 UTC by abadede
neogeo.xml: Fixed eightman serial. (#10042)

Fixed mismatch between serial given in description and info - 024 is lresort serial.
[hash]neogeo.xml

r187705 Tuesday 5th July, 2022 at 21:21:35 UTC by Couriersud
netlist: Fix regression (#10041)

Code was parsing src/lib/netlist/macros instead of using compiled
version.
[src/lib/netlist]nl_base.cpp

r187704 Tuesday 5th July, 2022 at 19:25:45 UTC by Osso
supertnk.cpp, suprslam.cpp: used finders for memory banks, other small cleanups
[src/mame/misc]supertnk.cpp
[src/mame/vsystem]suprslam.cpp suprslam.h suprslam_v.cpp

r187703 Tuesday 5th July, 2022 at 19:24:39 UTC by Osso
New working clones
------------------
Acrobat Mission (bootleg with Raiden sounds) [Hammy, EMG]
[src/mame]mame.lst
[src/mame/nmk]nmk16.cpp nmk16.h

r187702 Tuesday 5th July, 2022 at 06:30:43 UTC by Vasantha Crabb
-Made parent/clone terminology consistent in Chinese translations. [YuiFAN]

-bus/nubus: Made Macintosh Display Card round away from zero in 1:2:1
convolution mode. [Vas Crabb]
[language/Chinese_Simplified]strings.po
[language/Chinese_Traditional]strings.po
[src/devices/bus/nubus]nubus_48gc.cpp

r187701 Tuesday 5th July, 2022 at 06:23:45 UTC by Couriersud
netlist: gtrak10 performance and other improvements and fixes (#10032)

- added support parameter FORCE_TRISTATE_LOGIC on mk28000
- add system device SYS_PULSE to generate pulse based on input changes
 parameters are delay, pulse width, input polarity and output polarity
- add USE_SPEED_HACKS define to gtrak10 to enable the use of the above
 Brings gtrak10 from 18% to 120%.
- Improved interlaced video support in fixfreq.cpp
 Added two interlace modes: progressive and interlaced which can
 be selected in machine configuration.
- more clang format work
- rename link to connection
- introduced typed aliases. This information may be used later to
 rewrite netlists.
- added a three terminal base device
 This will allow the analog code to be more easily comparable to
 literature about MNA (Modal node analysis).
 BJT code is now a lot better readable.
- fix doxygen consistency
- added an example for a cmos inverter based on NMOS/PMOS fets.
- TRUTHTABLE_START was renamed to TRUTH_TABLE
- truth tables are now enclosed in braces
- netlists are now enclosed in braces
- TRUTHTABLE_END() and NETLIST_END() removed from files
- Fixed static solver script
- Add file path to includes in nltool
[src/devices/machine]netlist.cpp
[src/devices/video]fixfreq.cpp fixfreq.h
[src/lib/netlist]FAQ.md nl_base.cpp nl_create_mame_solvers.sh nl_dice_compat.h nl_factory.h nl_parser.cpp nl_parser.h nl_setup.cpp nl_setup.h nltypes.h
[src/lib/netlist/analog]nld_bjt.cpp nld_generic_models.h nld_mosfet.cpp nlid_twoterm.h
[src/lib/netlist/build].clang-format create_devinc.py create_modules.py
[src/lib/netlist/core]analog.h setup.h
[src/lib/netlist/devices]nld_roms.cpp nld_system.cpp
[src/lib/netlist/documentation]primer_1.dox.h
[src/lib/netlist/examples]2n6027.cpp 7400_astable.c 74123_mstable.c 74125.cpp 7414.cpp 9602_mstable.c bjt.c bjt_eb.c bjt_eb_pnp.c cccs.cpp cd4066.c cdelay.c cmos_inverter.cpp cmos_inverter_clk.cpp cmos_inverter_rs.cpp* congo_bongo.cpp cs.cpp diode.c lm3900_test.cpp lostfound.cpp mm5837_noise.c msx_mixer_stage.c ne555_astable.c ne566.cpp nld_74393_test.c nmos_fet.cpp noise.cpp norton_opamp.c opamp.c opamp_amplification_curve.cpp rc.c rl.c sn74ls629_osc.c test.c todo.c turkey_shoot.cpp vccs.c vccs1.c vs_cs.c zdiode.cpp
[src/lib/netlist/generated]lib_entries.hxx nld_devinc.h nlm_modules_lib.cpp static_solvers.cpp
[src/lib/netlist/macro]nlm_base_lib.cpp nlm_cd4xxx_lib.cpp nlm_opamp_lib.cpp nlm_otheric_lib.cpp nlm_roms_lib.cpp nlm_ttl74xx_lib.cpp
[src/lib/netlist/macro/modules]nlmod_icl8038_dip.cpp nlmod_ne556_dip.cpp nlmod_rtest.cpp
[src/lib/netlist/prg]nltool.cpp
[src/lib/netlist/solver]nld_matrix_solver.h
[src/lib/netlist/tools]nl_convert.cpp
[src/mame/alliedleisure]aleisttl.cpp
[src/mame/atari]atarittl.cpp nl_breakout.cpp nl_destroyr.cpp nl_flyball.cpp nl_gtrak10.cpp nl_pong.cpp nl_rebound.cpp nl_stuntcyc.cpp nl_tank.cpp
[src/mame/capcom]nl_1942.cpp
[src/mame/cinematronics]nl_armora.cpp nl_barrier.cpp nl_boxingb.cpp nl_cinemat_common.h nl_ripoff.cpp nl_solarq.cpp nl_spacewar.cpp nl_speedfrk.cpp nl_starcas.cpp nl_starhawk.cpp nl_sundance.cpp nl_tailg.cpp nl_warrior.cpp
[src/mame/exidy]exidyttl.cpp nl_carpolo.cpp nl_fireone.cpp nl_starfire.cpp
[src/mame/galaxian]nl_konami.cpp
[src/mame/irem]nl_kidniki.cpp
[src/mame/jpm]nl_jpmsru.cpp
[src/mame/meadows]meadwttl.cpp
[src/mame/midw8080]nl_280zzzap.cpp nl_gunfight.cpp
[src/mame/midway]nl_sspeedr.cpp
[src/mame/misc]bailey.cpp chicago.cpp crazybal.cpp electra.cpp fungames.cpp nl_cocoloco.cpp pse.cpp usbilliards.cpp
[src/mame/namco]nl_tankbatt.cpp
[src/mame/nintendo]nl_mario.cpp nl_popeye.cpp
[src/mame/ramtek]nl_starcrus.cpp ramtek.cpp
[src/mame/sega]monacogp.cpp nl_astrob.cpp nl_brdrline.cpp nl_elim.cpp nl_frogs.cpp nl_segas16b.cpp nl_segaspeech.cpp nl_segausb.cpp nl_spacfury.cpp segattl.cpp
[src/mame/skeleton]nl_hazelvid.cpp nl_palestra.cpp nl_tp1983.cpp nl_tp1985.cpp
[src/mame/taito]taitottl.cpp
[src/mame/universal]nl_cheekyms.cpp
[src/mame/vtech]nl_gamemachine.cpp
[src/mame/zaccaria]nl_zac1b11142.cpp

r187700 Tuesday 5th July, 2022 at 05:20:48 UTC by Osso
New working clones
------------------
Total Carnage (prototype, proto v 2.0 02/10/92) [The Garcade, Brian Troha]
[src/mame]mame.lst
[src/mame/midway]midyunit.cpp

r187699 Tuesday 5th July, 2022 at 03:51:38 UTC by clawgrip
gaelco2.cpp: Fixed "Touch and Go" game name. (#10031)
[src/mame/gaelco]gaelco2.cpp

r187698 Tuesday 5th July, 2022 at 01:47:45 UTC by David Haywood
current mpu4 work + sorting (including progress to make m4andybt display correctly with existing layout) (#10015)

* current mpu4 work + sorting (including progress to make m4andybt display correctly with existing layout)

* do the invert in the layout instead for 7segs

* fixes led extender strobes, allows output to be inverted
[src/emu]rendlay.cpp
[src/mame]mame.lst
[src/mame/barcrest]mpu4.cpp mpu4.h mpu4bwb.cpp mpu4mod2sw.cpp mpu4mod4oki.cpp mpu4mod4yam.cpp mpu4unsorted.cpp
[src/mame/layout]m4andybt.lay mpu4.lay

r187697 Tuesday 5th July, 2022 at 00:46:05 UTC by ajrhacker
Clean up #includes in src/osd (#10029)

* Clean up #includes in src/osd

* render/bgfx/view.cpp: Add license header
[src/osd]osdepend.h osdsync.h
[src/osd/mac]video.cpp window.h
[src/osd/modules]osdmodule.cpp osdmodule.h osdwindow.cpp osdwindow.h
[src/osd/modules/font]font_dwrite.cpp font_osx.cpp font_sdl.cpp font_windows.cpp
[src/osd/modules/lib]osdobj_common.cpp osdobj_common.h
[src/osd/modules/monitor]monitor_common.cpp monitor_common.h monitor_dxgi.cpp monitor_mac.cpp monitor_sdl.cpp monitor_win32.cpp
[src/osd/modules/output]console.cpp
[src/osd/modules/render]bgfxutil.cpp bgfxutil.h binpacker.cpp binpacker.h copyutil.h draw13.h drawbgfx.cpp drawbgfx.h drawnone.cpp drawogl.h drawsdl.cpp
[src/osd/modules/render/bgfx]chain.cpp chainentry.cpp chainentryreader.cpp chainmanager.cpp chainmanager.h chainreader.cpp effect.cpp effectmanager.cpp effectreader.cpp effectreader.h inputpair.cpp inputpair.h shadermanager.cpp shadermanager.h slider.cpp slider.h sliderreader.cpp slideruniform.cpp slideruniformreader.cpp statereader.cpp statereader.h suppressor.cpp suppressorreader.cpp targetreader.cpp texturemanager.cpp texturemanager.h view.cpp
[src/osd/modules/sound]direct_sound.cpp pa_sound.cpp pulse_sound.cpp sdl_sound.cpp sound_module.h xaudio2_sound.cpp
[src/osd/sdl]osdsdl.h video.cpp window.h
[src/osd/windows]video.cpp window.h

r187696 Monday 4th July, 2022 at 21:24:34 UTC by hap
source org: remove chrysler folder
[src/mame]mame.lst mess.flt
[src/mame/chrysler]eva.cpp
[src/mame/misc]eva.cpp*

r187695 Monday 4th July, 2022 at 21:22:27 UTC by hap
scptchess: rename prtchess
[src/mame]mame.lst
[src/mame/cxg]scptchess.cpp
[src/mame/handheld]hh_hmcs40.cpp hh_tms1k.cpp
[src/mame/layout]cxg_prtchess_v2.lay cxg_scptchess_v2.lay*

r187694 Monday 4th July, 2022 at 14:56:47 UTC by Osso
New machines marked as NOT_WORKING
----------------------------------
Animal Wonders (ver A900) [Ioannis Bampoulas]
[src/mame]mame.lst
[src/mame/igs]goldstar.cpp

r187693 Monday 4th July, 2022 at 14:44:26 UTC by Robbbert
Moved AU & NZ computers into a project
[src/mame]mame.lst mess.flt
[src/mame/appliedtech]mbee.cpp mbee.h mbee_m.cpp mbee_v.cpp
[src/mame/ausnz]amust.cpp* applix.cpp* aussiebyte.cpp* aussiebyte.h* aussiebyte_v.cpp* binbug.cpp* d6800.cpp* datum.cpp* dg680.cpp* dmax8000.cpp* eacc.cpp* eti660.cpp* excali64.cpp* labtam.cpp* magnum.cpp* mbee.cpp* mbee.h* mbee_m.cpp* mbee_v.cpp* pipbug.cpp* poly.cpp* poly.h* poly_m.cpp* proteus.cpp* pulsar.cpp* super80.cpp* super80.h* super80_m.cpp* super80_v.cpp* tec1.cpp*
[src/mame/dicksmith]super80.cpp super80.h super80_m.cpp super80_v.cpp
[src/mame/dulmont]magnum.cpp
[src/mame/labtam]labtam.cpp
[src/mame/poly]poly.cpp poly.h poly_m.cpp proteus.cpp
[src/mame/skeleton]amust.cpp applix.cpp aussiebyte.cpp aussiebyte.h aussiebyte_v.cpp binbug.cpp d6800.cpp dg680.cpp dmax8000.cpp eacc.cpp eti660.cpp excali64.cpp pipbug.cpp pulsar.cpp
[src/mame/trainer]datum.cpp tec1.cpp

r187692 Sunday 3rd July, 2022 at 21:18:02 UTC by Vasantha Crabb
Updated Chinese UI translations. [YuiFAN]
[language/Chinese_Simplified]strings.po
[language/Chinese_Traditional]strings.po

r187691 Sunday 3rd July, 2022 at 20:52:52 UTC by sergio.g
New WORKING clone (#10014)

-------------------------------
Thunder & Lightning (set 2) [Sergio Galiano, Recreativos Piscis]
[src/mame]mame.lst
[src/mame/seta]seta.cpp

r187690 Sunday 3rd July, 2022 at 20:31:22 UTC by Vasantha Crabb
nubus: Removed PAL monitor/encoder for MDC 1.0.1 (not supported), updated notes.
[src/devices/bus/nubus]nubus_48gc.cpp

r187689 Sunday 3rd July, 2022 at 20:26:10 UTC by AJR
Shuffle some declarations around in core headers
[src/emu]emucore.h emufwd.h ioport.h rendutil.h

r187688 Sunday 3rd July, 2022 at 19:51:35 UTC by Osso
segasm1.cpp: identified unkm1 as Caribbean Boule [Wayder]
[src/mame]mame.lst
[src/mame/sega]segasm1.cpp

r187687 Sunday 3rd July, 2022 at 19:42:04 UTC by Vasantha Crabb
bus/nubus: Implemented enough for interlaced modes not to hang.

Implemented more CRTC registers, getting to the point where System 6.0.8
and System 7.0.1 will show video on NTSC and PAL displays with
approximately correct interrupt timings.  Also implemented 1:2:1
convolutions (this blurs the image vertically - in real life it reduces
interlace flicker).

Screen update in interlaced modes isn't right yet - it updates every
line on every frame, and there's a vertical offset caused by the initial
half-line.
[src/devices/bus/nubus]nubus_48gc.cpp
[src/lib/util]endianness.h

r187686 Sunday 3rd July, 2022 at 18:18:30 UTC by Osso
New working clones
------------------
Birdie Try (Japan revision S) [Team Europe, Brian Troha, The Dumping Union]
[src/mame]mame.lst
[src/mame/dataeast]dec0.cpp

r187685 Sunday 3rd July, 2022 at 17:54:58 UTC by frederic.cambus
Added support for building with Clang on OpenBSD. (#10028)
[/trunk]makefile
[scripts]toolchain.lua

r187684 Sunday 3rd July, 2022 at 17:51:04 UTC by Thomas Klausner
genie: Explicitly set LinkSupportCircularDependencies for NetBSD. (#10020)

Fixes GitHub #10011.
[scripts]genie.lua

r187683 Sunday 3rd July, 2022 at 13:31:46 UTC by hap
revert: K054539: Add cubic interpolation (reason: causes regression with reverb, and hw realtime cubic interpolation did not exist yet)
[src/devices/sound]k054539.cpp k054539.h

r187682 Sunday 3rd July, 2022 at 12:16:28 UTC by AJR
crazyfgt: Eliminate timer hack since YM3812 IRQ works well enough now
[src/mame/seta]seta.cpp seta.h

r187681 Saturday 2nd July, 2022 at 19:19:49 UTC by hap
plygonet: still got a lockup at quantum 600
[src/devices/cpu/dsp56156]dsp56ops.hxx
[src/mame/konami]plygonet.cpp

r187680 Saturday 2nd July, 2022 at 17:26:41 UTC by steven.coomber
subsino2.cpp: Identified several inputs for queenbee (MT08365) (#10018)

Note that I have been unable to very the inputs on the queenbee clones as only the program ROMs are available presently.
[src/mame/subsino]subsino2.cpp

r187679 Saturday 2nd July, 2022 at 16:12:56 UTC by david..foxhack..silva
at.cpp: Fix typo in asi100b0 company name (#10021)
[src/mame/pc]at.cpp

r187678 Saturday 2nd July, 2022 at 15:49:01 UTC by AJR
thedealr: Add timer hack to allow LED outputs to stabilize
[src/mame/seta]thedealr.cpp

r187677 Saturday 2nd July, 2022 at 14:25:19 UTC by AJR
thedealr: Emulate 8742 I/O MCU
[src/mame/seta]thedealr.cpp

r187676 Saturday 2nd July, 2022 at 12:48:44 UTC by Couriersud
Fixed gtrak10 video. (#10022)

* Fixed gtrak10 video.
* fix visible area
* fix display of finish line, disable hack
[src/devices/video]fixfreq.cpp
[src/mame/atari]atarittl.cpp nl_gtrak10.cpp

r187675 Saturday 2nd July, 2022 at 12:08:13 UTC by Miodrag Milanović
Sort out couple more
[src/mame]mame.lst mess.flt
[src/mame/bnpo]b2m.cpp b2m.h b2m_m.cpp
[src/mame/ie15]ie15.cpp
[src/mame/mgu]irisha.cpp
[src/mame/ussr]b2m.cpp* b2m.h* b2m_m.cpp* ie15.cpp* irisha.cpp*

r187674 Saturday 2nd July, 2022 at 10:57:46 UTC by hap
source org: split the 2 olympias
[src/mame]mame.lst mess.flt
[src/mame/olympia]olyboss.cpp olytext.cpp peoplepc.cpp
[src/mame/olympiaint]olyboss.cpp* olytext.cpp* peoplepc.cpp*

r187673 Saturday 2nd July, 2022 at 10:42:08 UTC by hap
source org: remove some 8.3 folder name truncations
[src/mame]mame.lst mess.flt
[src/mame/dicksmith]super80.cpp* super80.h* super80_m.cpp* super80_v.cpp*
[src/mame/dicksmth]super80.cpp super80.h super80_m.cpp super80_v.cpp
[src/mame/tangerin]alphatan.cpp hhtiger.cpp microtan.cpp microtan.h microtan_m.cpp microtan_v.cpp oric.cpp
[src/mame/tangerine]alphatan.cpp* hhtiger.cpp* microtan.cpp* microtan.h* microtan_m.cpp* microtan_v.cpp* oric.cpp*
[src/mame/tektroni]tek405x.cpp tek405x.h tek410x.cpp tek410x_kbd.cpp tek410x_kbd.h tek43xx.cpp tek440x.cpp tekigw.cpp tekxp33x.cpp
[src/mame/tektronix]tek405x.cpp* tek405x.h* tek410x.cpp* tek410x_kbd.cpp* tek410x_kbd.h* tek43xx.cpp* tek440x.cpp* tekigw.cpp* tekxp33x.cpp*

r187672 Saturday 2nd July, 2022 at 10:33:47 UTC by hap
source org: remove some 8.3 folder name truncations
[src/mame]arcade.flt mame.lst mess.flt nl.flt
[src/mame/alliedl]ace.cpp aleisttl.cpp clayshoo.cpp
[src/mame/alliedleisure]ace.cpp* aleisttl.cpp* clayshoo.cpp*
[src/mame/aristocr]aristmk4.cpp aristmk6.cpp caswin.cpp
[src/mame/aristocrat]aristmk4.cpp* aristmk6.cpp* caswin.cpp*
[src/mame/cinemat]cchasm.cpp cinemat.cpp cinemat.h cinemat_a.cpp cinemat_a.h cinemat_v.cpp dlair.cpp dlair2.cpp embargo.cpp jack.cpp jack.h jack_v.cpp leland.cpp leland.h leland_a.cpp leland_a.h leland_m.cpp leland_v.cpp nl_armora.cpp nl_armora.h nl_barrier.cpp nl_barrier.h nl_boxingb.cpp nl_boxingb.h nl_cinemat_common.h nl_ripoff.cpp nl_ripoff.h nl_solarq.cpp nl_solarq.h nl_spacewar.cpp nl_spacewar.h nl_speedfrk.cpp nl_speedfrk.h nl_starcas.cpp nl_starcas.h nl_starhawk.cpp nl_starhawk.h nl_sundance.cpp nl_sundance.h nl_tailg.cpp nl_tailg.h nl_warrior.cpp nl_warrior.h
[src/mame/cinematronics]cchasm.cpp* cinemat.cpp* cinemat.h* cinemat_a.cpp* cinemat_a.h* cinemat_v.cpp* dlair.cpp* dlair2.cpp* embargo.cpp* jack.cpp* jack.h* jack_v.cpp* leland.cpp* leland.h* leland_a.cpp* leland_a.h* leland_m.cpp* leland_v.cpp* nl_armora.cpp* nl_armora.h* nl_barrier.cpp* nl_barrier.h* nl_boxingb.cpp* nl_boxingb.h* nl_cinemat_common.h* nl_ripoff.cpp* nl_ripoff.h* nl_solarq.cpp* nl_solarq.h* nl_spacewar.cpp* nl_spacewar.h* nl_speedfrk.cpp* nl_speedfrk.h* nl_starcas.cpp* nl_starcas.h* nl_starhawk.cpp* nl_starhawk.h* nl_sundance.cpp* nl_sundance.h* nl_tailg.cpp* nl_tailg.h* nl_warrior.cpp* nl_warrior.h*
[src/mame/excelent]aquarium.cpp aquarium.h aquarium_v.cpp d9final.cpp dblcrown.cpp excellent_spr.cpp excellent_spr.h gcpinbal.cpp gcpinbal.h gcpinbal_v.cpp lastbank.cpp witch.cpp witch.h
[src/mame/excellent]aquarium.cpp* aquarium.h* aquarium_v.cpp* d9final.cpp* dblcrown.cpp* excellent_spr.cpp* excellent_spr.h* gcpinbal.cpp* gcpinbal.h* gcpinbal_v.cpp* lastbank.cpp* witch.cpp* witch.h*
[src/mame/matsushi]duet16.cpp jr100.cpp jr200.cpp myb3k.cpp
[src/mame/matsushita]duet16.cpp* jr100.cpp* jr200.cpp* myb3k.cpp*
[src/mame/multitch]mkit09.cpp mpf1.cpp mpf1.h
[src/mame/multitech]mkit09.cpp* mpf1.cpp* mpf1.h*
[src/mame/netronic]elf.cpp elf.h exp85.cpp
[src/mame/netronics]elf.cpp* elf.h* exp85.cpp*
[src/mame/nichibut]armedf.cpp armedf.h armedf_v.cpp cclimber.cpp cclimber.h cclimber_m.cpp cclimber_v.cpp clshroad.cpp clshroad.h clshroad_v.cpp cop01.cpp cop01.h cop01_v.cpp csplayh5.cpp dacholer.cpp galivan.cpp galivan.h galivan_v.cpp gomoku.cpp gomoku.h gomoku_a.cpp gomoku_a.h gomoku_v.cpp hyhoo.cpp hyhoo.h hyhoo_v.cpp jangou.cpp magmax.cpp magmax.h magmax_v.cpp nb1412m2.cpp nb1412m2.h nb1413m3.cpp nb1413m3.h nb1414m4.cpp nb1414m4.h nbmj8688.cpp nbmj8688.h nbmj8688_v.cpp nbmj8891.cpp nbmj8891.h nbmj8891_v.cpp nbmj8900.cpp nbmj8900.h nbmj8900_v.cpp nbmj8991.cpp nbmj8991.h nbmj8991_v.cpp nbmj9195.cpp nbmj9195.h nbmj9195_v.cpp nichild.cpp nichisnd.cpp nichisnd.h nightgal.cpp niyanpai.cpp niyanpai.h niyanpai_v.cpp pastelg.cpp pastelg.h pastelg_v.cpp seicross.cpp seicross.h seicross_v.cpp terracre.cpp terracre.h terracre_v.cpp tubep.cpp tubep.h tubep_v.cpp wiping.cpp wiping.h wiping_a.cpp wiping_a.h wiping_v.cpp
[src/mame/nichibutsu]armedf.cpp* armedf.h* armedf_v.cpp* cclimber.cpp* cclimber.h* cclimber_m.cpp* cclimber_v.cpp* clshroad.cpp* clshroad.h* clshroad_v.cpp* cop01.cpp* cop01.h* cop01_v.cpp* csplayh5.cpp* dacholer.cpp* galivan.cpp* galivan.h* galivan_v.cpp* gomoku.cpp* gomoku.h* gomoku_a.cpp* gomoku_a.h* gomoku_v.cpp* hyhoo.cpp* hyhoo.h* hyhoo_v.cpp* jangou.cpp* magmax.cpp* magmax.h* magmax_v.cpp* nb1412m2.cpp* nb1412m2.h* nb1413m3.cpp* nb1413m3.h* nb1414m4.cpp* nb1414m4.h* nbmj8688.cpp* nbmj8688.h* nbmj8688_v.cpp* nbmj8891.cpp* nbmj8891.h* nbmj8891_v.cpp* nbmj8900.cpp* nbmj8900.h* nbmj8900_v.cpp* nbmj8991.cpp* nbmj8991.h* nbmj8991_v.cpp* nbmj9195.cpp* nbmj9195.h* nbmj9195_v.cpp* nichild.cpp* nichisnd.cpp* nichisnd.h* nightgal.cpp* niyanpai.cpp* niyanpai.h* niyanpai_v.cpp* pastelg.cpp* pastelg.h* pastelg_v.cpp* seicross.cpp* seicross.h* seicross_v.cpp* terracre.cpp* terracre.h* terracre_v.cpp* tubep.cpp* tubep.h* tubep_v.cpp* wiping.cpp* wiping.h* wiping_a.cpp* wiping_a.h* wiping_v.cpp*
[src/mame/pitronic]beta.cpp
[src/mame/pitronics]beta.cpp*
[src/mame/sunelect]arabian.cpp arabian.h arabian_v.cpp blockch.cpp dai3wksi.cpp ikki.cpp ikki.h ikki_v.cpp kangaroo.cpp markham.cpp markham.h markham_v.cpp route16.cpp route16.h route16_v.cpp shangha3.cpp shangha3.h shangha3_v.cpp shanghai.cpp tonton.cpp
[src/mame/sunelectronics]arabian.cpp* arabian.h* arabian_v.cpp* blockch.cpp* dai3wksi.cpp* ikki.cpp* ikki.h* ikki_v.cpp* kangaroo.cpp* markham.cpp* markham.h* markham_v.cpp* route16.cpp* route16.h* route16_v.cpp* shangha3.cpp* shangha3.h* shangha3_v.cpp* shanghai.cpp* tonton.cpp*
[src/mame/teamconc]comquest.cpp
[src/mame/teamconcepts]comquest.cpp*
[src/mame/univers]cheekyms.cpp cheekyms.h cheekyms_a.cpp cheekyms_a.h cheekyms_v.cpp cosmic.cpp cosmic.h cosmic_v.cpp cosmicg.cpp docastle.cpp docastle.h docastle_m.cpp docastle_v.cpp getaway.cpp ladybug.cpp ladybug.h ladybug_v.cpp ladybug_v.h mrdo.cpp mrdo.h mrdo_v.cpp nl_cheekyms.cpp nl_cheekyms.h redclash.cpp redclash.h redclash_v.cpp superdq.cpp
[src/mame/universal]cheekyms.cpp* cheekyms.h* cheekyms_a.cpp* cheekyms_a.h* cheekyms_v.cpp* cosmic.cpp* cosmic.h* cosmic_v.cpp* cosmicg.cpp* docastle.cpp* docastle.h* docastle_m.cpp* docastle_v.cpp* getaway.cpp* ladybug.cpp* ladybug.h* ladybug_v.cpp* ladybug_v.h* mrdo.cpp* mrdo.h* mrdo_v.cpp* nl_cheekyms.cpp* nl_cheekyms.h* redclash.cpp* redclash.h* redclash_v.cpp* superdq.cpp*

r187671 Saturday 2nd July, 2022 at 10:09:23 UTC by eientei95
matic/barata.cpp: Restored proper company name. (#10019)
[src/mame/matic]barata.cpp

r187670 Saturday 2nd July, 2022 at 09:57:22 UTC by hap
source org: move cdi to philips folder
[src/mame]arcade.flt mame.lst mess.flt
[src/mame/misc]cdi.cpp cdi.h cdicdic.cpp cdicdic.h cdislavehle.cpp cdislavehle.h mcd212.cpp mcd212.h
[src/mame/philips]cdi.cpp* cdi.h* cdicdic.cpp* cdicdic.h* cdislavehle.cpp* cdislavehle.h* mcd212.cpp* mcd212.h*

r187669 Saturday 2nd July, 2022 at 03:14:45 UTC by AJR
Seta X1-001 sprite device cleanup
- Use 16-bit pointer for sprite RAM storage (despite some systems only having 8-bit CPUs)
- Rename device and move to src/devices
- Clean up variable naming in associated drivers
- neobattl: Add DIP switch locations
- krzybowl: Reduce clocks to match known XTAL value
[scripts/src]video.lua
[src/devices/video]x1_001.cpp* x1_001.h*
[src/mame/misc]hotchili.cpp
[src/mame/seta]albazc.cpp seta.cpp seta.h seta_v.cpp srmp2.cpp srmp2.h srmp2_v.cpp thedealr.cpp
[src/mame/shared]seta001.cpp seta001.h
[src/mame/taito]cchance.cpp champbwl.cpp taito_x.cpp tnzs.cpp tnzs.h tnzs_v.cpp

r187668 Friday 1st July, 2022 at 21:56:40 UTC by hap
misc konami: update previous nmi commit
[src/mame/konami]asterix.cpp parodius.cpp rollerg.cpp simpsons.cpp simpsons_m.cpp vendetta.cpp

r187667 Friday 1st July, 2022 at 20:51:13 UTC by hap
asterix,parodius,rollerg,vendetta: update sound nmi implementation
asterix: remove dead code
[src/devices/sound]k053260.cpp
[src/mame/konami]asterix.cpp asterix.h parodius.cpp rollerg.cpp vendetta.cpp

r187666 Friday 1st July, 2022 at 18:57:25 UTC by Vasantha Crabb
Added CI job to check for likely mame.lst errors.
[.github/workflows]ci-linux.yml
[scripts/build]makedep.py

r187665 Friday 1st July, 2022 at 18:21:12 UTC by hap
virtual.flt: quotation marks for *.cpp filter
[src/mame]virtual.flt

r187664 Friday 1st July, 2022 at 18:19:45 UTC by hap
plygonet: update note about quantum
[src/mame/konami]plygonet.cpp

r187663 Friday 1st July, 2022 at 17:11:23 UTC by Vasantha Crabb
plugins/data: Fixed story.dat errors; virtual.flt: Use glob pattern.
[plugins/data]data_story.lua
[src/mame]nl.flt virtual.flt

r187662 Friday 1st July, 2022 at 16:37:45 UTC by hap
simpsons: fix sound problems after soft reset
[src/mame/konami]simpsons.cpp simpsons.h simpsons_m.cpp

r187661 Friday 1st July, 2022 at 16:03:47 UTC by goldnchild
nld_dm9314.cpp: add RS mode to netlist 9314 (#10016)
[src/lib/netlist/devices]nld_dm9314.cpp

r187660 Friday 1st July, 2022 at 16:01:02 UTC by goldnchild
gtrak10: working racetrack, car graphics, added test controls and coi… (#10013)

* gtrak10: working racetrack, car graphics, added test controls and coin/start switches

* gtrak10: added 555 countdown timer
[src/mame/atari]atarittl.cpp nl_gtrak10.cpp

r187659 Friday 1st July, 2022 at 15:44:39 UTC by Olivier Galibert
There is only one Sega
[scripts/src]machine.lua
[src/devices/machine]segacrp2_device.cpp* segacrp2_device.h* segacrpt_device.cpp* segacrpt_device.h*
[src/mame]mame.lst mess.flt
[src/mame/igs]goldstar.cpp
[src/mame/kiwako]jongkyo.cpp
[src/mame/nichibut]cclimber.h jangou.cpp
[src/mame/pacman]pengo.cpp
[src/mame/sanritsu]appoooh.cpp
[src/mame/sega]angelkds.cpp calorie.cpp dc-ctrl.cpp* dc-ctrl.h* dc.cpp* dc.h* dc_g2if.cpp* dc_g2if.h* dccons.cpp* dccons.h* dccons_m.cpp* maple-dc.cpp* maple-dc.h* mapledev.cpp* mapledev.h* mdconsole.cpp* mdconsole.h* megacd.cpp* megacd.h* megadriv.cpp* megadriv.h* megadriv_rad.cpp* megadriv_rad.h* megadriv_sunplus_hybrid.cpp* megadriv_vt_hybrid.cpp* mie.cpp* mie.h* naomig1.cpp* naomig1.h* powervr2.cpp* powervr2.h* sega_beena.cpp* sega_sawatte.cpp* segae.cpp segag80r.cpp segapico.cpp* segapm.cpp* segas16a.cpp sg1000.cpp* sg1000.h* sg1000a.cpp suprloco.cpp svmu.cpp* system1.cpp system1.h turbo.cpp zaxxon.cpp
[src/mame/segacons]dccons.cpp dccons.h dccons_m.cpp mdconsole.cpp mdconsole.h megacd.cpp megacd.h megadriv_rad.cpp megadriv_rad.h megadriv_sunplus_hybrid.cpp megadriv_vt_hybrid.cpp sega_beena.cpp sega_sawatte.cpp segapico.cpp segapm.cpp sg1000.cpp sg1000.h svmu.cpp
[src/mame/shared]dc-ctrl.cpp dc-ctrl.h dc.cpp dc.h dc_g2if.cpp dc_g2if.h maple-dc.cpp maple-dc.h mapledev.cpp mapledev.h megadriv.cpp megadriv.h mie.cpp mie.h naomig1.cpp naomig1.h powervr2.cpp powervr2.h segacrp2_device.cpp segacrp2_device.h segacrpt_device.cpp segacrpt_device.h
[src/mame/tehkan]pbaction.cpp senjyo.cpp

r187658 Friday 1st July, 2022 at 15:37:44 UTC by Osso
New working clones
------------------
Super Marukin-Ban (Japan 911128) [system11, porchy]
[src/mame]mame.lst
[src/mame/capcom]mitchell.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team