!

[Multi] Dev MESS 0.156.x x86/x64 SVN34048 / GIT242557

[0] @ środa, 24 Grudnia 2014 12:48CET

[Multi] Dev MESS 0.156.x x86/x64 SVN34048 / GIT242557

Co jakiś czas będę publikował nowe deweloperskie binarki projektu MESS, natomiast BobBudowniczy będzie się starał na bieżąco śledzić zmiany w changelogu tego obok MAME największego projektu emulacyjnego. Oprócz binarki udostępniam także resztę plików z folderu MESS. Warto pamiętać, że przed pierwszym odpaleniem emulatora należy wygenerować plik z ustawieniami .ini komendą mess.exe - cc lub mess64.exe -cc

Zmiana, wygenerowanie wersji testowej generuje następny dokument. Od wersji 0.154 zmieniam nazewnictwo - jakoż, że MameDev ostatnio rezygnuje z wersji pośrednich emulatora, kolejne wersje developerskie będą opisywane numerem następnym, spodziewanej wersji.

 

 

  • 34048 Merge pull request #89 from lucab/lucab/mame-lua/mem-v2 [Olivier Galibert] 2014-12-24 11:53:36
  • luaengine: add access to devices and address spaces [Luca Bruno] 2014-12-23 23:46:17
    • This commit maps some more classes (device_t and address_space) to retrieve devices and address spaces out of current running machine. Proxy methods are provided to enumerate/access devices and address spaces, and to read memory content.
      Signed-off-by: Luca Bruno
  • (MESS) megacdj: let's default to the only BIOS which have functional CD menu, [etabeta78] 2014-12-24 10:30:21
    • so that we can boot games. nw.
      megacd2j was booting discs already, but it is definitely more user friendly if this has some booting capabilities too ;-)

      Changed: megadriv.c

      1 files changed, 1 insertions, 0 deletions

  • (MESS) tutor.c: added correct mapping for 32K carts, promoting [etabeta78] 2014-12-24 09:19:16
  • (MESS) vc4000: properly supported 4K carts with no RAM. [Fabio Priuli] [etabeta78] 2014-12-24 09:05:17

    Changed: database.xml, vc4000.xml, rom.c, rom.h, slot.c, slot.h, vc4000.c

    7 files changed, 26 insertions, 8 deletions

 

 

 

 

  • (MESS)gamate - multi cartridge support [Peter Trauner] [Miodrag Milanovic] 2014-12-24 08:20:34

    Changed: gamate.c

    1 files changed, 11 insertions, 3 deletions

  • (MESS) channelf.xml: added dump of Werbetextcassette [Fredric QJ Blaholtz, ranger_lennier] [etabeta78] 2014-12-24 07:34:34
  • (MESS) gamegear: moved GG-SMS scaling from VDP file to the machine file; [etabeta78] 2014-12-24 07:31:12
    • undone the specific X-Scroll timing introduced to fix Chicago Syndicate, for Game Gear, because it causes problems with the games Sonic Drift 1 and 2; reduced the amount of duplicated code in the VDP file. [Enik Land]
      out of whatsnew: gamegear units modded to output the image signal to a TV are able to show games using SMS compatibility mode in full screen, without scaling, while native GG games are displayed in a centered, smaller image, that is surrounded by bigger borders. Also, GG units that have the original LCD display replaced by another LCD display model (not just the back-light) also displays SMS compatibility games without scaling, and native games with borders. This suggests that the scaling isn't performed by the VDP and therefore motivated the moving of the scaling code in this commit.

      Changed: 315_5124.c, 315_5124.h, 315_5313.c, sms.c, sms.h, sms.c

      6 files changed, 314 insertions, 381 deletions

  • (MESS) vsmile.xml: some more dumps from TeamEurope. nw. [etabeta78] 2014-12-24 07:22:47

    Changed: vsmile_cart.xml

    1 files changed, 66 insertions, 0 deletions

  • arcompact (nw) [mamehaze] 2014-12-24 01:24:41

    Changed: arcompact.h, arcompact_execute.c, arcompactdasm_ops.c

    3 files changed, 324 insertions, 96 deletions

  • debug: reverted dasm window change. (nw) [Robert] 2014-12-23 23:32:51

    Changed: debugcpu.c

    1 files changed, 1 insertions, 1 deletions

  • (nw) [mamehaze] 2014-12-23 17:55:13

    Changed: arcompact_execute.c

    1 files changed, 62 insertions, 7 deletions

  • arcompact - further (nw) [mamehaze] 2014-12-23 17:04:12

    Changed: arcompact.h, arcompact_execute.c, arcompactdasm_ops.c

    3 files changed, 411 insertions, 129 deletions

  • Merge branch 'master' of https://github.com/mamedev/mame [Miodrag Milanovic] 2014-12-23 16:18:55

    Changed: leapster.xml, segacd.xml, snspell.xml, sol20_cass.xml, graphic.c, arcompact.c, arcompact.h, arcompact_execute.c, arcompactdasm_ops.c, tms0980.c, z80daisy.c, device.c, device.h, didisasm.c, diexec.c, digfx.c, diimage.c, dimemory.c, dinetwork.c, dinvram.c, dioutput.c, dirtc.c, diserial.c, dislot.c, disound.c, distate.c, divideo.c, am9517a.c, mos7360.c, 315_5124.c, 315_5313.c, galaxold.h, 315_5296.c, galaxold.c, excali64.c, tispeak.c, mess.lst, debugqt.c, debugqtdeviceinformationwindow.c, debugqtdeviceinformationwindow.h, debugqtdeviceswindow.c, debugqtdeviceswindow.h, draw13.c, drawogl.c, sdl.mak, video.c, video.h, windows.mak

    48 files changed, 1821 insertions, 411 deletions

  • Better x64 detection for windows [Miodrag Milanovic] 2014-12-23 16:18:20

    Changed: makefile

    1 files changed, 3 insertions, 2 deletions

  • (MESS) excalibur: added centronics printing. Marked as working. (nw) [Robert] 2014-12-23 14:53:28

    Changed: excali64.c

    1 files changed, 21 insertions, 10 deletions

  • more arcompact ops, continues to move forward (nw) [mamehaze] 2014-12-23 14:25:14

    Changed: arcompact.c, arcompact.h, arcompact_execute.c, arcompactdasm_ops.c

    4 files changed, 287 insertions, 24 deletions

  • (MESS) excalibur: added 2nd drive, cleanup (nw) [Robert] 2014-12-23 12:48:59

    Changed: excali64.c

    1 files changed, 36 insertions, 32 deletions

  • more leapster dumps [TeamEurope] [mamehaze] 2014-12-23 11:02:41

    Changed: leapster.xml

    1 files changed, 90 insertions, 0 deletions

  • (MESS)Game promoted to working [hap] 2014-12-23 10:49:18
    • ------------------ Speak & Spell (US prototype) [hap, Lord Nightmare, Kevin Horton, Sean Riddle] Speak & Math (US prototype) [hap, Lord Nightmare, Kevin Horton, Sean Riddle]

      Changed: tispeak.c

      1 files changed, 11 insertions, 9 deletions

  • SDL2: Improved Alt-Enter functionality (now works on all screens at once) and prefer upper-left placement of windowed mode windows. [R. Belmont] [arbee] 2014-12-23 05:38:25

    Changed: draw13.c, drawogl.c, video.c, video.h

    4 files changed, 16 insertions, 4 deletions

  • tispeak: crafted many clones from the VSM roms dumped by Lord Nightmare (for now, they all share the same MCU rom) [hap] 2014-12-23 01:53:59

    Changed: tispeak.c, mess.lst

    2 files changed, 141 insertions, 8 deletions

  • snspell.xml: added modules dumped over the years by Lord Nightmare [hap] 2014-12-23 00:35:11

    Changed: snspell.xml

    1 files changed, 140 insertions, 0 deletions

  • pass a bit more of the bios self-validation (nw) [mamehaze] 2014-12-23 00:17:07

    Changed: arcompact_execute.c

    1 files changed, 194 insertions, 43 deletions

  • a couple more of these logged. nw. [etabeta78] 2014-12-22 22:01:41

    Changed: segacd.xml

    1 files changed, 12 insertions, 0 deletions

  • fixed xml. nw. [etabeta78] 2014-12-22 22:01:09

    Changed: sol20_cass.xml

    1 files changed, 43 insertions, 43 deletions

  • copypaste mistake [hap] 2014-12-22 21:22:06

    Changed: snspell.xml

    1 files changed, 1 insertions, 1 deletions

  • added cartslot [hap] 2014-12-22 21:09:01

    Changed: snspell.xml, tms0980.c, tispeak.c

    3 files changed, 86 insertions, 11 deletions

  • debug/qt: Add a per-device window [O. Galibert] [Olivier Galibert] 2014-12-22 20:16:09
  • am9517a_device: added missing save state, fixes micromik.c save state problem (nw) [Osso] 2014-12-22 19:45:26

    Changed: am9517a.c

    1 files changed, 9 insertions, 0 deletions

  • mos7360_device: added missing save state, fixes plus4.c save state problem (nw) [Osso] 2014-12-22 17:36:45

    Changed: mos7360.c

    1 files changed, 1 insertions, 0 deletions

  • (nw) [mamehaze] 2014-12-22 16:57:08

    Changed: arcompact_execute.c, arcompactdasm_ops.c

    2 files changed, 154 insertions, 73 deletions

  • (nw) [mamehaze] 2014-12-22 15:28:27

    Changed: arcompact.h, arcompact_execute.c, arcompactdasm_ops.c

    3 files changed, 115 insertions, 54 deletions

  • a couple more (and removed a spurious line). nw. [etabeta78] 2014-12-22 15:19:50

    Changed: segacd.xml

    1 files changed, 9 insertions, 2 deletions

  • some more ops (nw) [mamehaze] 2014-12-22 13:25:41

    Changed: arcompact_execute.c, arcompactdasm_ops.c

    2 files changed, 257 insertions, 133 deletions

  • (MESS) segacd.xml: started logging data of the original bin+cue used in [etabeta78] 2014-12-22 07:05:59
    • the creation of the CHDs. this shall be of help to remove bad dumps or keep good ones when redumps become available. while at it, added ring codes when available. nw.

      Changed: megacd.xml, segacd.xml

      2 files changed, 2364 insertions, 544 deletions

  • (MESS) split vc4000 clones software from vc4000.xml and added some more [etabeta78] 2014-12-22 07:03:37
  • (MESS) pico.xml: added new dumps, from TeamEurope. nw. [etabeta78] 2014-12-22 07:01:18

    Changed: pico.xml

    1 files changed, 152 insertions, 24 deletions

  • arcompact: starts to read the 2 copyright strings in the bios for comparison (nw) [mamehaze] 2014-12-21 22:57:14

    Changed: arcompact.h, arcompact_execute.c

    2 files changed, 86 insertions, 26 deletions

  • couple more ops (nw) [mamehaze] 2014-12-21 18:42:42

    Changed: arcompact_common.h, arcompact_execute.c, arcompactdasm_ops.c, leapster.c

    4 files changed, 92 insertions, 19 deletions

  • Merge branch 'master' of https://github.com/mamedev/mame [mamehaze] 2014-12-21 16:54:15

    Changed: tispeak.c, tispeak.lay

    2 files changed, 10 insertions, 11 deletions

  • arcompact: execute first few MOVs (nw) [mamehaze] 2014-12-21 16:53:34

    Changed: arcompact.h, arcompact_common.c, arcompact_execute.c, arcompactdasm_ops.c

    4 files changed, 169 insertions, 22 deletions

  • fix OFF button [hap] 2014-12-21 16:50:22

    Changed: tispeak.c, tispeak.lay

    2 files changed, 10 insertions, 11 deletions

  • arcompact: prepare to add more opcodes (nw) [mamehaze] 2014-12-21 15:43:45

    Changed: arcompact.h, arcompact_execute.c, arcompactdasm_ops.c, cpu.mak

    4 files changed, 1080 insertions, 845 deletions

  • finished internal layout [hap] 2014-12-21 01:31:10

    Changed: tispeak.lay

    1 files changed, 53 insertions, 29 deletions

  • (MESS) excalibur: yet another attempt at hires graphics. (nw) [Robert] 2014-12-21 01:27:25
  • added power-off and display-off [hap] 2014-12-21 01:06:54

    Changed: tispeak.c

    1 files changed, 104 insertions, 20 deletions

  • added snspell output pla from seanriddle, and fixed garbled display digits [hap] 2014-12-20 22:38:04

    Changed: stopthie.c, ticalc1x.c, tispeak.c, tispeak.lay

    4 files changed, 116 insertions, 95 deletions

  • 7200fifo.c: added missing save state, fixes seibuspi save state problem (nw) [Osso] 2014-12-20 20:49:44

    Changed: 7200fifo.c

    1 files changed, 1 insertions, 0 deletions

  • (MESS) digel804: added RS232 port. (nw) [Sandro Ronco] 2014-12-20 19:59:20

    Changed: digel804.c, digel804.lay

    2 files changed, 50 insertions, 29 deletions

  • mos6551: fixed receive with parity != none. (nw) [Sandro Ronco] 2014-12-20 19:57:54

    Changed: mos6551.c

    1 files changed, 1 insertions, 1 deletions

  • (MESS) Intellivison: fix loading of very large .rom carts like D2K Arcade. [R. Belmont] [arbee] 2014-12-20 18:09:18

    Changed: slot.c

    1 files changed, 1 insertions, 1 deletions

  • (MESS)-gamate :added bankswitched cartridges support, basic scrolling support [PeT] [Miodrag Milanovic] 2014-12-20 16:07:40

    Changed: gamate.c

    1 files changed, 25 insertions, 23 deletions

  • (MESS) excalibur: floppies are working (nw) [Robert] 2014-12-20 13:56:49

    Changed: excali64.c

    1 files changed, 61 insertions, 36 deletions

  •  
  •  

     

     

     

    wstecz24/12/2014 12:48
    Do ściągnięcia
    t2e-mess x64 0156 SVN34048.7z
    t2e-dev-mess x86 0156 SVN34048.7z
    Komentarze
    ... bez komentarza
    Ostatnio dodane pliki
    Newsy Linkownia Emulatory na PC Wideoteka Screenshoty Bajtek Reduks Ready.Run

    © Try2emu 1999 - 2024 | Krzysztof 'Faust' Karkosza Kontakt Polityka Prywatności OWU