mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
Merge pull request #537 from ConHuevosGuey/master
Increase debug console maximum parameters in debugcon.h
This commit is contained in:
commit
54763d5119
@ -18,8 +18,8 @@
|
||||
CONSTANTS
|
||||
***************************************************************************/
|
||||
|
||||
#define MAX_COMMAND_LENGTH 512
|
||||
#define MAX_COMMAND_PARAMS 16
|
||||
#define MAX_COMMAND_LENGTH 4096
|
||||
#define MAX_COMMAND_PARAMS 128
|
||||
|
||||
/* flags for command parsing */
|
||||
#define CMDFLAG_NONE (0x0000)
|
||||
|
Loading…
Reference in New Issue
Block a user