imported winuaesrc1610b4.zip

This commit is contained in:
Toni Wilen 2009-06-14 14:00:07 +03:00
parent 325ad6846d
commit b0f6ebb47e
557 changed files with 230 additions and 107 deletions

0
ChangeLog Executable file → Normal file
View File

0
a2091.c Executable file → Normal file
View File

0
adide.c Executable file → Normal file
View File

0
akiko.c Executable file → Normal file
View File

0
akiko2.c Executable file → Normal file
View File

0
amax.c Executable file → Normal file
View File

4
ar.c Executable file → Normal file
View File

@ -1669,7 +1669,7 @@ int action_replay_load (void)
return 0;
}
action_replay_flag = ACTION_REPLAY_INACTIVE;
armemory_rom = (uae_u8*)xmalloc (ar_rom_file_size);
armemory_rom = xmalloc (ar_rom_file_size);
zfile_fread (armemory_rom, 1, ar_rom_file_size, f);
zfile_fclose (f);
if (ar_rom_file_size == 65536) {
@ -1688,7 +1688,7 @@ int action_replay_load (void)
}
arram_mask = arram_size - 1;
arrom_mask = arrom_size - 1;
armemory_ram = (uae_u8*)xcalloc (arram_size, 1);
armemory_ram = xcalloc (arram_size, 1);
write_log (L"Action Replay %d installed at %08X, size %08X\n", armodel, arrom_start, arrom_size);
action_replay_version();
return armodel;

0
arcadia.c Executable file → Normal file
View File

0
archivers/7z/7zBuf.c Executable file → Normal file
View File

0
archivers/7z/7zBuf.h Executable file → Normal file
View File

0
archivers/7z/7zCrc.c Executable file → Normal file
View File

0
archivers/7z/7zCrc.h Executable file → Normal file
View File

0
archivers/7z/7zStream.c Executable file → Normal file
View File

0
archivers/7z/7zVersion.h Executable file → Normal file
View File

0
archivers/7z/Archive/7z/7zAlloc.c Executable file → Normal file
View File

0
archivers/7z/Archive/7z/7zAlloc.h Executable file → Normal file
View File

0
archivers/7z/Archive/7z/7zDecode.c Executable file → Normal file
View File

0
archivers/7z/Archive/7z/7zDecode.h Executable file → Normal file
View File

0
archivers/7z/Archive/7z/7zExtract.c Executable file → Normal file
View File

0
archivers/7z/Archive/7z/7zExtract.h Executable file → Normal file
View File

0
archivers/7z/Archive/7z/7zHeader.c Executable file → Normal file
View File

0
archivers/7z/Archive/7z/7zHeader.h Executable file → Normal file
View File

0
archivers/7z/Archive/7z/7zIn.c Executable file → Normal file
View File

0
archivers/7z/Archive/7z/7zIn.h Executable file → Normal file
View File

0
archivers/7z/Archive/7z/7zItem.c Executable file → Normal file
View File

0
archivers/7z/Archive/7z/7zItem.h Executable file → Normal file
View File

0
archivers/7z/Bcj2.c Executable file → Normal file
View File

0
archivers/7z/Bcj2.h Executable file → Normal file
View File

0
archivers/7z/Bra.c Executable file → Normal file
View File

0
archivers/7z/Bra.h Executable file → Normal file
View File

0
archivers/7z/Bra86.c Executable file → Normal file
View File

0
archivers/7z/CpuArch.h Executable file → Normal file
View File

0
archivers/7z/LzmaDec.c Executable file → Normal file
View File

0
archivers/7z/LzmaDec.h Executable file → Normal file
View File

0
archivers/7z/Types.h Executable file → Normal file
View File

0
archivers/dms/cdata.h Executable file → Normal file
View File

0
archivers/dms/crc_csum.c Executable file → Normal file
View File

0
archivers/dms/crc_csum.h Executable file → Normal file
View File

0
archivers/dms/getbits.c Executable file → Normal file
View File

0
archivers/dms/getbits.h Executable file → Normal file
View File

0
archivers/dms/maketbl.c Executable file → Normal file
View File

0
archivers/dms/maketbl.h Executable file → Normal file
View File

0
archivers/dms/pfile.c Executable file → Normal file
View File

0
archivers/dms/pfile.h Executable file → Normal file
View File

0
archivers/dms/tables.c Executable file → Normal file
View File

0
archivers/dms/tables.h Executable file → Normal file
View File

0
archivers/dms/u_deep.c Executable file → Normal file
View File

0
archivers/dms/u_deep.h Executable file → Normal file
View File

0
archivers/dms/u_heavy.c Executable file → Normal file
View File

0
archivers/dms/u_heavy.h Executable file → Normal file
View File

0
archivers/dms/u_init.c Executable file → Normal file
View File

0
archivers/dms/u_init.h Executable file → Normal file
View File

0
archivers/dms/u_medium.c Executable file → Normal file
View File

0
archivers/dms/u_medium.h Executable file → Normal file
View File

0
archivers/dms/u_quick.c Executable file → Normal file
View File

0
archivers/dms/u_quick.h Executable file → Normal file
View File

0
archivers/dms/u_rle.c Executable file → Normal file
View File

0
archivers/dms/u_rle.h Executable file → Normal file
View File

0
archivers/lha/crcio.c Executable file → Normal file
View File

0
archivers/lha/dhuf.c Executable file → Normal file
View File

0
archivers/lha/header.c Executable file → Normal file
View File

0
archivers/lha/huf.c Executable file → Normal file
View File

0
archivers/lha/larc.c Executable file → Normal file
View File

0
archivers/lha/lha.h Executable file → Normal file
View File

0
archivers/lha/lha_macro.h Executable file → Normal file
View File

0
archivers/lha/lhamaketbl.c Executable file → Normal file
View File

0
archivers/lha/lharc.c Executable file → Normal file
View File

0
archivers/lha/shuf.c Executable file → Normal file
View File

0
archivers/lha/slide.c Executable file → Normal file
View File

0
archivers/lha/uae_lha.c Executable file → Normal file
View File

0
archivers/lha/util.c Executable file → Normal file
View File

0
archivers/lzx/unlzx.c Executable file → Normal file
View File

0
archivers/wrp/warp.c Executable file → Normal file
View File

0
archivers/wrp/warp.h Executable file → Normal file
View File

0
archivers/xfd/main.c Executable file → Normal file
View File

0
archivers/xfd/xfd.c Executable file → Normal file
View File

0
archivers/xfd/xfdmaster.h Executable file → Normal file
View File

0
archivers/zip/unzip.c Executable file → Normal file
View File

0
archivers/zip/unzip.h Executable file → Normal file
View File

0
audio.c Executable file → Normal file
View File

0
autoconf.c Executable file → Normal file
View File

0
blitops.c Executable file → Normal file
View File

0
blitter.c Executable file → Normal file
View File

0
blkdev.c Executable file → Normal file
View File

0
bsdsocket.c Executable file → Normal file
View File

0
build68k.c Executable file → Normal file
View File

0
catweasel.c Executable file → Normal file
View File

0
cd32_fmv.c Executable file → Normal file
View File

0
cdrom.c Executable file → Normal file
View File

0
cdtv.c Executable file → Normal file
View File

11
cfgfile.c Executable file → Normal file
View File

@ -272,10 +272,13 @@ static void cfg_dowrite (struct zfile *f, const TCHAR *option, const TCHAR *valu
cfg_write (tmp, f);
if (utf8 && !unicode_config) {
char *opt = ua (option);
if (target)
sprintf (tmpa, "%s.%s.utf8=%s", TARGET_NAME, opt, tmp2);
else
if (target) {
char *tna = ua (TARGET_NAME);
sprintf (tmpa, "%s.%s.utf8=%s", tna, opt, tmp2);
xfree (tna);
} else {
sprintf (tmpa, "%s.utf8=%s", opt, tmp2);
}
xfree (opt);
zfile_fwrite (tmpa, strlen (tmpa), 1, f);
zfile_fwrite (&lf, 1, 1, f);
@ -1995,6 +1998,8 @@ static int isobsolete (TCHAR *s)
}
i++;
}
if (_tcslen (s) > 2 && !_tcsncmp (s, L"w.", 2))
return 1;
if (_tcslen (s) >= 10 && !_tcsncmp (s, L"gfx_opengl", 10)) {
write_log (L"obsolete config entry '%s\n", s);
return 1;

0
cia.c Executable file → Normal file
View File

0
core.cw4.c Executable file → Normal file
View File

0
cpu_small.c Executable file → Normal file
View File

0
cpummu.c Executable file → Normal file
View File

0
cpuopti.c Executable file → Normal file
View File

0
cpustbl_small.c Executable file → Normal file
View File

0
cputbl_small.h Executable file → Normal file
View File

0
crc32.c Executable file → Normal file
View File

1
custom.c Executable file → Normal file
View File

@ -3237,6 +3237,7 @@ static int isehb (uae_u16 bplcon0, uae_u16 bplcon2)
bplehb = ((bplcon0 & 0xFC00) == 0x6000 || (bplcon0 & 0xFC00) == 0x7000) && !currprefs.cs_denisenoehb;
return bplehb;
}
static void BPLCON0 (int hpos, uae_u16 v)
{
if (! (currprefs.chipset_mask & CSMASK_ECS_DENISE))

Some files were not shown because too many files have changed in this diff Show More