Note: GitHub retired the SVN interface on January 8, 2024.
Previous 50 | 199869 Revisions | Next 50 |
r191807 Wednesday 4th January, 2023 at 17:03:58 UTC by Vasantha Crabb |
---|
Win32 debugger: don't skip a history item when initially pressing down. |
[/branches/new68k/src/osd/modules/debugger/win] | editwininfo.cpp |
r191806 Wednesday 4th January, 2023 at 16:45:00 UTC by Vasantha Crabb |
---|
More UI cleanup: * Got rid of more UI globals. * Cache more metrics in system/software selection menus. * Don't lose a BDF font specified on the command line when changing font size via the UI. * For win32 debugger, behave as though most recent history item was just entered when restoring session state. |
[/branches/new68k/src/frontend/mame/ui] | custui.cpp custui.h selgame.cpp selmenu.cpp selmenu.h selsoft.cpp utils.cpp utils.h |
[/branches/new68k/src/osd/modules/debugger/win] | editwininfo.cpp |
r191805 Wednesday 4th January, 2023 at 15:25:49 UTC by Curt Coder |
---|
abc1600: Connect BUS0X PRAC callback, and break into debugger on bus error. [Curt Coder] |
[/branches/new68k/src/mame/luxor] | abc1600.cpp abc1600mac.cpp |
r191804 Wednesday 4th January, 2023 at 14:03:38 UTC by hap |
---|
tubep: remove some tag lookups |
[/branches/new68k/src/devices/sound] | es8712.cpp |
[/branches/new68k/src/mame/excellent] | witch.cpp |
[/branches/new68k/src/mame/handheld] | chessking.cpp |
[/branches/new68k/src/mame/ice] | schexx4gen.cpp |
[/branches/new68k/src/mame/irem] | m10.cpp shisen.cpp |
[/branches/new68k/src/mame/nichibutsu] | tubep.cpp tubep.h tubep_v.cpp |
[/branches/new68k/src/mame/technos] | ddragon3_v.cpp |
r191803 Wednesday 4th January, 2023 at 05:21:15 UTC by Vasantha Crabb |
---|
ui: Give menus an opportunity to recompute metrics on window resize. Also reworked calculation of menu geometry in general, and limited width of left panel on system/software selection menus. Fixes images in the right panel and icons on the system/software selection menus not being scaled correctly when the window is resized (MT08539 is an example of this). Fixes bad font size selection at low resolutions when using bitmap fonts like uismall.bdf (GitHub #7105). Fixes collapse/expand arrows on left/right panels of system/softwre selection menus getting bigger if the window is made narrower. |
[/branches/new68k/src/frontend/mame] | luaengine.cpp |
[/branches/new68k/src/frontend/mame/ui] | about.cpp analogipt.cpp auditmenu.cpp confswitch.cpp custui.cpp datmenu.cpp devopt.cpp dirmenu.cpp filecreate.cpp filemngr.cpp filesel.cpp info.cpp inputdevices.cpp inputmap.cpp menu.cpp menu.h miscmenu.cpp optsmenu.cpp selector.cpp selgame.cpp selgame.h selmenu.cpp selmenu.h selsoft.cpp simpleselgame.cpp sliders.cpp slotopt.cpp state.cpp submenu.cpp textbox.cpp ui.cpp ui.h |
r191802 Wednesday 4th January, 2023 at 00:40:11 UTC by benrg |
---|
Apple II double lo-res: work around issue #10760 (#10761) This implements the same workaround for double lo-res that was already used for double hi-res: shift the whole image right by one pixel (losing the rightmost pixel) in monochrome mode so that the NTSC shader is happy. This doesn't affect color mode. |
[/branches/new68k/src/mame/apple] | apple2video.cpp |
r191801 Wednesday 4th January, 2023 at 00:38:54 UTC by benrg |
---|
Merge copies of Apple II screen_update function (#10777) Following the merge of text_update and plot_text_character (93500d7), this merges apple2_state::screen_update{,_jp,_ultr}, apple2e_state::screen_update, and a2_video_device::screen_update_GS_8bit into a single function in a2_video_device. |
[/branches/new68k/src/mame/apple] | apple2.cpp apple2e.cpp apple2video.cpp apple2video.h |
r191800 Tuesday 3rd January, 2023 at 18:21:31 UTC by Osso |
---|
pinball/by35.cpp: redumped sound ROM for suprbowl [inkochnito, PinMAME] |
[/branches/new68k/src/mame/pinball] | by35.cpp |
r191799 Tuesday 3rd January, 2023 at 18:06:58 UTC by michael.sanborn |
---|
konami/nwk-tr.cpp: racingj2 and clones numeral update (#10701) Despite the Arabic numeral shown at boot, the Roman numerals are shown in most other cases. |
[/branches/new68k/src/mame/konami] | nwk-tr.cpp |
r191798 Tuesday 3rd January, 2023 at 18:03:58 UTC by hap |
---|
wwfsstar: fix spriteram oob access |
[/branches/new68k/src/mame/technos] | wwfsstar.cpp |
r191797 Tuesday 3rd January, 2023 at 18:02:44 UTC by David Haywood |
---|
new working clones (#10730) * new working clones ----- Jungle King (Japan, earlier, alt) [CWorks] * improve description |
[/branches/new68k/src/mame] | mame.lst |
[/branches/new68k/src/mame/taito] | taitosj.cpp |
r191796 Tuesday 3rd January, 2023 at 18:01:29 UTC by clawgrip |
---|
New working clone (#10774) ------------------------------- Bank Panic (Tecfri bootleg) [Eduardo Anay, Recreativas.org] |
[/branches/new68k/src/mame] | mame.lst |
[/branches/new68k/src/mame/sanritsu] | bankp.cpp |
r191795 Tuesday 3rd January, 2023 at 15:24:34 UTC by tim.lindner |
---|
hd6309: Fix STBT instruction (#10781) |
[/branches/new68k/src/devices/cpu/m6809] | hd6309.lst |
r191794 Tuesday 3rd January, 2023 at 13:32:22 UTC by hap |
---|
m10: simpler irq handling |
[/branches/new68k/src/mame/irem] | m10.cpp m10.h |
r191793 Tuesday 3rd January, 2023 at 12:58:22 UTC by hap |
---|
chessking: add note about testmode |
[/branches/new68k/src/mame/handheld] | chessking.cpp |
r191792 Tuesday 3rd January, 2023 at 05:05:24 UTC by Vasantha Crabb |
---|
Updated png.py to 0.0.20 (last version before Python 3.4 support dropped) |
[/branches/new68k/scripts/build] | png.py |
r191791 Tuesday 3rd January, 2023 at 00:18:11 UTC by Angelo Salese |
---|
New working software list items ------------------------------- ibm5170_hdd.xml: Windows 98 Second Edition |
[/branches/new68k/hash] | ibm5170_hdd.xml |
r191790 Monday 2nd January, 2023 at 21:16:34 UTC by devin.acker |
---|
casio/ctk551: better default velocity controls (#10776) |
[/branches/new68k/src/mame/casio] | ctk551.cpp |
[/branches/new68k/src/mame/layout] | ctk530.lay |
r191789 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. |
[/branches/new68k/src/mame/apple] | apple2video.cpp apple2video.h |
r191788 Monday 2nd January, 2023 at 15:05:37 UTC by hap |
---|
distate: max_length() has no use for value() either |
[/branches/new68k/src/emu] | distate.cpp |
r191787 Monday 2nd January, 2023 at 14:52:25 UTC by Carl |
---|
upd765: unify data_irq and other_irq (#10765) |
[/branches/new68k/src/devices/machine] | upd765.cpp upd765.h |
r191786 Monday 2nd January, 2023 at 07:12:32 UTC by patrick.mackinlay |
---|
i8255: update interrupt state with acknowledge/strobe inputs |
[/branches/new68k/src/devices/machine] | i8255.cpp |
r191785 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 |
[/branches/new68k/src/devices/cpu/m68000] | m68kfpu.cpp |
r191784 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. |
[/branches/new68k/src/emu] | romentry.h |
r191783 Monday 2nd January, 2023 at 01:16:15 UTC by AJR |
---|
Fix various headers after 3f9fa672a4e20533a44abc795706c7697ad75c9c |
[/branches/new68k/src/mame/atari] | jaguar.cpp jaguar.h |
[/branches/new68k/src/mame/sega] | mdconsole.cpp mdconsole.h |
r191782 Monday 2nd January, 2023 at 01:12:47 UTC by AJR |
---|
diimage.h: Move a few macro and delegate definitions down into subclasses |
[/branches/new68k/src/devices/bus/generic] | slot.h |
[/branches/new68k/src/devices/bus/ti99x] | 990_hd.cpp 990_hd.h |
[/branches/new68k/src/devices/imagedev] | diablo.h harddriv.h |
[/branches/new68k/src/emu] | diimage.h |
[/branches/new68k/src/mame/nintendo] | n64.cpp |
r191781 Monday 2nd January, 2023 at 00:58:17 UTC by Vasantha Crabb |
---|
Bump dates to 2023 where appropriate |
[/branches/new68k] | COPYING |
[/branches/new68k/docs/source] | conf.py license.rst whatis.rst |
[/branches/new68k/regtests] | LICENSE |
[/branches/new68k/scripts/build] | verinfo.py |
[/branches/new68k/tests] | LICENSE |
[/branches/new68k/web] | LICENSE |
r191780 Monday 2nd January, 2023 at 00:08:01 UTC by hap |
---|
distate: don't try to read unused value() during formatstr |
[/branches/new68k/src/devices/cpu/tms9900] | tms9900.cpp tms9995.cpp |
[/branches/new68k/src/emu] | distate.cpp distate.h |
r191779 Sunday 1st January, 2023 at 21:46:14 UTC by hap |
---|
tms9900: fix crash at start |
[/branches/new68k/src/devices/cpu/tms9900] | tms9900.cpp tms9995.cpp |
r191778 Sunday 1st January, 2023 at 17:36:19 UTC by goldnchild |
---|
wy50: add beep (#10771) |
[/branches/new68k/src/mame/wyse] | wy50.cpp |
r191777 Sunday 1st January, 2023 at 14:01:11 UTC by hap |
---|
pic16c5x: small cleanup (1-line comments C++ style, switch/case spacing) |
[/branches/new68k/src/devices/cpu/pic16c5x] | 16c5xdsm.cpp 16c5xdsm.h pic16c5x.cpp pic16c5x.h |
r191776 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] |
[/branches/new68k/src/mame/apple] | apple2gs.cpp |
r191775 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] |
[/branches/new68k/src/mame/apple] | macadb.cpp |
r191774 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. |
[/branches/new68k/src/mame/apple] | apple2video.cpp apple2video.h |
r191773 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. |
[/branches/new68k/src/mame/apple] | apple2.cpp apple2e.cpp apple2video.cpp apple2video.h |
r191772 Saturday 31st December, 2022 at 22:12:00 UTC by hap |
---|
andromed: add coinage dipswitch |
[/branches/new68k/src/mame/irem] | m10.cpp m10.h m10_v.cpp |
r191771 Saturday 31st December, 2022 at 20:42:27 UTC by hap |
---|
m11: assume video timing is same as m15 |
[/branches/new68k/src/emu] | xtal.cpp |
[/branches/new68k/src/mame/irem] | m10.cpp m10.h |
r191770 Saturday 31st December, 2022 at 19:47:41 UTC by hap |
---|
m10: add PORT_ADJUSTER for irq freq |
[/branches/new68k/src/mame/irem] | m10.cpp m10.h |
r191769 Saturday 31st December, 2022 at 18:40:57 UTC by hap |
---|
m15: change 6502 clock to 733khz |
[/branches/new68k/src/mame/irem] | m10.cpp m10.h |
r191768 Saturday 31st December, 2022 at 16:05:04 UTC by hap |
---|
megaphx: remove ppi reset workaround, remove vector table ram copy workaround |
[/branches/new68k/src/mame/misc] | megaphx.cpp |
[/branches/new68k/src/mame/shared] | inder_vid.h |
r191767 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] |
[/branches/new68k/src/mame/irem] | m10.cpp m10.h m10_v.cpp |
r191766 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] |
[/branches/new68k/src/mame] | mame.lst |
[/branches/new68k/src/mame/misc] | megaphx.cpp |
r191765 Saturday 31st December, 2022 at 13:32:11 UTC by cam900 |
---|
igs/pgm.cpp: Use logmacro.h for logging. (#10762) |
[/branches/new68k/src/mame/igs] | pgm.cpp pgm.h pgmprot_igs027a_type1.cpp pgmprot_igs027a_type2.cpp pgmprot_igs027a_type3.cpp |
r191764 Saturday 31st December, 2022 at 08:34:35 UTC by Osso |
---|
New working systems ------------------- Bowling Gum [augitesoul] |
[/branches/new68k/src/mame] | mame.lst |
[/branches/new68k/src/mame/misc] | 4enraya.cpp |
r191763 Saturday 31st December, 2022 at 00:24:56 UTC by smf |
---|
Machines promoted to working ============================ Andromeda SS (Japan?) [Dillweed, smf] |
[/branches/new68k/src/mame/irem] | m10.cpp m10.h m10_v.cpp |
r191762 Saturday 31st December, 2022 at 00:07:40 UTC by philip.bennett |
---|
Oops, these aren't quite ready yet (nw). |
[/branches/new68k/src/mame] | mame.lst |
r191761 Saturday 31st December, 2022 at 00:03:52 UTC by philip.bennett |
---|
New working machines -------------------- Vs. Super Captain Flag [Phil Bennett] |
[/branches/new68k/src/mame] | mame.lst |
[/branches/new68k/src/mame/jaleco] | cischeat.cpp cischeat.h |
r191760 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. |
[/branches/new68k/src/mame/apple] | apple2video.cpp apple2video.h |
r191759 Friday 30th December, 2022 at 20:13:51 UTC by hap |
---|
ttfball: add volume gate |
[/branches/new68k/src/mame/handheld] | hh_pic16.cpp |
r191758 Friday 30th December, 2022 at 18:25:30 UTC by Osso |
---|
New working clones ------------------ Gaplus (GP7) [Arcadecomponents.com, Brian Troha] |
[/branches/new68k/src/mame] | mame.lst |
[/branches/new68k/src/mame/namco] | gaplus.cpp |
Previous 50 | 199869 Revisions | Next 50 |