Note Feed

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

Previous 50 199869 Revisions Next 50

r187257 Tuesday 31st May, 2022 at 10:24:02 UTC by patrick.mackinlay
labtam: add 8086 vdu comm board [Xolod]
[scripts/src]bus.lua
[src/devices/bus/multibus]labtam_vducom.cpp* labtam_vducom.h*

r187256 Tuesday 31st May, 2022 at 10:23:14 UTC by patrick.mackinlay
labtam: improve z80sbc floppy hookup
[src/devices/bus/multibus]labtam_z80sbc.cpp labtam_z80sbc.h

r187255 Tuesday 31st May, 2022 at 09:30:50 UTC by cam900
y2.cpp: Fix dependency (#9872)
[src/mame/drivers]y2.cpp

r187254 Monday 30th May, 2022 at 21:35:10 UTC by AJR
kl5c80a12: Add KP64 timer/counter units to emulation
[scripts/src]cpu.lua
[src/devices/cpu/z80]kl5c80a12.cpp kp63.cpp kp64.cpp* kp64.h*
[src/mame/drivers]sigmab98.cpp

r187253 Monday 30th May, 2022 at 20:52:50 UTC by Osso
New machines marked as NOT_WORKING
----------------------------------
Higurashi no Naku Koro NiJong (Japan) [system11, Brizzo]
[src/mame]mame.lst
[src/mame/drivers]y2.cpp

r187252 Monday 30th May, 2022 at 18:31:43 UTC by hap
simpsons: remove nmi clear at wrong place (no effect on emulation)
[src/mame/drivers]simpsons.cpp

r187251 Monday 30th May, 2022 at 18:01:09 UTC by 0kmg
lynx.xml: Added a prototype. (#9861)

New working software list additions
-----------------------------------
Robotron: 2084 (prototype) [swlovinist]
[hash]lynx.xml

r187250 Monday 30th May, 2022 at 18:00:42 UTC by 0kmg
n64.xml: Added two unreleased titles. (#9865)

New working software list additions
-----------------------------------
Carnivalé - Cenzo’s Adventure (prototype 20000721) [Baker64, Forest of Illusion]

New NOT_WORKING software list additions
---------------------------------------
Doubutsu Banchou (Japan, prototype) [Marshall, Olivieryuyu, Baker64]
[hash]n64.xml

r187249 Monday 30th May, 2022 at 12:14:12 UTC by smf
Fixed MT#08333, Simpsons attract mode music cuts off because it waits forever in a halt instruct. The ld ($fa00),a acks the NMI and the following halt instruction should wait for the next one. Some research shows the Z80 checks NMI in the last T cycle of an instruction, which may explain why the hack was already needed. [smf]
[src/mame/drivers]simpsons.cpp

r187248 Sunday 29th May, 2022 at 21:33:49 UTC by AJR
thepit.cpp: Modernizations and fixes
- Replace legacy VBLANK interrupt generators
- Derive audio CPU interrupt from VSYNC, not VBLANK
- Add multiplexer device for inputs
- Fix screen offsets for cocktail-flipped mode
[src/devices/machine]74157.h
[src/mame/drivers]thepit.cpp
[src/mame/includes]thepit.h
[src/mame/video]thepit.cpp

r187247 Sunday 29th May, 2022 at 19:23:43 UTC by AJR
hp2100d.cpp: Fix mask
[src/devices/cpu/hp2100]hp2100d.cpp

r187246 Sunday 29th May, 2022 at 18:20:21 UTC by arcadeshadow
saturn.xml: Cleaned up metadata. (#9761)

Changed Prototype, Alt, Rev, Demo to lowercase in descriptions.
[hash]saturn.xml

r187245 Sunday 29th May, 2022 at 18:11:17 UTC by arcadeshadow
a2600.xml: Cleaned up metadata. (#9854)

Lowercase on descriptive word like Unknown, Alt, Prototype, Older in descriptions.
[hash]a2600.xml

r187244 Sunday 29th May, 2022 at 17:17:02 UTC by arcadeshadow
jaguar.xml: Cleaned up metadata. (#9855)

Lowercase on descriptive words like Prototype, Alt, Re-release, Hacked in descriptions.
[hash]jaguar.xml

r187243 Sunday 29th May, 2022 at 16:52:08 UTC by daniel.sarfati
Updated cdi.xml hashes for TOSEC disks (#9407)

chdman changed since the chd hashes were taken. This is an update for about 200 disk hashes.
[hash]cdi.xml

r187242 Sunday 29th May, 2022 at 16:47:53 UTC by Nathan Woods
util/options.h: Removed legacy OPTION_* option type constants. (#9851)

These constants were polluting the global namespace.
[src/emu]emuopts.cpp
[src/frontend/mame]clifront.cpp luaengine.cpp pluginopts.cpp
[src/frontend/mame/ui]moptions.cpp submenu.cpp
[src/lib/util]options.cpp options.h
[src/osd/modules/lib]osdobj_common.cpp
[src/osd/sdl]sdlmain.cpp
[src/osd/windows]winmain.cpp

r187241 Sunday 29th May, 2022 at 16:30:25 UTC by Couriersud
netlist: static solver work and improve code readability (#9841)

- nltool: Added support for building individual static solver files.
- Added pre-built documentation files for nltool and nlwav.
- plib: Extended typed_version to have patchlevel as well.
- plib: Compile more of ppmf.h with nvcc.
- create_devinc.py: Add include guards to the generated files.
- makefile: Recreate generated files when python code has changed.
- Reduced nld_base.h usage in the core.
- <oved extern template class declarations to where they belong.
- Generally improved code readability and fixed a lot of issues cspell reported.
[src/devices/machine]netlist.cpp
[src/lib/netlist].gitignore nl_base.cpp nl_base.h nl_create_mame_solvers.sh nl_factory.cpp nl_factory.h nl_interface.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 nld_opamps.cpp nld_switches.cpp nlid_fourterm.cpp nlid_fourterm.h nlid_twoterm.cpp nlid_twoterm.h
[src/lib/netlist/build]create_devinc.py cspell.json makefile
[src/lib/netlist/build/html]nltool.html* nlwav.html*
[src/lib/netlist/build/man]nltool.1* nlwav.1*
[src/lib/netlist/core]analog.h base_objects.h core_device.h device_macros.h devices.h logic.h netlist_state.h nets.h object_array.h param.h queue.h setup.h state_var.h
[src/lib/netlist/devices]nld_4020.cpp nld_4053.cpp nld_74123.cpp nld_74174.cpp nld_7497.cpp nld_74ls629.cpp nld_8277.cpp nld_9322.cpp nld_am2847.cpp nld_log.cpp nld_mm5837.cpp nld_ne555.cpp nld_r2r_dac.cpp nld_roms.cpp nld_schmitt.cpp nld_system.cpp nlid_proxy.cpp nlid_proxy.h nlid_system.h nlid_truthtable.cpp nlid_truthtable.h
[src/lib/netlist/examples]lostfound.cpp
[src/lib/netlist/generated]nld_devinc.h nlm_modules_lib.cpp static_solvers.cpp
[src/lib/netlist/plib]gmres.h parray.h pconfig.h pdynlib.cpp pdynlib.h penum.h pexception.cpp pexception.h pfmtlog.h pfunction.h pgsl.h plists.h pmain.cpp pmain.h pmatrix2d.h pmatrix_cr.h poptions.cpp poptions.h ppmf.h ppreprocessor.cpp pstate.h pstream.h pstrutil.h ptests.h ptimed_queue.h ptokenizer.cpp ptokenizer.h ptypes.h putil.cpp putil.h vector_ops.h
[src/lib/netlist/prg]nltool.cpp nlwav.cpp
[src/lib/netlist/solver]nld_matrix_solver.cpp nld_matrix_solver.h nld_matrix_solver_ext.h nld_ms_direct.h nld_ms_direct1.h nld_ms_direct2.h nld_ms_direct_lu.h nld_ms_gcr.h nld_ms_gmres.h nld_ms_sm.h nld_ms_sor.h nld_ms_sor_mat.h nld_ms_w.h nld_solver.cpp nld_solver.h
[src/lib/netlist/tests]test_penum.cpp* test_pmfp.cpp test_pmfp_multibase.cpp
[src/lib/netlist/tools]nl_convert.cpp nl_convert.h
[src/mame/audio]nl_segaspeech.h segaspeech.cpp

r187240 Sunday 29th May, 2022 at 15:39:54 UTC by MASH
Fixed Arcade build (#9858)

Removed "Shuttle MS11 PC" computer from Arcade build/Listxml.
[src/mame]arcade.flt

r187239 Sunday 29th May, 2022 at 15:12:05 UTC by hap
miconkit: cpu clock divider should be good
[src/mame/drivers]miconkit.cpp

r187238 Sunday 29th May, 2022 at 13:25:40 UTC by AJR
midwunit.cpp: Add interlock and bill inputs for all games

* midxunit.cpp: Correctly designate interlock input as such
[src/mame/drivers]midwunit.cpp midxunit.cpp

r187237 Sunday 29th May, 2022 at 10:16:27 UTC by hap
miconkit: add p1/p2 lamps
[src/mame/drivers]miconkit.cpp vicdual.cpp

r187236 Sunday 29th May, 2022 at 08:41:42 UTC by smf
added Power button to Commodore LCD, if you hibernate before exiting MAME then you can continue where you left off [smf]
[src/mame/drivers]clcd.cpp

r187235 Saturday 28th May, 2022 at 23:31:39 UTC by smf
Fixed commodore LCD loading from 1541/1571, loading and saving to 1581. [smf]
[src/mame/drivers]clcd.cpp

r187234 Saturday 28th May, 2022 at 22:40:42 UTC by Mike Naberezny
clcd.cpp: Added IEC bus connections. (#9843)
[src/mame/drivers]clcd.cpp

r187233 Saturday 28th May, 2022 at 22:09:58 UTC by AJR
m68hc16: Update CPU16 core
- Reduce code duplication by making most loads subroutines in the state machine
- Add ASLW, ASRW, LSRW, ROLW and RORW instructions to emulation
- Fix overflow flag for 16-bit shifts
[src/devices/cpu/m68hc16]cpu16.cpp cpu16.h

r187232 Saturday 28th May, 2022 at 22:05:28 UTC by AJR
New machines marked as NOT_WORKING
----------------------------------
Tektronix 4319 Graphics Workstation [Bitsavers]
[scripts/target/mame]mess.lua
[src/mame]mame.lst mess.flt
[src/mame/drivers]tek43xx.cpp*

r187231 Saturday 28th May, 2022 at 22:02:18 UTC by AJR
hp21mx: Add DMS instructions to disassembler
[src/devices/cpu/hp2100]hp2100d.cpp

r187230 Saturday 28th May, 2022 at 22:01:17 UTC by AJR
docs/source/debugger/execution.rst: Document gbf, gbt and gni commands
[docs/source/debugger]execution.rst

r187229 Saturday 28th May, 2022 at 19:07:22 UTC by 0kmg
video/decbac06.cpp: Corrected device short name (#9817). (#9848)
[src/mame/video]decbac06.cpp

r187228 Saturday 28th May, 2022 at 18:58:13 UTC by somerandomguyidk
jpmsru.cpp: Sorted out remaining games, and added new ones. (#9830)

New machines marked as NOT_WORKING
-----------------------
Super 2p Shuffle (Mdm) (SRU) (2p Stake, £1 Jackpot)

New clones marked as NOT_WORKING
-----------------------
Each Way Shuffle (JPM) (SRU) (revision 13A, £2 Jackpot)
Each Way Shuffle Deluxe (CTL) (SRU) (£3 Jackpot)
Golden 2's (CTL) (SRU) (2p Stake, £1.50 Jackpot)
Lite A Nudge (JPM) (SRU) (5p Stake, £1 Jackpot)
Nudge Double Up (JPM) (SRU) (5p Stake, £1 Jackpot)
Nudge Double Up Deluxe (JPM) (SRU) (revision 12, £2 Jackpot)
Silver Shuffle (CTL) (SRU) (2p Stake, £1.50 Jackpot)
Two Step (JPM) (SRU) (5p Stake, £2 Jackpot)
[src/mame]mame.lst
[src/mame/drivers]jpmsru.cpp
[src/mame/layout]j_dud.lay j_ews.lay* j_ewsdlx.lay* j_la.lay* j_lt.lay* j_plus2.lay* j_ssh.lay* j_sup2p.lay* j_super2.lay*

r187227 Saturday 28th May, 2022 at 18:46:15 UTC by ajshell1
cdi.xml: Fixed Link: the Faces of Evil. (#9847)

I would like to state for the record that I am a absolute moron who didn't know the difference between "SHA1" and "Data SHA1".
[hash]cdi.xml

r187226 Saturday 28th May, 2022 at 17:53:30 UTC by clawgrip
model2.cpp: Fixed ROM locations for Dead or Alive on Model 2B. (#9846)

Verified on real hardware - ROM locations are not the same for Dead or Alive on Model 2B and Model 2A.
[src/mame/drivers]model2.cpp

r187225 Saturday 28th May, 2022 at 14:53:57 UTC by steven.coomber
c64_cass.xml: Added 10 items (8 working, 2 not working) (#9832)

New working software list additions
---------------------------------------
Sky Twice (American Action) [C64 Ultimate Tape Archive V2.0]
Slap Fight (Imagine) [C64 Ultimate Tape Archive V2.0]
Slayer (Prism Leisure) [C64 Ultimate Tape Archive V2.0]
Solo Flight (U.S. Gold) [C64 Ultimate Tape Archive V2.0]
Son of Blagger (Alligata) [C64 Ultimate Tape Archive V2.0]
Space Doubt (CRL) [C64 Ultimate Tape Archive V2.0]
Space Harrier (Zafiro Software Division) [C64 Ultimate Tape Archive V2.0]
Space Invasion (Elite Systems) [C64 Ultimate Tape Archive V2.0]

New NOT_WORKING software list additions
---------------------------------------
Skyline Attack (Century Software) [C64 Ultimate Tape Archive V2.0]
Snare (Thalamus) [C64 Ultimate Tape Archive V2.0]
[hash]c64_cass.xml

r187224 Saturday 28th May, 2022 at 14:53:17 UTC by steven.coomber
c64_cass.xml: Added 10 items (9 working, 1 not working) (#9839)

New working software list additions
---------------------------------------
Spindizzy (Electric Dreams) [C64 Ultimate Tape Archive V2.0]
Spitfire Ace (U.S. Gold) [C64 Ultimate Tape Archive V2.0]
Split Personalities (Domark) [C64 Ultimate Tape Archive V2.0]
Sprite Man (Interceptor Software) [C64 Ultimate Tape Archive V2.0]
Spy Hunter (U.S. Gold) [C64 Ultimate Tape Archive V2.0]
Star Eggs (Mirrorsoft) [C64 Ultimate Tape Archive V2.0]
Star Raiders II: The Great Galactic Adventure Continues (Electric Dreams) [C64 Ultimate Tape Archive V2.0]
Starion (Melbourne House) [C64 Ultimate Tape Archive V2.0]
Stir Crazy Featuring Bobo (Infogrames) [C64 Ultimate Tape Archive V2.0]

New NOT_WORKING software list additions
---------------------------------------
Steel (Prism Leisure) [C64 Ultimate Tape Archive V2.0]

Note that the original "Steel" game title by "Rack It" doesn't work either and has been demoted to NOT_WORKING status
[hash]c64_cass.xml

r187223 Saturday 28th May, 2022 at 14:52:44 UTC by Robbbert
Merge branch 'master' of https://github.com/mamedev/mame
[src/mame/drivers]allied.cpp atari_s2.cpp byvid.cpp g627.cpp gp_1.cpp gts1.cpp gts80.cpp hankin.cpp inder.cpp lckydraw.cpp s11.cpp s11a.cpp s11b.cpp s11c.cpp s3.cpp s4.cpp s6.cpp spectra.cpp spirit76.cpp st_mp100.cpp wico.cpp wms_shuffle.cpp zac_proto.cpp

r187222 Saturday 28th May, 2022 at 14:51:52 UTC by iceknigh7
spectrum_cass.xml: Added missing MicroHobby tapes (#9837)

Added all 13 covertapes from "MicroHobby Cassette" and all 31 type-in compilation cassettes from "MicroHobby Semanal".

Credit to Manuel Gomez Amate and SPA2.
[hash]spectrum_cass.xml

r187221 Saturday 28th May, 2022 at 14:51:00 UTC by clawgrip
rbowlorama.cpp: Add info about I/O board [Museo del Recreativo] (#9842)

* rbowlorama.cpp: Add info about I/O board [Museo del Recreativo]

* Typo
[src/mame/drivers]allied.cpp atari_s2.cpp byvid.cpp g627.cpp gp_1.cpp gts1.cpp gts80.cpp hankin.cpp inder.cpp lckydraw.cpp rbowlorama.cpp s11.cpp s11a.cpp s11b.cpp s11c.cpp s3.cpp s4.cpp s6.cpp spectra.cpp spirit76.cpp st_mp100.cpp wico.cpp wms_shuffle.cpp zac_proto.cpp

r187220 Saturday 28th May, 2022 at 14:52:28 UTC by Robbbert
Updated status of some pinballs. (nw)
[src/mame/drivers]allied.cpp atari_s2.cpp byvid.cpp g627.cpp gp_1.cpp gts1.cpp gts80.cpp hankin.cpp inder.cpp lckydraw.cpp s11.cpp s11a.cpp s11b.cpp s11c.cpp s3.cpp s4.cpp s6.cpp spectra.cpp spirit76.cpp st_mp100.cpp wico.cpp wms_shuffle.cpp zac_proto.cpp

r187219 Saturday 28th May, 2022 at 12:16:07 UTC by Osso
New working clones
------------------
Super Pacman (v1.2) + Cherry Master (Corsica, v8.31, encrypted) [Ioannis Bampoulas]
[src/mame]mame.lst
[src/mame/drivers]goldstar.cpp
[src/mame/includes]goldstar.h

r187218 Saturday 28th May, 2022 at 11:37:11 UTC by Osso
vicdual.cpp: applied feedback about nostromo addition
[src/mame/drivers]vicdual.cpp

r187217 Saturday 28th May, 2022 at 05:24:08 UTC by clawgrip
New NOT_WORKING machines (#9634)

* New NOT_WORKING machines

------------------------------------
Covidarts [Vicente y Sergio de electronicaVyS]

* Add 'covidarts'

* Add note about another known undumped machine on this hardware

* Add note about undumped game on the same hardware

* New NOT_WORKING machine

----------------------------
Minidart [jordigahan]

* Keep the list ordered by set name

* Identified 'prospdp', as another set of 'Diana Bifuca'
[src/mame]mame.lst
[src/mame/drivers]microdar.cpp

r187216 Saturday 28th May, 2022 at 02:05:59 UTC by AJR
mess.lua: Fix full build after 2538377cf85bba3454ad02204119c0517e9064af
[scripts/target/mame]mess.lua

r187215 Saturday 28th May, 2022 at 01:39:21 UTC by R. Belmont
apple2e: Fix banking on CEC computers, corrects Pinyin input mode (GitHub #9838) [R. Belmont]
[src/mame/drivers]apple2e.cpp

r187214 Friday 27th May, 2022 at 21:03:35 UTC by hap
miconkit: added ppi8255 chip
[src/mame/drivers]miconkit.cpp

r187213 Friday 27th May, 2022 at 20:29:03 UTC by Osso
New working clones
------------------
Nostromo [anonymous]
Samurai (World) [anonymous, SNESNESCUBE64]
Super Ship [anonymous]

- gotya.cpp: minor cleanups

- hyprduel.cpp: used standard ROM loading macros
[scripts/target/mame]arcade.lua
[src/mame]mame.lst
[src/mame/audio]gotya.cpp
[src/mame/drivers]galaxian.cpp gotya.cpp hyprduel.cpp vicdual.cpp
[src/mame/includes]gotya.h
[src/mame/video]gotya.cpp

r187212 Friday 27th May, 2022 at 18:55:06 UTC by hap
miconkit: add one more dipsw setting and factory defaults
[src/mame/drivers]hh_tms1k.cpp miconkit.cpp
[src/mame/layout]micon2.lay

r187211 Friday 27th May, 2022 at 14:29:40 UTC by hap
New working machines
--------------------
Micon-Kit Part II [hap, anonymous, Jay Gallagher]
[scripts/target/mame]arcade.lua
[src/mame]arcade.flt mame.lst
[src/mame/drivers]miconkit.cpp*
[src/mame/layout]micon2.lay* mmarvin.lay

r187210 Friday 27th May, 2022 at 08:53:32 UTC by patrick.mackinlay
New machines marked as NOT_WORKING

---
Labtam 3000 [Xolod]
[scripts/target/mame]mess.lua
[src/mame]mame.lst mess.flt
[src/mame/drivers]labtam.cpp*

r187209 Friday 27th May, 2022 at 08:52:39 UTC by patrick.mackinlay
labtam: z80sbc floppy disk and dma connected
[src/devices/bus/multibus]labtam_z80sbc.cpp labtam_z80sbc.h

r187208 Friday 27th May, 2022 at 04:50:54 UTC by Osso
New machines marked as NOT_WORKING
----------------------------------
Centurion (0152314, US) [Dam0, Heihachi_73]

New clones marked as NOT_WORKING
--------------------------------
Spring Carnival - Jackpot Carnival (10032721, Queensland) [Dam0, Heihachi_73]
[src/mame]mame.lst
[src/mame/drivers]aristmk6.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team