Note Feed

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

Previous 50 199869 Revisions Next 50

r197619 Wednesday 7th June, 2023 at 04:55:10 UTC by Osso
zaccaria/zac2650.cpp: dumped PROM for tinv2650 [Andrew Welburn]
[/branches/vga_modern-2/src/mame/taito]pkspirit.cpp
[/branches/vga_modern-2/src/mame/zaccaria]zac2650.cpp zac2650.h zac2650_v.cpp

r197618 Wednesday 7th June, 2023 at 03:21:47 UTC by AJR
z80scc.cpp: Reset Highest IUS command is available on NMOS versions too according to manuals
[/branches/vga_modern-2/src/devices/machine]z80scc.cpp

r197617 Wednesday 7th June, 2023 at 02:02:34 UTC by patrick.mackinlay
mips3: fix tlb modify exception registers
[/branches/vga_modern-2/src/devices/cpu/mips]mips3com.cpp mips3drc.cpp

r197616 Wednesday 7th June, 2023 at 01:58:18 UTC by patrick.mackinlay
z80scc: fix access to wr7'
[/branches/vga_modern-2/src/devices/machine]z80scc.cpp

r197615 Wednesday 7th June, 2023 at 01:56:44 UTC by patrick.mackinlay
mc68681: separate transmitter holding and shift registers
[/branches/vga_modern-2/src/devices/machine]mc68681.cpp mc68681.h

r197614 Wednesday 7th June, 2023 at 01:44:17 UTC by patrick.mackinlay
cdi: fix quizard cdrom region
[/branches/vga_modern-2/src/mame/philips]cdi.cpp cdi.h

r197613 Wednesday 7th June, 2023 at 00:04:50 UTC by AJR
seta.cpp: Driver overhaul
- Split out downtown and related games to a separate driver
- Eliminate set_vblank_int and reduce usage of HOLD_LINE
- Replace remaining uPD71054 simulation with PIT device
[/branches/vga_modern-2/src/mame]mame.lst
[/branches/vga_modern-2/src/mame/seta]downtown.cpp* seta.cpp seta.h seta_v.cpp

r197612 Tuesday 6th June, 2023 at 20:55:01 UTC by hap
missile: add addressmap via bankdev
[/branches/vga_modern-2/src/mame/atari]missile.cpp

r197611 Tuesday 6th June, 2023 at 12:32:14 UTC by hap
missile: use ioport_array
[/branches/vga_modern-2/src/mame/atari]missile.cpp

r197610 Tuesday 6th June, 2023 at 12:20:25 UTC by hap
missile: correct irq timing
[/branches/vga_modern-2/src/mame/atari]missile.cpp

r197609 Tuesday 6th June, 2023 at 08:27:00 UTC by Olivier Galibert
h8_dma: reorganize, upgrade
[/branches/vga_modern-2/src/devices/cpu/h8]h8.cpp h8.h h8.lst h83002.cpp h83002.h h83003.cpp h83003.h h83042.cpp h83042.h h83048.cpp h83048.h h8_dma.cpp h8_dma.h h8s2320.cpp h8s2320.h h8s2357.cpp h8s2357.h h8s2655.cpp h8s2655.h
[/branches/vga_modern-2/src/devices/machine]t10mmc.cpp
[/branches/vga_modern-2/src/devices/video]zr36110.cpp
[/branches/vga_modern-2/src/mame/nichibutsu]hrdvd.cpp

r197608 Tuesday 6th June, 2023 at 08:26:58 UTC by Olivier Galibert
h8: Use finders
[/branches/vga_modern-2/src/devices/cpu/h8]gt913.cpp h83002.cpp h83003.cpp h83003.h h83006.cpp h83008.cpp h83032.cpp h83042.cpp h83048.cpp h83337.cpp h8_adc.cpp h8_adc.h h8_dma.cpp h8_dma.h h8_dtc.cpp h8_dtc.h h8_intc.cpp h8_intc.h h8_port.cpp h8_port.h h8_sci.cpp h8_sci.h h8_timer16.cpp h8_timer16.h h8_timer8.cpp h8_timer8.h h8_watchdog.cpp h8_watchdog.h h8s2245.cpp h8s2320.cpp h8s2357.cpp h8s2655.cpp
[/branches/vga_modern-2/src/devices/machine]gt913_io.cpp gt913_io.h

r197607 Tuesday 6th June, 2023 at 05:24:20 UTC by Osso
New working clones
------------------
Sprint 4 (Rev 03) [Andrew Welburn]
[/branches/vga_modern-2/src/mame]mame.lst
[/branches/vga_modern-2/src/mame/atari]sprint4.cpp

r197606 Monday 5th June, 2023 at 10:47:37 UTC by hap
missile: add debugger side effects check
[/branches/vga_modern-2/src/mame/atari]missile.cpp
[/branches/vga_modern-2/src/mame/handheld]hh_pps41.cpp
[/branches/vga_modern-2/src/mame/tvgames]xavix.cpp

r197605 Sunday 4th June, 2023 at 20:15:47 UTC by AJR
z80: Clean up error message and inconsistent bracing
[/branches/vga_modern-2/src/devices/cpu/z80]z80.cpp

r197604 Sunday 4th June, 2023 at 18:48:59 UTC by mark.garlanger
z80.cpp - Add EI to IM0 handler (#11307)

* z80.cpp - Add EI to IM0 handler

The heath/h89.cpp with a z37 soft-sectored controller uses IM0 and places an EI instruction on the bus when DRQ signal is received from the WD disk controller.

I'm putting this part up early to get comments. Maybe someone with more experience with the z80 code could implement the top TODO in this file
```
- Interrupt mode 0 should be able to execute arbitrary opcodes
```
[/branches/vga_modern-2/src/devices/cpu/z80]z80.cpp

r197603 Sunday 4th June, 2023 at 16:43:17 UTC by arcadeshadow
Fix LeapFrogs' softwarelist name (#11310)

Lowercase on media support "cartridges" word
[/branches/vga_modern-2/hash]leapfrog_didj_cart.xml leapfrog_zippity_cart.xml leapster_explorer_cart.xml

r197602 Sunday 4th June, 2023 at 16:42:29 UTC by rebecca.wallander
compis.xml: Add some recently spotted undumped software to list (#11309)
[/branches/vga_modern-2/hash]compis.xml

r197601 Sunday 4th June, 2023 at 16:41:44 UTC by ywy
taito_f3_v.cpp: Fix visible tile check for alternate tilemap lines (#11311)
[/branches/vga_modern-2/src/mame/taito]taito_f3_v.cpp

r197600 Sunday 4th June, 2023 at 15:12:58 UTC by hap
addocalc: remove power off timer
[/branches/vga_modern-2/src/mame/handheld]hh_pps41.cpp hh_tms1k.cpp

r197599 Sunday 4th June, 2023 at 14:50:11 UTC by wilbertpol
msx1_cart.xml: Add four Quick Disk interfaces (not working). (#11306)

New NOT_WORKING software list additions (msx1_cart.xml)
------------------------------------------
DPQ-280 Quick Disk Drive
DPQ-280 Quick Disk Drive (alt)
QDM-01 Quick Disk Drive
VY-0002 Quick Disk Drive
[/branches/vga_modern-2/hash]msx1_cart.xml
[/branches/vga_modern-2/scripts/src]bus.lua
[/branches/vga_modern-2/src/devices/bus/msx/cart]cartridge.cpp quickdisk.cpp* quickdisk.h* slotoptions.cpp slotoptions.h

r197598 Sunday 4th June, 2023 at 13:01:37 UTC by hap
New working systems
-------------------
Addometer Calculator [hap, Sean Riddle]
[/branches/vga_modern-2/src/mame]mame.lst
[/branches/vga_modern-2/src/mame/handheld]hh_cop400.cpp hh_pic16.cpp hh_pps41.cpp hh_tms1k.cpp
[/branches/vga_modern-2/src/mame/itech]iteagle_fpga.cpp iteagle_fpga.h
[/branches/vga_modern-2/src/mame/layout]addocalc.lay*
[/branches/vga_modern-2/src/mame/tiger]k28.cpp k28m2.cpp

r197597 Sunday 4th June, 2023 at 00:27:30 UTC by R. Belmont
Some more sprintf() deprecation warning fixes. [R. Belmont]
[/branches/vga_modern-2/src/devices/cpu/apexc]apexcdsm.cpp
[/branches/vga_modern-2/src/devices/cpu/dsp56156]tables.cpp
[/branches/vga_modern-2/src/lib/util]jedparse.cpp
[/branches/vga_modern-2/src/tools]jedutil.cpp

r197596 Saturday 3rd June, 2023 at 20:52:00 UTC by R. Belmont
Clean up several sprintf() deprecation warningss in non-3rdparty code. [R. Belmont]
[/branches/vga_modern-2/src/devices/cpu/h8]h8_timer16.cpp
[/branches/vga_modern-2/src/devices/cpu/i386]i386dasm.cpp
[/branches/vga_modern-2/src/devices/cpu/m68000]m68kfpu.cpp
[/branches/vga_modern-2/src/devices/cpu/powerpc]ppccom.cpp ppcdrc.cpp
[/branches/vga_modern-2/src/devices/imagedev]flopdrv.cpp
[/branches/vga_modern-2/src/devices/machine]corvushd.cpp i2cmem.cpp wd_fdc.cpp
[/branches/vga_modern-2/src/emu]attotime.cpp
[/branches/vga_modern-2/src/emu/debug]debugcmd.cpp debugcpu.cpp dvmemory.cpp

r197595 Saturday 3rd June, 2023 at 19:11:01 UTC by AJR
flower.cpp: VBLANK interrupt modernization
[/branches/vga_modern-2/src/mame/misc]flower.cpp

r197594 Saturday 3rd June, 2023 at 18:35:26 UTC by hap
mips3: remove stray printf
[/branches/vga_modern-2/src/devices/cpu/mips]mips3.cpp

r197593 Saturday 3rd June, 2023 at 13:35:27 UTC by hap
k28: (re)add imperfect sound flag
[/branches/vga_modern-2/src/mame/tiger]k28.cpp

r197592 Saturday 3rd June, 2023 at 13:22:43 UTC by Olivier Galibert
votrax: It's more than good enough to remove the flag
[/branches/vga_modern-2/src/devices/sound]votrax.h

r197591 Saturday 3rd June, 2023 at 13:22:16 UTC by hap
iteagle_fpga: fix issue with LOG_SERIAL
[/branches/vga_modern-2/src/mame/itech]iteagle_fpga.cpp

r197590 Saturday 3rd June, 2023 at 11:28:28 UTC by Olivier Galibert
m68000: Remove leftover debug logerror
[/branches/vga_modern-2/src/devices/cpu/m68000]m68000.cpp

r197589 Saturday 3rd June, 2023 at 11:19:25 UTC by hap
1943: correct mcu interrupt pin
[/branches/vga_modern-2/src/mame/capcom]1943.cpp 1943.h

r197588 Saturday 3rd June, 2023 at 11:02:24 UTC by hap
1943: don't ignore audiocpu reset line
[/branches/vga_modern-2/src/mame/capcom]1943.cpp 1943.h 1943_v.cpp

r197587 Saturday 3rd June, 2023 at 10:02:10 UTC by hap
mcs51: add rxb8 to uart reset
[/branches/vga_modern-2/src/devices/cpu/mcs51]mcs51.cpp mcs51.h

r197586 Saturday 3rd June, 2023 at 00:53:35 UTC by AJR
x68k.cpp: Avoid dereferencing null pointers when fewer than 4 floppy drives are configured
[/branches/vga_modern-2/src/mame/sharp]x68k.cpp

r197585 Friday 2nd June, 2023 at 11:13:38 UTC by Curt Coder
New working software list items
-------------------------------
abc1600_hdd: Formatted Micropolis 1325A 69MB, Formatted NEC D5216A 20MB. [Curt Coder]
[/branches/vga_modern-2/hash]abc1600_hdd.xml*
[/branches/vga_modern-2/src/mame/luxor]abc1600.cpp

r197584 Friday 2nd June, 2023 at 10:01:34 UTC by Olivier Galibert
m68000: When a SR S-flag update happens in parallel to a bus access, be careful to delay the update to after the access because it is otherwise seen too early through fc, and acts on mmus&co.  Fixes hp_ipc [ajrhacker, O. Galibert]
[/branches/vga_modern-2/src/devices/cpu/m68000]m68000-sdf.cpp m68000-sdp.cpp m68000-sif.cpp m68000-sip.cpp m68000.cpp m68000.h m68000gen.py m68000mcu-sdfm.cpp m68000mcu-sdpm.cpp m68000mcu-sifm.cpp m68000mcu-sipm.cpp m68008-sdf8.cpp m68008-sdp8.cpp m68008-sif8.cpp m68008-sip8.cpp

r197583 Friday 2nd June, 2023 at 01:51:34 UTC by AJR
blockcarb: Add music
[/branches/vga_modern-2/src/mame/seta]seta.cpp seta.h

r197582 Thursday 1st June, 2023 at 19:55:56 UTC by Vasantha Crabb
misc/micro3d.cpp: Use more plausible input ranges (MT08656).
[/branches/vga_modern-2/src/mame/misc]micro3d.cpp

r197581 Thursday 1st June, 2023 at 18:47:24 UTC by buffi
psikyo/psikyo.cpp: Corrected screen timings and interrupts for Gunbird and Sengoku Ace. (#11303)

Gunbird is verified to use the same timings as Strikers 1945 and Tengai, so Sengoku Ace can be assumed to be similar.
[/branches/vga_modern-2/src/mame/psikyo]psikyo.cpp

r197580 Thursday 1st June, 2023 at 14:57:27 UTC by 987123879113
namco/namcos10.cpp: Add Taiko no Tatsujin RT: Nippon no Kokoro. (#11302)

New working systems
------------------
Taiko no Tatsujin RT: Nippon no Kokoro [nnap, Hajime0512, Peter Wilhelmsen, Samuel Neves]
[/branches/vga_modern-2/src/mame]mame.lst
[/branches/vga_modern-2/src/mame/namco]namcos10.cpp

r197579 Thursday 1st June, 2023 at 11:47:55 UTC by hap
qkracer: swap parent/clone
tmvolleyb: fix display problem with left digit
[/branches/vga_modern-2/src/mame]mame.lst
[/branches/vga_modern-2/src/mame/handheld]hh_cop400.cpp hh_cops1.cpp hh_tms1k.cpp
[/branches/vga_modern-2/src/mame/layout]fingbowl.lay ftri1.lay mwcbaseb.lay qkracera.lay* qkracerm.lay
[/branches/vga_modern-2/src/mame/msx]msx1.cpp msx2.cpp

r197578 Thursday 1st June, 2023 at 09:47:04 UTC by toastmanjack
Cleanup of Markham.cpp documentation (#11299)
[/branches/vga_modern-2/src/mame/sunelectronics]markham.cpp markham.h markham_v.cpp

r197577 Thursday 1st June, 2023 at 06:04:08 UTC by buffi
video/epic12.cpp: Apply clipping to Blitter calculations as well. (#11295)

* Fixes excessive blitter delays when games do large over-draws.
* The fog in stage 1 of Mushihimesama Futari 1.5 is a good example of this.
[/branches/vga_modern-2/src/devices/video]epic12.cpp

r197576 Thursday 1st June, 2023 at 02:42:17 UTC by ksherlock
atari/atarist.cpp: (ste) don't segfault immediately when starting (#11296)
[/branches/vga_modern-2/src/mame/atari]atarist.cpp

r197575 Thursday 1st June, 2023 at 01:28:01 UTC by R. Belmont
apple/macrtc.cpp: Don't cache the time reference, it's somehow different for different timezones. (GitHub #11298) [R. Belmont]
[/branches/vga_modern-2/scripts/src]bus.lua video.lua
[/branches/vga_modern-2/src/devices/bus/isa]s3virge.cpp* s3virge.h* svga_cirrus.cpp svga_cirrus.h svga_s3.cpp svga_s3.h svga_trident.cpp svga_trident.h svga_tseng.cpp svga_tseng.h vga.cpp vga.h vga_ati.cpp vga_ati.h
[/branches/vga_modern-2/src/devices/machine]sis630_gui.cpp sis630_gui.h
[/branches/vga_modern-2/src/devices/video]clgd542x.cpp* clgd542x.h* ibm8514a.cpp pc_vga.cpp pc_vga.h pc_vga_ati.cpp pc_vga_ati.h pc_vga_cirrus.cpp pc_vga_cirrus.h pc_vga_nvidia.cpp pc_vga_nvidia.h pc_vga_s3.cpp pc_vga_s3.h pc_vga_sis.cpp pc_vga_sis.h pc_vga_trident.cpp pc_vga_trident.h pc_vga_tseng.cpp pc_vga_tseng.h pc_xga.cpp pc_xga.h riva128.cpp riva128.h s3virge.cpp s3virge.h virge_pci.cpp virge_pci.h
[/branches/vga_modern-2/src/mame/apple]macrtc.cpp
[/branches/vga_modern-2/src/mame/be]bebox.cpp
[/branches/vga_modern-2/src/mame/funworld]photoply.cpp
[/branches/vga_modern-2/src/mame/konami]konmedal020.cpp
[/branches/vga_modern-2/src/mame/misc]gambl186.cpp gammagic.cpp gamtor.cpp magtouch.cpp pntnpuzl.cpp savquest.cpp su2000.cpp
[/branches/vga_modern-2/src/mame/pc]fruitpc.cpp pangofun.cpp paokaipc.cpp pcat_dyn.cpp pcat_nit.cpp queen.cpp
[/branches/vga_modern-2/src/mame/trs]vis.cpp

r197574 Sunday 25th June, 2023 at 07:11:04 UTC by Roberto Fresca
Added default NVRAM to both Fruit Star Bonus (Ver 8.17BGL-3, Burgenland) sets.
[src/mame/misc]mpu12wbk.cpp

r197573 Sunday 25th June, 2023 at 07:00:04 UTC by Roberto Fresca
New working clones
------------------
Fruit Star Bonus (Ver 8.17BGL-3, Burgenland, set 1) [TeamEurope, f205v, Roberto Fresca]
Fruit Star Bonus (Ver 8.17BGL-3, Burgenland, set 2) [TeamEurope, f205v, Roberto Fresca]
[src/mame]mame.lst
[src/mame/misc]mpu12wbk.cpp

r197572 Sunday 25th June, 2023 at 06:12:06 UTC by Roberto Fresca
Set Fruit Star Bonus (Ver 8.23PSTK, Steiermark) temporarily as clone.
[src/mame/misc]mpu12wbk.cpp

r197571 Sunday 25th June, 2023 at 06:01:08 UTC by Roberto Fresca
Fruit Star Bonus (Ver 8.23PSTK, Steiermark):
Added default NVRAM.
[src/mame/misc]mpu12wbk.cpp

r197570 Sunday 25th June, 2023 at 05:54:17 UTC by Roberto Fresca
New working clones
------------------
Fruit Star Bonus (Ver 8.23PSTK, Steiermark) [TeamEurope, f205v, Roberto Fresca]
[src/mame]mame.lst
[src/mame/misc]mpu12wbk.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team