Note Feed

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

Previous 50 199869 Revisions Next 50

r191407 Tuesday 3rd January, 2023 at 00:18:11 UTC by Angelo Salese
New working software list items
-------------------------------
ibm5170_hdd.xml: Windows 98 Second Edition
[hash]ibm5170_hdd.xml

r191406 Monday 2nd January, 2023 at 21:16:34 UTC by devin.acker
casio/ctk551: better default velocity controls (#10776)
[src/mame/casio]ctk551.cpp
[src/mame/layout]ctk530.lay

r191405 Monday 2nd January, 2023 at 20:14:47 UTC by benrg
Improved Apple II hires graphics color simulation (#10773)

This algorithm decodes the scan line to 560 bits in the same way as the
hardware (and MAME's monochrome modes) and uses a 7-bit sliding window
on the decoded bits. The result is the same as before if all high bits
are clear. If high bits are set, the output is shifted right by one
pixel as it should be, and the unique artifact colors at the boundaries
between bytes with opposite high bits are simulated. (For more about
those colors see page 8-20 of Understanding the Apple II by Jim Sather.)

The monochrome modes are rewritten to use the same decoding logic, which
incidentally fixes some bugs: the left pixel of a 14-pixel group was not
updated at 0-to-1 bit-7 transitions (leaving old pixels on the screen),
the test against cliprect was incorrect, and m_dhires was ignored.
[src/mame/apple]apple2video.cpp apple2video.h

r191404 Monday 2nd January, 2023 at 15:05:37 UTC by hap
distate: max_length() has no use for value() either
[src/emu]distate.cpp

r191403 Monday 2nd January, 2023 at 14:52:25 UTC by Carl
upd765: unify data_irq and other_irq (#10765)
[src/devices/machine]upd765.cpp upd765.h

r191402 Monday 2nd January, 2023 at 07:12:32 UTC by patrick.mackinlay
i8255: update interrupt state with acknowledge/strobe inputs
[src/devices/machine]i8255.cpp

r191401 Monday 2nd January, 2023 at 07:10:02 UTC by patrick.mackinlay
m68kfpu: add support for fmove.p (d16,An), Dn

* fixes frequent floating point errors running HP-UX 8 on HP9000/370
[src/devices/cpu/m68000]m68kfpu.cpp

r191400 Monday 2nd January, 2023 at 06:56:50 UTC by Vasantha Crabb
emu/romentry.h: Got rid of long-obsolete ROMENTRYTYPE_CARTRIDGE, and improved comments on ROM entry type constants.
[src/emu]romentry.h

r191399 Monday 2nd January, 2023 at 01:16:15 UTC by AJR
Fix various headers after 3f9fa672a4e20533a44abc795706c7697ad75c9c
[src/mame/atari]jaguar.cpp jaguar.h
[src/mame/sega]mdconsole.cpp mdconsole.h

r191398 Monday 2nd January, 2023 at 01:12:47 UTC by AJR
diimage.h: Move a few macro and delegate definitions down into subclasses
[src/devices/bus/generic]slot.h
[src/devices/bus/ti99x]990_hd.cpp 990_hd.h
[src/devices/imagedev]diablo.h harddriv.h
[src/emu]diimage.h
[src/mame/nintendo]n64.cpp

r191397 Monday 2nd January, 2023 at 00:58:17 UTC by Vasantha Crabb
Bump dates to 2023 where appropriate
[/trunk]COPYING
[docs/source]conf.py license.rst whatis.rst
[regtests]LICENSE
[scripts/build]verinfo.py
[tests]LICENSE
[web]LICENSE

r191396 Monday 2nd January, 2023 at 00:08:01 UTC by hap
distate: don't try to read unused value() during formatstr
[src/devices/cpu/tms9900]tms9900.cpp tms9995.cpp
[src/emu]distate.cpp distate.h

r191395 Sunday 1st January, 2023 at 21:46:14 UTC by hap
tms9900: fix crash at start
[src/devices/cpu/tms9900]tms9900.cpp tms9995.cpp

r191394 Sunday 1st January, 2023 at 17:36:19 UTC by goldnchild
wy50: add beep (#10771)
[src/mame/wyse]wy50.cpp

r191393 Sunday 1st January, 2023 at 14:01:11 UTC by hap
pic16c5x: small cleanup (1-line comments C++ style, switch/case spacing)
[src/devices/cpu/pic16c5x]16c5xdsm.cpp 16c5xdsm.h pic16c5x.cpp pic16c5x.h

r191392 Sunday 1st January, 2023 at 02:08:59 UTC by R. Belmont
apple2gs: workaround for Finder thinking the mouse button is initially stuck down. [R. Belmont]
[src/mame/apple]apple2gs.cpp

r191391 Sunday 1st January, 2023 at 01:21:56 UTC by R. Belmont
macadb: added the Ins/Del keys and fixed some keypad keys.  [R. Belmont, Kelvin Sherlock]
[src/mame/apple]macadb.cpp

r191390 Sunday 1st January, 2023 at 00:54:44 UTC by benrg
Remove a2_video_device::m_dhires_artifact_map (#10767)

m_dhires_artifact_map was just a rotate-four-bits-by-2 lookup table.
The code that used it was already doing four-bit rotations by arbitrary
amounts, so it is slightly simplified by eliminating the table.
[src/mame/apple]apple2video.cpp apple2video.h

r191389 Sunday 1st January, 2023 at 00:54:07 UTC by benrg
Merge copies of text_update and plot_text_character in a2_video_device (#10766)

a2_video_device::{text_update,plot_text_character} already had a
template parameter to distinguish II/II+ from IIe/IIc. Extending it
enables {text_update,plot_text_character}{_ultr,_jplus,GS} to be merged
in as well.
[src/mame/apple]apple2.cpp apple2e.cpp apple2video.cpp apple2video.h

r191388 Saturday 31st December, 2022 at 22:12:00 UTC by hap
andromed: add coinage dipswitch
[src/mame/irem]m10.cpp m10.h m10_v.cpp

r191387 Saturday 31st December, 2022 at 20:42:27 UTC by hap
m11: assume video timing is same as m15
[src/emu]xtal.cpp
[src/mame/irem]m10.cpp m10.h

r191386 Saturday 31st December, 2022 at 19:47:41 UTC by hap
m10: add PORT_ADJUSTER for irq freq
[src/mame/irem]m10.cpp m10.h

r191385 Saturday 31st December, 2022 at 18:40:57 UTC by hap
m15: change 6502 clock to 733khz
[src/mame/irem]m10.cpp m10.h

r191384 Saturday 31st December, 2022 at 16:05:04 UTC by hap
megaphx: remove ppi reset workaround, remove vector table ram copy workaround
[src/mame/misc]megaphx.cpp
[src/mame/shared]inder_vid.h

r191383 Saturday 31st December, 2022 at 15:44:59 UTC by smf
andromed: Changed the ship and "ATTACK !" text colour & moved "ATTACK !" to the top of the screen, to match the video from a working board. Set the dip switch default so you don't receive free credits [smf]
[src/mame/irem]m10.cpp m10.h m10_v.cpp

r191382 Saturday 31st December, 2022 at 13:36:14 UTC by David Haywood
misc/megaphx.cpp: Adde YoYo Spell (prototype of Little Robin). (#10763)

New working clones
------
YoYo Spell (prototype) [Opernet,  Recreativas.org]
[src/mame]mame.lst
[src/mame/misc]megaphx.cpp

r191381 Saturday 31st December, 2022 at 13:32:11 UTC by cam900
igs/pgm.cpp: Use logmacro.h for logging. (#10762)
[src/mame/igs]pgm.cpp pgm.h pgmprot_igs027a_type1.cpp pgmprot_igs027a_type2.cpp pgmprot_igs027a_type3.cpp

r191380 Saturday 31st December, 2022 at 08:34:35 UTC by Osso
New working systems
-------------------
Bowling Gum [augitesoul]
[src/mame]mame.lst
[src/mame/misc]4enraya.cpp

r191379 Saturday 31st December, 2022 at 00:24:56 UTC by smf
Machines promoted to working
============================
Andromeda SS (Japan?) [Dillweed, smf]
[src/mame/irem]m10.cpp m10.h m10_v.cpp

r191378 Saturday 31st December, 2022 at 00:07:40 UTC by philip.bennett
Oops, these aren't quite ready yet (nw).
[src/mame]mame.lst

r191377 Saturday 31st December, 2022 at 00:03:52 UTC by philip.bennett
New working machines
--------------------
Vs. Super Captain Flag [Phil Bennett]
[src/mame]mame.lst
[src/mame/jaleco]cischeat.cpp cischeat.h

r191376 Friday 30th December, 2022 at 23:47:26 UTC by benrg
Remove a2_video_device::hgr_update_tk2000 (#10764)

It was not referenced anywhere in the source tree, and was just a copy
of hgr_update with the address of page 2 changed from $4000 to $A000.
If support for this is ever needed, it could be handled by adding a
parameter to hgr_update.
[src/mame/apple]apple2video.cpp apple2video.h

r191375 Friday 30th December, 2022 at 20:13:51 UTC by hap
ttfball: add volume gate
[src/mame/handheld]hh_pic16.cpp

r191374 Friday 30th December, 2022 at 18:25:30 UTC by Osso
New working clones
------------------
Gaplus (GP7) [Arcadecomponents.com, Brian Troha]
[src/mame]mame.lst
[src/mame/namco]gaplus.cpp

r191373 Friday 30th December, 2022 at 18:25:30 UTC by GitHub
-

r191372 Friday 30th December, 2022 at 18:25:30 UTC by GitHub
-

r191371 Thursday 29th December, 2022 at 14:20:09 UTC by Vasantha Crabb
Bump version to 0.251
[/tags]mame0251*

r191370 Friday 30th December, 2022 at 14:40:43 UTC by Vasantha Crabb
Merge tag 'mame0251' into mainline-master

MAME 0.251
[hash]chessking_cart.xml* ibm5170_cdrom.xml
[scripts/src]bus.lua formats.lua
[src/devices/bus/pc8801]README.md* hmb20.cpp* hmb20.h* jmbx1.cpp pc8801_exp.cpp
[src/devices/cpu/i386]i386segs.hxx
[src/devices/cpu/mcs48]mcs48.cpp
[src/devices/cpu/nec]nec80inst.hxx necinstr.hxx
[src/devices/cpu/tms34010]makefile tms34010.cpp
[src/devices/sound]dac.h
[src/devices/video]pc_vga.cpp pc_vga.h
[src/lib/formats]all.cpp fs_hplif.cpp* fs_hplif.h* hp300_dsk.cpp* hp300_dsk.h*
[src/mame]mame.lst mess.flt
[src/mame/acorn]accomm.cpp
[src/mame/alpha]meijinsn.cpp shougi.cpp
[src/mame/amiga]amiga.cpp
[src/mame/apple]apple2e.cpp apple2gs.cpp iphone2g.cpp macadb.cpp macadb.h
[src/mame/atari]arcadecl.cpp arcadecl.h arcadecl_v.cpp atarisy2.h cybstorm.cpp cybstorm.h cybstorm_v.cpp
[src/mame/bandai]tamag1.cpp
[src/mame/handheld]chessking.cpp* hh_cop400.cpp hh_pic16.cpp
[src/mame/homelab]braiplus.cpp
[src/mame/misc]cv1k.cpp gamtor.cpp lependu.cpp tickee.cpp
[src/mame/namco]namco65.h namco68.h tceptor.cpp tceptor.h tceptor_v.cpp
[src/mame/nmk]cultures.cpp
[src/mame/pacman]pengo.cpp
[src/mame/pc]pcat_dyn.cpp
[src/mame/sfrj]galaxy.cpp galaxy.h galaxy_m.cpp galaxy_v.cpp galeb.cpp orao.cpp pecom.cpp pecom.h pecom_m.cpp pecom_v.cpp tim011.cpp
[src/mame/shared]vt100_kbd.cpp
[src/mame/skeleton]textelcomp.cpp
[src/mame/taito]taito_l.h
[src/mame/ti]ti85.cpp
[src/mame/wing]lucky37.cpp superwng.cpp

r191369 Thursday 29th December, 2022 at 14:20:09 UTC by Vasantha Crabb
Bump version to 0.251
[/trunk]makefile
[android-project/app/src/main]AndroidManifest.xml
[docs/source]conf.py
[hash]chessking_cart.xml ibm5170_cdrom.xml
[scripts/src]bus.lua formats.lua
[src/devices/bus/pc8801]README.md hmb20.cpp hmb20.h jmbx1.cpp pc8801_exp.cpp
[src/devices/cpu/i386]i386segs.hxx
[src/devices/cpu/mcs48]mcs48.cpp
[src/devices/cpu/nec]nec80inst.hxx necinstr.hxx
[src/devices/cpu/tms34010]makefile* tms34010.cpp
[src/devices/sound]dac.h
[src/devices/video]pc_vga.cpp pc_vga.h
[src/lib/formats]all.cpp fs_hplif.cpp fs_hplif.h hp300_dsk.cpp hp300_dsk.h
[src/mame]mame.lst mess.flt
[src/mame/acorn]accomm.cpp
[src/mame/alpha]meijinsn.cpp shougi.cpp
[src/mame/amiga]amiga.cpp
[src/mame/apple]apple2e.cpp apple2gs.cpp iphone2g.cpp macadb.cpp macadb.h
[src/mame/atari]arcadecl.cpp arcadecl.h* arcadecl_v.cpp* atarisy2.h cybstorm.cpp cybstorm.h* cybstorm_v.cpp*
[src/mame/bandai]tamag1.cpp
[src/mame/handheld]chessking.cpp hh_cop400.cpp hh_pic16.cpp
[src/mame/homelab]braiplus.cpp
[src/mame/misc]cv1k.cpp gamtor.cpp lependu.cpp tickee.cpp
[src/mame/namco]namco65.h namco68.h tceptor.cpp tceptor.h tceptor_v.cpp
[src/mame/nmk]cultures.cpp
[src/mame/pacman]pengo.cpp
[src/mame/pc]pcat_dyn.cpp
[src/mame/sfrj]galaxy.cpp galaxy.h* galaxy_m.cpp* galaxy_v.cpp* galeb.cpp orao.cpp pecom.cpp pecom.h* pecom_m.cpp* pecom_v.cpp* tim011.cpp
[src/mame/shared]vt100_kbd.cpp
[src/mame/skeleton]textelcomp.cpp
[src/mame/taito]taito_l.h
[src/mame/ti]ti85.cpp
[src/mame/wing]lucky37.cpp superwng.cpp

r191368 Friday 30th December, 2022 at 12:19:16 UTC by hap
New working systems
-------------------
Sound FX Phasor [hap, =CO=Windler]
[src/devices/cpu/tms34010]tms34010.cpp
[src/devices/sound]dac.h
[src/mame]mame.lst
[src/mame/handheld]hh_cop400.cpp hh_pic16.cpp

r191367 Friday 30th December, 2022 at 11:17:19 UTC by Miodrag Milanović
sfrj: merge driver files
[src/mame/sfrj]galaxy.cpp galaxy.h galaxy_m.cpp galaxy_v.cpp galeb.cpp orao.cpp pecom.cpp pecom.h pecom_m.cpp pecom_v.cpp tim011.cpp

r191366 Friday 30th December, 2022 at 06:23:20 UTC by Osso
ibm5170_cdrom.xml: fixed validation
[hash]ibm5170_cdrom.xml

r191365 Friday 30th December, 2022 at 02:56:30 UTC by Angelo Salese
New working software list items
-------------------------------
ibm5170_cdrom.xml: Actua Soccer (OEM v1.29), Duke Nukem 3D (shareware v1.1), Quake (shareware v1.01), SimCity Classic (v2.0), SimCity 2000, Slam Dunk Typing, Sturmtruppen: Risiken? (Italy) [archive.org]

New software list items marked not working
------------------------------------------
ibm5170_cdrom.xml: Beavis and Butthead - Virtual Stupidity, Corel DRAW! 6, Uffizi Virtual Museums [archive.org]
[hash]ibm5170_cdrom.xml
[src/devices/cpu/i386]i386segs.hxx

r191364 Thursday 29th December, 2022 at 21:33:31 UTC by MetalliC
new WORKING clone
-----------------------
Espgaluda II (2005/11/14.MASTER VER.) [twistedsymphony]
[src/mame]mame.lst
[src/mame/misc]cv1k.cpp

r191363 Thursday 29th December, 2022 at 17:29:05 UTC by Osso
- atari/arcadecl.cpp, atari/cybstorm.cpp: consolidated drivers in single files

- various drivers: removed unneeded bankdev.h include
[src/mame/acorn]accomm.cpp
[src/mame/amiga]amiga.cpp
[src/mame/apple]apple2e.cpp iphone2g.cpp
[src/mame/atari]arcadecl.cpp arcadecl.h arcadecl_v.cpp atarisy2.h cybstorm.cpp cybstorm.h cybstorm_v.cpp
[src/mame/misc]lependu.cpp
[src/mame/namco]namco65.h namco68.h
[src/mame/pc]pcat_dyn.cpp
[src/mame/taito]taito_l.h
[src/mame/ti]ti85.cpp

r191362 Thursday 29th December, 2022 at 16:26:49 UTC by David Haywood
pacman/pengo.cpp: Sorted Pengo sets, and changed scheme for short names (#10751)

* Export versions have replaced music/faster maze drawing.
* Japan versions have slow maze drawing and 'popcorn' music.
* The unencrypted sets are the newest releases we have of both versions - for Japan that is ROMs 5120-5127 and for export that is ROMs 5128-5135 (suggesting these unencrypted versions were both released at the same time).
[src/mame]mame.lst
[src/mame/pacman]pengo.cpp

r191361 Thursday 29th December, 2022 at 13:42:49 UTC by hap
tms34010: remove really old disassembler makefile
[src/devices/cpu/tms34010]makefile
[src/mame/alpha]shougi.cpp
[src/mame/misc]tickee.cpp

r191360 Thursday 29th December, 2022 at 11:22:50 UTC by hap
meijinsn: correct audiocpu irq freq, add unemulated protection flag
[src/mame/alpha]meijinsn.cpp
[src/mame/bandai]tamag1.cpp
[src/mame/handheld]chessking.cpp

r191359 Wednesday 28th December, 2022 at 19:05:20 UTC by hap
maletmad: add some dipswitches
[src/mame/handheld]chessking.cpp
[src/mame/misc]tickee.cpp

r191358 Wednesday 28th December, 2022 at 18:03:40 UTC by Osso
- nmk/cultures.cpp: updated to use memory view instead of bankdev and other small cleanups

- wing/lucky37.cpp: put the driver in an anonymous namespace

- wing/superwng.cpp: used finder instead of tag lookup for memory bank and other small cleanups
[src/mame/nmk]cultures.cpp
[src/mame/wing]lucky37.cpp superwng.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team