Note Feed

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

Previous 50 199869 Revisions Next 50

r199719 Thursday 21st December, 2023 at 12:13:15 UTC by Vasantha Crabb
commodore/kim1.cpp: Added view with screen (won't be viable without framebuffer card) and clickable buttons.
[src/devices/bus/kim1]cards.cpp
[src/mame/commodore]kim1.cpp
[src/mame/layout]kim1.lay

r199718 Thursday 21st December, 2023 at 11:06:24 UTC by cam900
shared/taitosnd.cpp: Use callbacks for interrupt and reset outputs. (#11860)

Also suppress read side effects for debugger accesses.
[src/mame/shared]taitosnd.cpp taitosnd.h
[src/mame/sony]zn.cpp
[src/mame/taito]asuka.cpp bingowav.cpp cpzodiac.cpp cucaracha.cpp darius.cpp exzisus.cpp heromem.cpp mlanding.cpp ninjaw.cpp opwolf.cpp othunder.cpp pkspirit.cpp rastan.cpp rbisland.cpp slapshot.cpp taito_b.cpp taito_f2.cpp taito_h.cpp taito_l.cpp taito_x.cpp taito_z.cpp taitoair.cpp topspeed.cpp vicshoot.cpp volfied.cpp warriorb.cpp wgp.cpp

r199717 Thursday 21st December, 2023 at 09:53:07 UTC by hap
mm2: rename rebelp to mm2nona
[src/mame]mame.lst
[src/mame/fidelity]csc.cpp
[src/mame/hegenerglaser]europa.cpp mm2.cpp mondial.cpp
[src/mame/saitek]leonardo.cpp

r199716 Wednesday 20th December, 2023 at 20:33:19 UTC by Roberto Fresca
Jack House improvements... [Grull Osgo]
- Reworked video processor access.
- NOP'ed useless video processor registers offsets.
- Reworked video processor internal registers.
- Split video RAM into foreground and background.
- Reworked video RAM access and split access into tiles and color.
- Split tile get info into foreground and background.
- Minor cleanups.
[src/mame/misc]jackhouse.cpp

r199715 Wednesday 20th December, 2023 at 16:35:10 UTC by cam900
taito/gladiatr.cpp: Use palette format heper, and cleaned up code. (#11859)

* Removed VIDEO_START_MEMBER and MACHINE_RESET_MEMBER (override virtual member functions instead).
* Reduced run-time tag lookups.
* Made graphics region tags more descriptive.
[src/mame/taito]gladiatr.cpp gladiatr.h gladiatr_v.cpp

r199714 Wednesday 20th December, 2023 at 16:31:54 UTC by cam900
taito/flstory.cpp: Use single-pass sprite drawing, and moved games with MCU to a derived class. (#11858)
[src/mame/taito]flstory.cpp

r199713 Wednesday 20th December, 2023 at 16:28:40 UTC by robin.sergeant
rm/rmnimbus.cpp: Fixed joystick input. (#11857)
[src/mame/rm]rmnimbus.cpp rmnimbus.h rmnimbus_m.cpp

r199712 Wednesday 20th December, 2023 at 16:16:34 UTC by clawgrip
misc/majorpkr.cpp: Removed bad protected PLD dump 8_atf16v8b.bin from syutnori. (#11854)
[src/mame/misc]majorpkr.cpp

r199711 Wednesday 20th December, 2023 at 12:30:24 UTC by Dirk Best
brother/pn8800fxb: Hook up RTC
[src/mame/brother]pn8800fxb.cpp

r199710 Wednesday 20th December, 2023 at 04:35:52 UTC by Roberto Fresca
New working clones
------------------
Fruit Star Bonus (Ver 8.30UNG-25, set 1) [Team Europe, Roberto Fresca, f205v, Kevin Eshbach, Brian Troha]
Fruit Star Bonus (Ver 8.30UNG-25, set 1) [Team Europe, Roberto Fresca, f205v, Kevin Eshbach, Brian Troha]
[src/mame]mame.lst
[src/mame/misc]mpu12wbk.cpp

r199709 Wednesday 20th December, 2023 at 03:34:58 UTC by Angelo Salese
nec/pc8401a.cpp: add irq mask, add up/down and proper shift keys
[src/mame/nec]pc8401a.cpp

r199708 Wednesday 20th December, 2023 at 03:11:13 UTC by Roberto Fresca
New working systems
-------------------
Golden Joker (Ver 16.06UNG-25, set 1) [Team Europe, Roberto Fresca, f205v, Kevin Eshbach, Brian Troha]
Golden Joker (Ver 16.06UNG-25, set 2) [Team Europe, Roberto Fresca, f205v, Kevin Eshbach, Brian Troha]
[src/mame]mame.lst
[src/mame/layout]goldnjkr.lay*
[src/mame/misc]mpu12wbk.cpp

r199707 Wednesday 20th December, 2023 at 02:24:21 UTC by Angelo Salese
nec/pc8401a.cpp: implement internal NVRAM, fix external RAM select
[src/mame/nec]pc8401a.cpp

r199706 Wednesday 20th December, 2023 at 01:52:15 UTC by R. Belmont
bus/kim1: Add support for MTU "Visible Memory" (aka "Visable Memory") board. [R. Belmont]
[scripts/src]bus.lua
[src/devices/bus/kim1]cards.cpp* cards.h* k1008_vismem.cpp* k1008_vismem.h*
[src/mame/commodore]kim1.cpp

r199705 Tuesday 19th December, 2023 at 21:42:17 UTC by hap
leonardo: update notes on serial port
[src/mame/novag]svip.cpp
[src/mame/saitek]leonardo.cpp renaissance.cpp

r199704 Tuesday 19th December, 2023 at 20:39:12 UTC by hap
svip: update notes on serial port
[src/mame/novag]diablo.cpp sexpert.cpp svip.cpp

r199703 Tuesday 19th December, 2023 at 20:34:21 UTC by AJR
ekara_japan.xml, ekara_japan_sp.xml: Fill in the last unknown titles (no surprises here)
[hash]ekara_japan.xml ekara_japan_sp.xml

r199702 Tuesday 19th December, 2023 at 19:51:00 UTC by AJR
konami/viper.cpp: Simplify some recent changes
- code1d: Remove second DS2430A (probably superfluous if first is OK)
- p9112: Use OR logic on 1-Wire outputs instead of multiplexing on access patterns
[src/mame/konami]viper.cpp

r199701 Tuesday 19th December, 2023 at 19:04:58 UTC by hap
rs232/pty: remove unused constexpr
[src/devices/bus/rs232]null_modem.cpp pty.cpp pty.h
[src/emu]dipty.h

r199700 Tuesday 19th December, 2023 at 18:05:33 UTC by hap
chess*: center sb_ui vertically
[src/mame/layout]chessmst.lay chessmstdm.lay fidel_cphantom.lay fidel_phantom.lay mephisto_amsterdam.lay mephisto_bup.lay mephisto_glasgow.lay mephisto_mm2.lay mephisto_mm5.lay mephisto_montec.lay mephisto_montreal.lay mephisto_polgar.lay mephisto_risc.lay mephisto_roma2.lay

r199699 Tuesday 19th December, 2023 at 17:00:54 UTC by hap
chess*: small update to internal artwork
[src/mame/hegenerglaser]smondial.cpp
[src/mame/layout]fidel_bkc.lay mephisto_academy.lay mephisto_berlin.lay mephisto_mega4.lay* mephisto_milano.lay mephisto_modena.lay mephisto_modular_tm.lay mephisto_mondial.lay mephisto_mondial2.lay mephisto_mondial68k.lay mephisto_montec.lay mephisto_polgar.lay mephisto_risc.lay mephisto_smondial.lay mephisto_smondial2.lay

r199698 Tuesday 19th December, 2023 at 15:49:20 UTC by Angelo Salese
nec/8401a.cpp: make palette a bit better
[src/mame/nec]pc8401a.cpp pc98ha.cpp

r199697 Tuesday 19th December, 2023 at 12:37:07 UTC by Dirk Best
brother/pn8800fxb: Major improvements

* Add timer interrupt
* Add keyboard emulation
* Improve video emulation, support more modes
* Cleanup low memory emulation
[src/mame/brother]pn8800fxb.cpp

r199696 Tuesday 19th December, 2023 at 11:27:40 UTC by hap
damesc: update checkers pieces
[src/mame/layout]fidel_acr.lay fidel_cr.lay fidel_dsc.lay

r199695 Tuesday 19th December, 2023 at 03:15:22 UTC by Angelo Salese
nec/pc8401a.cpp: rework irq to be a free running timer
[src/mame/nec]pc8401a.cpp

r199694 Tuesday 19th December, 2023 at 01:40:52 UTC by David Haywood
ekara_japan.xml: Filled in title of EC0073-MKC. (#11849)

ekara_japan*.xml: Filled in more titles of undumped cartridges in comments.
[hash]ekara_japan.xml ekara_japan_bh.xml ekara_japan_d.xml ekara_japan_g.xml ekara_japan_p.xml ekara_japan_s.xml ekara_japan_sp.xml

r199693 Tuesday 19th December, 2023 at 00:23:42 UTC by Angelo Salese
nec/pc8401a.cpp: modernize memory map
[src/mame/nec]pc8401a.cpp

r199692 Monday 18th December, 2023 at 22:16:49 UTC by Angelo Salese
nec/pc8401a.cpp: cleanups
* remove empty pc8401a romset;
* consolidate in single file;
* remove i8255 device: eventually belongs to pc80s31k sub-device;
* remove 6845 stub device: eventually belongs to option slot;
* workaround for system not starting up, keyboard simulation eagerly sending irqs while system is not ready;
[src/mame]mame.lst
[src/mame/layout]pc8500.lay
[src/mame/nec]pc8001.cpp pc8401a.cpp pc8401a.h pc8401a_v.cpp

r199691 Monday 18th December, 2023 at 22:16:19 UTC by Angelo Salese
misc/matrix.cpp: move debug AGP declaration under compile switch
[src/mame/misc]matrix.cpp

r199690 Monday 18th December, 2023 at 20:38:37 UTC by hap
svip/snova: redo svg from lcd scan (old one was based on scan from manual) [hap, Berger]
[src/mame/layout]novag_snova.lay novag_supremo.lay novag_svip.lay
[src/mame/novag]snova.cpp svip.cpp

r199689 Monday 18th December, 2023 at 15:47:16 UTC by Osso
subsino/subsino.cpp: fixed MT08802
[src/mame/igs]goldstar.cpp
[src/mame/subsino]subsino.cpp

r199688 Monday 18th December, 2023 at 15:46:22 UTC by hap
conquist,turbo16k: make the lcds smaller
[src/mame/layout]saitek_conquistador.lay saitek_turbo16k.lay

r199687 Monday 18th December, 2023 at 15:41:07 UTC by cam900
igs/igs_m036.cpp: Fix description, device type (#11852)
[src/mame/igs]igs_m036.cpp

r199686 Monday 18th December, 2023 at 13:43:56 UTC by hap
snova: small tweak to internal artwork
[src/mame/layout]novag_snova.lay

r199685 Monday 18th December, 2023 at 12:51:31 UTC by hap
svip: update notes,
leonardo/renaissance: add serial port
[src/mame/novag]snova.cpp svip.cpp
[src/mame/saitek]leonardo.cpp renaissance.cpp

r199684 Monday 18th December, 2023 at 10:29:44 UTC by Osso
igs/goldstar.cpp: improved GFX for hamhouse [Ioannis Bampoulas]
[src/mame]mame.lst
[src/mame/igs]goldstar.cpp goldstar.h igs_m036.cpp

r199683 Monday 18th December, 2023 at 08:06:56 UTC by Osso
New systems marked not working
------------------------------
Medal Get Hammer (V100JP) [buffi]

- ice/chexx: fixed ROM loading for recently added Digitalker ROMs [Devin Acker]

- seibu/mustache.cpp: consolidated driver in single file
[src/mame]mame.lst
[src/mame/ice]chexx.cpp
[src/mame/igs]igs_m036.cpp
[src/mame/seibu]mustache.cpp mustache.h mustache_v.cpp

r199682 Sunday 17th December, 2023 at 23:39:50 UTC by hap
hd6301: fix timer 2 serial clock
[src/devices/cpu/m6800]m6801.cpp
[src/mame/novag]snova.cpp svip.cpp
[src/mame/saitek]turbo16k.cpp

r199681 Sunday 17th December, 2023 at 21:59:29 UTC by Roberto Fresca
Lot of improvements to Jack House.
[src/mame/misc]jackhouse.cpp

r199680 Sunday 17th December, 2023 at 21:13:03 UTC by AJR
misc/matrix.cpp: Fix build
[src/mame/misc]matrix.cpp

r199679 Sunday 17th December, 2023 at 20:59:36 UTC by Angelo Salese
misc/matrix.cpp: add a keyboard controller
[src/devices/machine]mediagx_cs5530_bridge.cpp mediagx_cs5530_bridge.h
[src/mame/misc]matrix.cpp

r199678 Sunday 17th December, 2023 at 20:58:20 UTC by Angelo Salese
machine/8042kbdc.h: add port60/port64_r/_w accessible aliases
[src/devices/machine]8042kbdc.h

r199677 Sunday 17th December, 2023 at 18:57:13 UTC by Olivier Galibert
sh: start adding the sh7042
[scripts/src]cpu.lua
[src/devices/cpu/sh]sh7042.cpp* sh7042.h*
[src/mame/yamaha]ympsr540.cpp

r199676 Sunday 17th December, 2023 at 18:52:41 UTC by R. Belmont
nubus/laserview.cpp: Rewrite to current standards, add save state support.. [R. Belmont]
[src/devices/bus/nubus]laserview.cpp laserview.h

r199675 Sunday 17th December, 2023 at 18:01:25 UTC by hap
chess*: small update to internal artwork
[src/mame/hegenerglaser]mm2.cpp
[src/mame/layout]aci_prodigy.lay mephisto_montreux.lay saitek_companion3.lay saitek_risc2500.lay saitek_turbo16k.lay

r199674 Sunday 17th December, 2023 at 16:11:57 UTC by clawgrip
efo/cidelsa.cpp: Add Cidelsa's "Altair II". (#11846)

Also changed difficulty settings to use standard names for all games in the source file.

New working machine
-------------------------
Altair II [Basilio GarcĂ­a, Recreativas.org]
[src/mame]mame.lst
[src/mame/efo]cidelsa.cpp

r199673 Sunday 17th December, 2023 at 13:38:35 UTC by Dirk Best
brother/pn8800fxb: Add enough flesh to show the initial screen
[src/mame/brother]pn8800fxb.cpp

r199672 Sunday 17th December, 2023 at 10:06:58 UTC by Olivier Galibert
sh: remove prefixes
[src/devices/cpu/sh]sh7014.cpp sh7014.h sh7032.cpp sh7032.h sh7604.cpp sh7604.h
[src/devices/machine]sega_scu.h
[src/mame/capcom]cps3.cpp cps3.h
[src/mame/dataeast]deco_mlc.cpp
[src/mame/kaneko]suprnova.cpp suprnova.h
[src/mame/misc]hideseek.cpp
[src/mame/namco]namcos12_cdxa.cpp namcos12_cdxa.h namcos23.cpp
[src/mame/psikyo]psikyo4.cpp psikyo4.h psikyosh.cpp psikyosh.h
[src/mame/sega]coolridr.cpp saturn.cpp saturn.h saturn_cdb.cpp stv.cpp
[src/mame/seibu]feversoc.cpp
[src/mame/shared]mega32x.cpp mega32x.h
[src/mame/yamaha]ympsr540.cpp

r199671 Sunday 17th December, 2023 at 10:03:40 UTC by wilbertpol
formats/flacfile.cpp: Removed unnecessary calls to decoder.reset(). (#11845)
[src/lib/formats]flacfile.cpp

r199670 Sunday 17th December, 2023 at 06:33:11 UTC by Angelo Salese
konami/viper.cpp: identify some inputs in wcombat
[src/mame/konami]viper.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team