Regresar   Foro de marcianitos.org > Emuladores y programas de todo tipo > Emuladores > MAME

 
 
Old 20-nov-2008, 20:43   #11
nii-san
Marciano
 
Avatar de nii-san
como siempre aclaratorio al máximo, Muchas gracias Peter!
A ver si me contestan estos del MARP.
   
Old 20-nov-2008, 23:20   #12
PeterPunk
Editor Marciano
Quote:
Originalmente publicado por nii-san Ver post
como siempre aclaratorio al máximo, Muchas gracias Peter!
A ver si me contestan estos del MARP.
Es cierto, que me pedías la dirección de algún admin. Se me olvidó completamente aunque no sé ningún correo. Mañana le escribo un mensaje privado a algún moderador del foro marpirc a ver si lo pueden solucionar.
   
Old 21-nov-2008, 11:00   #13
nii-san
Marciano
 
Avatar de nii-san
Muchas Gracias.
   
Old 21-nov-2008, 14:09   #14
mike_myers
POKE Moderador,255
 
Avatar de mike_myers
NUL es un fichero especial del S.O. y está en todas las carpetas, pero lo puedes considerar como 'el vertedero'.
Una utilidad en ficheros .bat -por ejemplo- es impedir que te salga lo que esta haciendo un programa en la pantalla.
Ej: xcopy c:\*.png d:\imagenes\ /s > NUL
Otra es comprobar si un directorio existe.
ej: if not exist c:\juegos\nul md c:\juegos
-aqui si no existe c:\juegos\ te lo crea-

PD: De todas formas teneis otros ficheros más, lo podeis ver en este memo copiado de http://geekswithblogs.net/aboos/arch.../19/57411.aspx
Quote:
Several special file names are reserved by the system and cannot be used for files or folders, these are:

CON, AUX, COM1, COM2, COM3, COM4, LPT1, LPT2, LPT3, PRN, NUL

These are special keywords used in DOS and their use may accidently cause problems with your system... here are their keyword descriptions;

CON Keyboard and display
PRN System list device, usually a parallel port
AUX Auxiliary device, usually a serial port
CLOCK$ System real-time clock
NUL Bit-bucket device
A:-Z: Drive letters
COM1 First serial communications port
COM2 Second serial communications port
COM3 Third serial communications port
COM4 Fourth serial communications port
LPT1 First parallel printer port
LPT2 Second parallel printer port
LPT3 Third parallel printer port

These are called short file names. Short file names have the 8.3 format and are compatible with MS-DOS and other legacy operating systems. They allow the windows OS to communicate with DOS or basicly give the OS the ability to access files on a volume. Playing with these file names and creating garbage folders like you all are trying to do may cause your system to crash, so if I were you, I would not continue playing around with that sort of stuff. But that's just my own opinion backed by facts. So goodluck.
   
Old 21-nov-2008, 19:46   #15
nii-san
Marciano
 
Avatar de nii-san
muchas gracias de ante mano a Alvaro por abrir este hilo. Y a mike por la explicacion.
Y ahora la duda: despues de haber modificado la linea de nvram. y haber puesto <null> y guardar los cambios. hoy enchufo la maca voy al fichero mame ini. y sigue todo igual el fichero nvram_directory pone nvram y no <null>.
Que he hecho mal?
gracias.
   
Old 21-nov-2008, 21:24   #16
mike_myers
POKE Moderador,255
 
Avatar de mike_myers
1) comprobar que el fichero MAME.INI debe estar en la carpeta del MAME (ej: c:\mame125\ ), no lo metas en otro sitio ( las carpetas cfg\ , roms\ ,...)
2) mirar las propiedades del archivo mame.ini y asegurarte que no está como solo lectura.

PD: si no estas seguro siempre puedes crear un MAME.INI nuevo con mame -cc (si estás con mameplus, puede que debas usar mamep -cc ) y después modificar lo de la NVRAM