mirror of https://github.com/mgba-emu/mgba.git
SDL: Document the missing data argument to w/1, w/2, w/4
This commit is contained in:
parent
aca5c742cb
commit
791b678021
10
doc/mgba.6
10
doc/mgba.6
|
@ -195,10 +195,12 @@ from
|
|||
.It Cm w Ns Oo Cm atch Oc Ar address
|
||||
Set a watchpoint at
|
||||
.Ar address .
|
||||
.It Cm w/1 Ar address
|
||||
.It Cm w/2 Ar address
|
||||
.It Cm w/4 Ar address
|
||||
Write a byte
|
||||
.It Cm w/1 Ar address data
|
||||
.It Cm w/2 Ar address data
|
||||
.It Cm w/4 Ar address data
|
||||
Write
|
||||
.Ar data
|
||||
as a byte
|
||||
.Pq Ql /1 ,
|
||||
halfword
|
||||
.Pq Ql /2 ,
|
||||
|
|
Loading…
Reference in New Issue