Torna indietro   Hardware Upgrade Forum > Giochi > Emulazione

Recensione HONOR Magic V6: spessore record e super batteria. È lui il fold da battere?
Recensione HONOR Magic V6: spessore record e super batteria. È lui il fold da battere?
HONOR Magic V6 è arrivato in Italia a 2.299,90 euro con una promessa precisa: unire 4 mm di spessore da aperto (8,75 mm chiuso nel modello White, 9 mm negli altri colori) a una batteria da 6.660 mAh, la più capiente mai vista su un pieghevole. Lo abbiamo usato per oltre una settimana in versione Red 16/512 GB per capire se lo Snapdragon 8 Elite Gen 5 tiene testa alla concorrenza anche fuori dai benchmark ufficiali
Redmi Pad 2 9.7: ampio display, economico e peso contenuto, ma qualche limite nelle prestazioni
Redmi Pad 2 9.7: ampio display, economico e peso contenuto, ma qualche limite nelle prestazioni
Redmi Pad 2 9.7 punta su un display ampio e fluido, una batteria capace di accompagnare l'uso quotidiano senza ansie da ricarica e un prezzo accessibile, a partire da 179,90 euro per la versione con 64 GB di storage. Lo Snapdragon 6s 4G Gen 2 e i 4 GB di RAM della configurazione più diffusa frenano però chi cerca reattività e multitasking spinto: ecco il bilancio dopo due settimane di prova diretta
Peugeot Polygon Concept: ecco il futuro delle utilitarie
Peugeot Polygon Concept: ecco il futuro delle utilitarie
Polygon è la concept car di Peugeot che mostra il futuro delle soluzioni del segmento B: tra design compatti e innovativi affiancati da dimensioni compatte uno scherzo dalla manovrabilità incredibile per le manovre a bassa velocità
Tutti gli articoli Tutte le news

Vai al Forum
Rispondi
 
Strumenti
Old 15-10-2003, 10:06   #1
vash
Senior Member
 
L'Avatar di vash
 
Iscritto dal: Dec 2000
Città: bkk
Messaggi: 1597
mame 0.75 "bug fix" !!!

mame
http://mbnet.fi/~gridle/mame075b.zip
mame32
http://www.fileplanet.com/dl.aspx?/c...mame32v75b.zip
ci@o
__________________
CM STACKER T01 | Intel QX9770.C1 ~ DFI LANParty LT X48-T2R [...] ~ 4x Crucial 2.0GB DDR2 ~ ASUS Xonar DX ~ Roland MT-32 &SC-50 ~ Logitech K800 &razer DA'13 || MITSUBISHI DiamondPro 930SB <> Eizo FlexScan S1932 | 2x PowerColor RadeonHD 6850 1.0GB GDDR5 ~ 2x WD Raptor 160GB [RAID0] powered by Seasonic X-660W || CPU: Thermalright HR1+ ~ NB: ET CNB-R1 ~ SB: ET CNB-S1L -- OS: Win 7 x64.SP1 &XP x86.SP3 (VMware) -- Linksys AG241 ~ ADSL F5 byNGI -- VAIO FZ31S

Ultima modifica di vash : 15-10-2003 alle 10:17.
vash è offline   Rispondi citando il messaggio o parte di esso
Old 15-10-2003, 10:07   #2
vash
Senior Member
 
L'Avatar di vash
 
Iscritto dal: Dec 2000
Città: bkk
Messaggi: 1597
whatsnew

0.75

General Source Changes
----------------------

TESTDRIVERS still enabled (see note for 0.74u2)

Fixed bug in the time accounting for the V60 which was causing Outrunners to run
with flickering sprites and slow music [Aaron Giles]
src/cpu/v60/v60.c

Fixed another V60 bug introduced in 0.74u2 which broke the v70 games (and further
broke Outrunners) [Kobat, Olivier Galibert]
src/cpu/v60/v60.c

Fixed some bugs introduced with the timer system changes a while back [Aaron Giles]
Hopefully this is the last of them.... Fixes Exterminator and the Atari
polygon games. Hopefully doesn't break anything in the process.

src/cpuexec.c
* changed scanline timing to use floor() to get consistent results
* fixed bug in time computation if requesting a scanline in the next frame

src/cpu/tms34010/tms34010.c
* removed 4x executes per loop which screwed up timing
* fixed internal interrupt generation to get consistent timing results

src/timer.c
* now uses the active callback as a base time when adjusting timers outside
of a CPU context

src/drivers/harddriv.c
src/machine/harddriv.c
* fixed all the games again, but they are slower now due to more necessary
interleaving

Fixed Dorachan Orientation [Tomasz Slanina]
src/drivers/dorachan.c
src/vidhrdw/dorachan.c

Various Fixes [Nathan Woods]
src/artwork.c:
src/artwork.h:
src/common.c:
- Fixes a screenshot handling bug that affected Space Invaders

src/cheat.c:
- Moves the MESS specific code into a separate module, reducing
#ifdef clutter

src/harddisk.c:
- Moved some variable declarations out of for loops so that it
can compile in non-GCC compilers

src/cpu/i86/instr86.c:
- Fixes REP CMPSW so that it uses words and not bytes

src/cpuintrf.c:
src/cpuintrf.h:
- Adds a call cpuintrf_set_dasm_override() that gives drivers
the ability to customize disassemblies. This probably isn't very useful
for MAME, but it is useful for MESS for things like software interrupts
used for BIOS calls.

src/windows/config.c:
- Increases the size of the buffer used when logerror() output
goes to OutputDebugString()

src/windows/config.c:
src/windows/config.h:
src/windows/winmain.c:
- Moves config.c externs to a header file
- Adds another call, cli_rc_create(), which creates MAME's rc
struct for use elsewhere. (I'm actually creating a debug time
consistency check feature for MAME32, to verify at runtime that the
arguments that MAME32 has are consistent with MAME's).

src/rc.c:
- When rc_destroy() is now called, freed pointers to strings and
files will now be NULLed out.


Overhauled the Canyon Bomber driver with a number of minor fixes like correct
RAM size and VBLANK duration. [Stefan Jokisch]
- hiscore reset button added
- sprite positions should be fixed according to the schems
- language ROM added (i.e. the language dip works now)
- prototype set renamed from canbprot to canyonp

Improved Super Chase sample loading [sedn]
src/drivers/superchs.c

Replaced instances of "inline", "static inline", and "static __inline" with
"INLINE". This fixes some build problems with xmame and makes things more
consistent. [Lawrence Gold]
src/cpu/mips/mips.c
src/vidhrdw/psx.c
src/machine/psx.c
src/drivers/namcos2.c
src/machine/psx.c
src/vidhrdw/psx.c

Corrected CPU speeds etc. in snowbros.c [The Guru]
src/drivers/snowbros.c

Reversed inptport.c changes to 0.74u1 as the version in 0.74u2 wasn't correcly
merged, these will need resubmitting

Some namcos22 Improvements [Phil Stroffolino]
The major things improved are:
- fixes to display list processing (affects Prop Cycle ending)
- gouraud shading
- misc improvements for the not-working games
src/drivers/namcos22.c
src/vidhrdw/namcos22.c
src/vidhrdw/namcos3d.h
src/includes/namcos22.h
src/includes/namcos3d.h



New Games supported or promoted from GAME_NOT_WORKING status:
-------------------------------------------------------------

Lady Frog [Tomasz Slanina]
old 'ladyfrog' set (not working) renamed to 'roldfrog' (Return Of Lady Frog)
src/drivers/ladyfrog.c
src/vidhrdw/ladyfrog.c

Sundance [Stefan Jokisch]
controls now emulated
src/drivers/cinemat.c

Dodgem [Mike Coates, Pierpaolo Prazzoli]
no sound, the video hardware emulation was also rewritten for this driver, its
quite slow now but more accurate.
src/drivers/zac2650.c
src/vidhrdw/zac2650.c

Main Event (SNK) [Tomasz Slanina]
controls probably need work
src/drivers/mainsnk.c
src/vidhrdw/mainsnk.c


New Clones supported or promoted from GAME_NOT_WORKING status:
--------------------------------------------------------------

Lunar Battle (prototype, later) (clone of gravitar) [Aaron Giles]
src/drivers/bwidow.c
Cloak & Dagger (International Versions, Spanish, French, German) [Aaron Giles]
src/drivers/cloak.c
Dig Dug (newer Atari rev) [Aaron Giles]
src/drivers/digdug.c
Tempest (rev ?) [Aaron Giles]
src/drivers/tempest.c
Sub Hunter (clone of depthch) [Stefan Jokisch]
src/drivers/vicdual.c
Route X (bootleg)
src/drivers/route16.c

New Non-Working games / clones supported
----------------------------------------

Task Force Harrier (Japan)
src/drivers/nmk16.c
Various Sf2 bootlegs
Please note, I have no intention of fixing these, however if you want
to try and think you can do it in a clean way then feel free.
src/drivers/cps1.c
src/vidhrdw/cps1.c
Gorkans [Tomasz Slanina]
gameplay works but there are no good gfx roms
src/drivers/pacman.c
Whizz [Tomasz Slanina]
main program rom appears to be bad, maybe a gfx rom too
src/drivers/sidearms.c
src/vidhrdw/sidearms.c
Marine Date [insideoutboy]
collisions not emulated + various other issues
src/drivers/marinedt.c
__________________
CM STACKER T01 | Intel QX9770.C1 ~ DFI LANParty LT X48-T2R [...] ~ 4x Crucial 2.0GB DDR2 ~ ASUS Xonar DX ~ Roland MT-32 &SC-50 ~ Logitech K800 &razer DA'13 || MITSUBISHI DiamondPro 930SB <> Eizo FlexScan S1932 | 2x PowerColor RadeonHD 6850 1.0GB GDDR5 ~ 2x WD Raptor 160GB [RAID0] powered by Seasonic X-660W || CPU: Thermalright HR1+ ~ NB: ET CNB-R1 ~ SB: ET CNB-S1L -- OS: Win 7 x64.SP1 &XP x86.SP3 (VMware) -- Linksys AG241 ~ ADSL F5 byNGI -- VAIO FZ31S
vash è offline   Rispondi citando il messaggio o parte di esso
Old 15-10-2003, 10:23   #3
AndreaFx
Senior Member
 
L'Avatar di AndreaFx
 
Iscritto dal: Nov 1999
Messaggi: 5314
Preciso e puntuale come al solito eh vash??

Ciauz
AndreaFx è offline   Rispondi citando il messaggio o parte di esso
Old 15-10-2003, 16:18   #4
vash
Senior Member
 
L'Avatar di vash
 
Iscritto dal: Dec 2000
Città: bkk
Messaggi: 1597
__________________
CM STACKER T01 | Intel QX9770.C1 ~ DFI LANParty LT X48-T2R [...] ~ 4x Crucial 2.0GB DDR2 ~ ASUS Xonar DX ~ Roland MT-32 &SC-50 ~ Logitech K800 &razer DA'13 || MITSUBISHI DiamondPro 930SB <> Eizo FlexScan S1932 | 2x PowerColor RadeonHD 6850 1.0GB GDDR5 ~ 2x WD Raptor 160GB [RAID0] powered by Seasonic X-660W || CPU: Thermalright HR1+ ~ NB: ET CNB-R1 ~ SB: ET CNB-S1L -- OS: Win 7 x64.SP1 &XP x86.SP3 (VMware) -- Linksys AG241 ~ ADSL F5 byNGI -- VAIO FZ31S
vash è offline   Rispondi citando il messaggio o parte di esso
Old 15-10-2003, 16:50   #5
vash
Senior Member
 
L'Avatar di vash
 
Iscritto dal: Dec 2000
Città: bkk
Messaggi: 1597
bug

0.75u1

Please TEST this release, I had hoped 0.75 would be the end of the timer related bugs for good but it wasn't so if this tests out as ok then I'll probably release 0.76 within a fairly short period of time, if sound has vanished on any games, or anything that booted in .75 no longer boots let us know, the sooner the better.
__________________
CM STACKER T01 | Intel QX9770.C1 ~ DFI LANParty LT X48-T2R [...] ~ 4x Crucial 2.0GB DDR2 ~ ASUS Xonar DX ~ Roland MT-32 &SC-50 ~ Logitech K800 &razer DA'13 || MITSUBISHI DiamondPro 930SB <> Eizo FlexScan S1932 | 2x PowerColor RadeonHD 6850 1.0GB GDDR5 ~ 2x WD Raptor 160GB [RAID0] powered by Seasonic X-660W || CPU: Thermalright HR1+ ~ NB: ET CNB-R1 ~ SB: ET CNB-S1L -- OS: Win 7 x64.SP1 &XP x86.SP3 (VMware) -- Linksys AG241 ~ ADSL F5 byNGI -- VAIO FZ31S
vash è offline   Rispondi citando il messaggio o parte di esso
 Rispondi


Recensione HONOR Magic V6: spessore record e super batteria. È lui il fold da battere? Recensione HONOR Magic V6: spessore record e sup...
Redmi Pad 2 9.7: ampio display, economico e peso contenuto, ma qualche limite nelle prestazioni Redmi Pad 2 9.7: ampio display, economico e peso...
Peugeot Polygon Concept: ecco il futuro delle utilitarie Peugeot Polygon Concept: ecco il futuro delle ut...
Reno16 Pro: il compatto di OPPO punta su fotocamera da 200MP e il nuovo Bubble! La recensione Reno16 Pro: il compatto di OPPO punta su fotocam...
 Hisense 55U7SE: tuttofare e accessibile, il MiniLED per film, sport e gioco Hisense 55U7SE: tuttofare e accessibile, il Min...
SK Hynix debutta a Wall Street con una r...
QuTech annuncia Tuna-17, un processore q...
Chat Control: il Parlamento europeo viet...
vivo Watch GT 2: stile, salute e autonom...
Il fix di Microsoft Defender è pe...
SentinelOne integra Prompt Security con ...
Ha fotografato Giove con una Game Boy Ca...
Sony RX10 V: tornano le fotocamere bridg...
OpenAI lancia ChatGPT Lavoro: l'agente c...
GPT-5.6 Sol 'asfalta' Claude Fable 5: Op...
Netflix ha ucciso la TV coi canali, ora ...
Kyndryl estende i servizi per il cloud s...
Addio allo scalino delle fotocamere? Una...
"Il mio piccolo sporco segreto"...
Instagram e Facebook sotto accusa: secon...
Chromium
GPU-Z
OCCT
LibreOffice Portable
Opera One Portable
Opera One 106
CCleaner Portable
CCleaner Standard
Cpu-Z
Driver NVIDIA GeForce 546.65 WHQL
SmartFTP
Trillian
Google Chrome Portable
Google Chrome 120
VirtualBox
Tutti gli articoli Tutte le news Tutti i download

Strumenti

Regole
Non Puoi aprire nuove discussioni
Non Puoi rispondere ai messaggi
Non Puoi allegare file
Non Puoi modificare i tuoi messaggi

Il codice vB è On
Le Faccine sono On
Il codice [IMG] è On
Il codice HTML è Off
Vai al Forum


Tutti gli orari sono GMT +1. Ora sono le: 05:21.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Served by www3v